NYCPHP Meetup

NYPHP.org

[nycphp-talk] website loading speed issue

David Krings ramons at gmx.net
Fri Sep 4 07:09:40 EDT 2009


Mangesh Sathe wrote:
> As it has large amount of data it takes so much time to load.
> i have  optimised sql queries as well as php code. 
>  
> Any suggestion or Anyone knows ,how can i solve this problem?

Get a faster web server with a bigger pipe? Do you self-host or have it 
hosted? Which system are your unning it on? Which web server do you use on 
which OS?

Did you strip down code and queries? I mean, make a decision if you really 
need to run all these queries and all that code. Did you run an profiler 
against the database and your code? What exactly is slow?

Do you use a lot of client side scripting (aka JavaScript)? If yes, you might 
find that to be your biggest slowdown.

Or you can have less users access your web site....see, without more 
information I cannot come up with better proposals.


David




More information about the talk mailing list