PDA

View Full Version : Is there any one here who knows page optimization ???


ricky_flare
07-25-2005, 06:10 PM
Please help me to improve Performance

Hi........

I am a beginner. I have developed website in Php/MySql. But my home page takes some more time to load in some of the browsers

Check this http://www.direct2deal.com

Can Mysql stored procedures help me? I don't know the concepts of stored procedures. If any buddy in group knows
pl. help me

Its very urgent. Your feedback/suggestions will be highly appreciated.

RammsteinNicCag
07-26-2005, 01:16 AM
The reason it takes so long to load, at least the main page, is that it's WAY too big - almost 400kb - which really doesn't have anything to do with php. You have 50 images on the front page and there is so much stuff there that no one is going to read most of that. You really should reconsidering changing that page, in my opinion.

Anyway, check out the Web Optimizer (http://www.websiteoptimization.com/services/analyze/wso.php?url=http://www.direct2deal.com/) for your site (it analyzes your css, html, load time, number of requests, etc - not php).

Jennifer