CodeIgniter Forums
Problem with caching - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20)
+--- Forum: Archived Development & Programming (https://forum.codeigniter.com/forumdisplay.php?fid=23)
+--- Thread: Problem with caching (/showthread.php?tid=44180)



Problem with caching - El Forum - 08-06-2011

[eluser]Faitas[/eluser]
Hello everybody,

Today, I learning about caching. Yesterday, I learnt file write method.

Problem is in caching in CodeIgniter. I have problems with it. I don't understand about caching in CodeIgniter. Can you help me?

1. How to save cache file (where he saved etc.)
2. How to get all content off web and save it? In PHP is ob_get_content(), how about in CodeIgniter I don't know.
3. Do I need to get libraries, config, helpers or etc?

Thank you so much.


Problem with caching - El Forum - 08-07-2011

[eluser]Faitas[/eluser]
C'mon guys. Help me, please.


Problem with caching - El Forum - 08-07-2011

[eluser]Bart v B[/eluser]
voila ..RTFM

Quote:Caching can be enabled on a per-page basis, and you can set the length of time that a page should remain cached before being refreshed. When a page is loaded for the first time, the cache file will be written to your application/cache folder. On subsequent page loads the cache file will be retrieved and sent to the requesting user's browser. If it has expired, it will be deleted and refreshed before being sent to the browser.

Note: The Benchmark tag is not cached so you can still view your page load speed when caching is enabled.

What is your problem? everything you need to know is written..


Problem with caching - El Forum - 08-07-2011

[eluser]CodeIgniteMe[/eluser]
Application Flowchart

If you're asking for how codeigniter framework handles caching


Problem with caching - El Forum - 08-10-2011

[eluser]DuncanCox[/eluser]
What you really want to say? I couldn't understand your problem.