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

_______________________________________________
New York PHP User Group Community Talk Mailing List
http://lists.nyphp.org/mailman/listinfo/talk

http://www.nyphp.org/show_participation.php

Reply via email to