CodeIgniter Forums
Memory utilization per page - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20)
+--- Forum: Archived General Discussion (https://forum.codeigniter.com/forumdisplay.php?fid=21)
+--- Thread: Memory utilization per page (/showthread.php?tid=12548)



Memory utilization per page - El Forum - 10-22-2008

[eluser]Unknown[/eluser]
By enabling the profiling, it was found out that each page takes atleast 2MB when its loaded on browser

How can it be optimized? I am afraid that it would screw up if the site is visited by thousands of users at single time

How can I take care of it?


Memory utilization per page - El Forum - 10-23-2008

[eluser]manilodisan[/eluser]
How many queries? How big is the database? Do you have indexes in your tables? Do you use caching?