Caching destroys benchmarking - 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: Caching destroys benchmarking (/showthread.php?tid=31308) |
Caching destroys benchmarking - El Forum - 06-14-2010 [eluser]tobefound[/eluser] In the userguide for Web Page Caching it says: "Note: The Benchmark tag is not cached so you can still view your page load speed when caching is enabled." However, when I turn page caching on (and at the same timing having set $this->output->enable_profiler(TRUE)), the benchmarking info disappears at next reload. /T |