• Resolved husky21

    (@husky21)


    Hello..
    I installed Cache Enabler on my website but I have problems with the “WP-Forescast” plugin to show the weather conditions .. this plugin has no options to exept the caching ..

    How do I exclude this plugin from the weather in “Cache Enabler”?
    in such a way that it always shows the weather conditions in real time

    • This topic was modified 5 years, 1 month ago by husky21.
Viewing 1 replies (of 1 total)
  • Anonymous User 16850768

    (@anonymized-16850768)

    Cache Enabler caches a page as a static HTML file. This HTML file is then saved on the server’s disk. Once cached, the data in the HTML file is delivered and data from the database is no longer queried. This means it’s not possible to only exclude a specific part of a page, like data coming from a specific plugin, because once the cached page is read the request is exited. This means it doesn’t continue with pulling data from the database. Instead, it pulled data from the cached page.

    For dynamic content to be loaded on a static HTML file you would need to use a JavaScript solution (e.g. Ajax). The alternative solution would be excluding the page(s) this information is on.

Viewing 1 replies (of 1 total)

The topic ‘Exclude Plugin “WP-Forescast” from Cache’ is closed to new replies.