scotttswan
Member
Posted 1 year ago #
I have a page that i am calling externally that is creating data for another site.
I would like supercache to cache this like a regular page and make it static.
The problem is i am not including my header or footer just a loop to get the data and present it as i want.
How can i get supercache to cache this page?
You should probably cache that information in your own application and not rely on Supercache for it.
scotttswan
Member
Posted 1 year ago #
super cache relies on the header and footer being included?
scotttswan
Member
Posted 1 year ago #
never mind i followed your instructions and did a bit of searching and created a simple time based cache based on this
http://www.theukwebdesigncompany.com/articles/php-caching.php
might be useful for people having the same problem in the future