nwsolutions
Member
Posted 6 months ago #
Hello,
as I understand wp-super-cache always caches complete pages.
What if there is a specific area in the page, which shouldn't be cached?
E.g. rotating banners of advertising customers or a shopping cart symbol showing the amount of items in the cart.
In Smarty templates this could be solved with {insert}{/insert} or worse ({php}{/php} :-)
Would be great if sth. similar is possible with wp-super-cache, b'c the increase in speed is considerable!
Thanks!
You'll have to load that section of the page using Javascript. That's the best way of doing it.
Hi donncha, I am wondering the same. When I enable supercache mode the pagehits (tracked with wassup) are reduced considerable as .html files are served if I am correct. I am not sure where we have to insert this page elements/functions.
Could you please write a mini tutorial on your site on how to achieve this? That would be really helpful for many such users like me.
Thanks.