CodeIgniter Forums
Perfromance issue - 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: Perfromance issue (/showthread.php?tid=33740)



Perfromance issue - El Forum - 09-07-2010

[eluser]Techno Heart[/eluser]
Hi all,

I am developing a web site in PHP[codeigniter]. In production server all the pages are loading very slowly. I have no idea why it is like that. Any one please suggest me what i have to do ? or tell me why the problem happens?


Perfromance issue - El Forum - 09-07-2010

[eluser]sqwk[/eluser]
Can't really help you without specifics, but try profiling/benchmarking to see where the bottleneck is: http://ellislab.com/codeigniter/user-guide/general/profiling.html


Perfromance issue - El Forum - 09-07-2010

[eluser]Watnow[/eluser]
Whats the load of the cpu of the server? Are there big query's ? do you have an test server ?


Perfromance issue - El Forum - 09-07-2010

[eluser]Techno Heart[/eluser]
Actually we are using Jquery through out the project. We are loading all jquery files in our header. some 10 js files we are loading there.. is it the reason ?


Perfromance issue - El Forum - 09-07-2010

[eluser]sqwk[/eluser]
http://code.google.com/speed/page-speed/docs/rtt.html
http://www.codenothing.com/archives/2010/8-jquery-micro-optimization-tips/

I doubt that it has something to do with the performance of the ci application, but this has helped me quite a bit in the past with jqeury performance.