CodeIgniter Forums
Benchmark Class - 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: Benchmark Class (/showthread.php?tid=12176)



Benchmark Class - El Forum - 10-09-2008

[eluser]hykoh[/eluser]
I just have a few questions about the performance with CI smile

- What does the {memory_usage} calculate ? The RAM usage of the system for the page load or what else ???
- When should i optimize my system ? From which value of memory_usage / elapsed_time ?
At the moment my project takes 0.0602 / 1.31MB for one siteload. Is it too much ? it runs on a vserver without other load.