Website Speed Optimization

Status
Not open for further replies.

eclipsenetworkz

New member
Mar 12, 2007
87
1
0
Hi,

I have a website shoppingbounce.com and it runs too slow. We run some traffic to shoppingbounce.com/1

Any advice on how to speed this up. Our redirecting to the merchant pages from our search listings is too slow as well.

Thanks
 


Start by analyzing your server load. Are any of the components running out of memory?
Check your SQL queries to find the slowest ones.
Enable Apache file caching, gzip and mod_deflate, then check if you have eAccelerator running to cache your compiled PHP.
There's a dozen other things you can do, it's all a question of how much time you want to spend.
 
Seems like most of your data is being pulled from other sites. Are you caching that data or requesting it every time someone hits the page?
 
I think you have to cache it anyway, or your site will be slow and not much attractive to visitors. Just do cache-update say every hour, in separate thread.
I got the same problem and had to do that..
 
Status
Not open for further replies.