Urgent: Site takes higher loading time........

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
kkeith
Forum Newbie
Posts: 1
Joined: Sun May 22, 2005 7:43 am

Urgent: Site takes higher loading time........

Post by kkeith »

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.
timvw
DevNet Master
Posts: 4897
Joined: Mon Jan 19, 2004 11:11 pm
Location: Leuven, Belgium

Post by timvw »

First you need to benchmark what exactly is slowing things down...

Usually it is more cost-efficient to invest a bit more in bandwith/an extra webserver/an extra database server instead of spending money on a programmer that optimises queries etc...
User avatar
Ambush Commander
DevNet Master
Posts: 3698
Joined: Mon Oct 25, 2004 9:29 pm
Location: New Jersey, US

Post by Ambush Commander »

Did you take a look at the site? God ****, it weighs 600kb. Cut it down. Front pages shouldn't weight more than... say... 30kb.
User avatar
Chris Corbyn
Breakbeat Nuttzer
Posts: 13098
Joined: Wed Mar 24, 2004 7:57 am
Location: Melbourne, Australia

Post by Chris Corbyn »

Yikes 8O If I were to try this on my old 56K modem I'd have closed this and gone elsewhere before the 1:20 mins download time was up.

http://www.martindalecenter.com/AATimeCalc.html
User avatar
phpScott
DevNet Resident
Posts: 1206
Joined: Wed Oct 09, 2002 6:51 pm
Location: Keele, U.K.

Post by phpScott »

huge amount of info on the first page, don't default the option to show all products as there is alot of graphics that need to be loaded which is taking alot of the time.
Post Reply