![]() |
Combining database caching with web page 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: Combining database caching with web page caching (/showthread.php?tid=53352) |
Combining database caching with web page caching - El Forum - 07-20-2012 [eluser]satie[/eluser] I'd like to know if it's correct combining these two features. So, database caching is only for "select" queries. My question is: Is it enough using db caching? Combining database caching with web page caching - El Forum - 07-20-2012 [eluser]Clooner[/eluser] Yes Combining database caching with web page caching - El Forum - 07-21-2012 [eluser]satie[/eluser] Oh, thanks Jeroen. I had guessed. Thanks again for you answer. Combining database caching with web page caching - El Forum - 07-22-2012 [eluser]Aken[/eluser] If you use web page caching, you won't be performing any DB queries anyway... Combining database caching with web page caching - El Forum - 07-22-2012 [eluser]satie[/eluser] Ok. I understand. Thanks Aken. |