Caching AJAX Requests |
[eluser]alsemany[/eluser]
as I know the page will be view from the cached data whether or not you put the code Code: $this->output->cache(10); // 10 minutes and the cached file will remain for 10 minutes before deleting itself or before you delete it yourself so I suggest using caching just for the un-changeable pages for a long time and if you use caching for blogs and forums it will be so ugly for the site see here http://ellislab.com/codeigniter/user-gui...ching.html |
Messages In This Thread |
Caching AJAX Requests - by El Forum - 06-12-2012, 01:32 PM
Caching AJAX Requests - by El Forum - 06-12-2012, 03:15 PM
Caching AJAX Requests - by El Forum - 06-12-2012, 05:24 PM
Caching AJAX Requests - by El Forum - 06-12-2012, 05:54 PM
Caching AJAX Requests - by El Forum - 06-12-2012, 07:22 PM
Caching AJAX Requests - by El Forum - 06-12-2012, 08:30 PM
Caching AJAX Requests - by El Forum - 06-12-2012, 10:15 PM
Caching AJAX Requests - by El Forum - 06-13-2012, 02:21 AM
|