• Resolved MTWOFFICE

    (@mtwoffice)


    You write in your description

    Using the Download method (default) will fetch the content from the Content Mask URL, cache it on your website, and replace the current page request with that content.

    Please, could you tell me where you cache the downloaded page? I can not find anything within the database, nor in and cache / temp folder
    regards
    Thomas

    • This topic was modified 4 years, 11 months ago by MTWOFFICE.
Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Alex

    (@alexdemchak)

    Hi Thomas,

    Many versions ago it was in a dedicated cache folder, but that was posing a few issues. Currentlt it is cached using the [WordPress Transients API](https://developer.www.ads-software.com/apis/handbook/transients/)

    Transients by default are stored in the wp_options table. They are named _transient_content_mask-{content_mask_version_number}-{alpha characters of the mask URL}

    This will be changing relatively soon, but if you’re using a recent (or current 1.8.0.2) that’s, where they will be!

    Thread Starter MTWOFFICE

    (@mtwoffice)

    Ah, ok. Thx for the info. Now I understand why all the url-rewrite plugins are not working with your plugin ??

    Any idea when this caching mechanism will be changed?
    regards
    Thomas

    Plugin Author Alex

    (@alexdemchak)

    Which plugins in particular are you looking at? The URLs that are saved in the cache string should still be valid and replaceable. I’m not sure when the caching mechanism will be changed – I’ve had to change gears with the current global situation – but I would be happy to see if there is anything I can do in the mean time to get it compatible with the other plugins people are using

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Cache of the page is where?’ is closed to new replies.