seo

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
Nagel
Forum Newbie
Posts: 1
Joined: Tue Jan 25, 2011 2:51 am

seo

Post by Nagel »

I have developed a website on php 5.1
It tooks 11seconds for loading.
how can i reeduce the loading time of website.
I have optimized all my html code.And I have followed some of the rules of SEO.
But it is taking 11seconds to load.
can anyone give me a solution for it?
User avatar
phazorRise
Forum Contributor
Posts: 134
Joined: Mon Dec 27, 2010 7:58 am

Re: seo

Post by phazorRise »

There are many reason for loading a site slower.
Some of might be-
1] Use of flash or activeX contents.
2] Infinite loops.
3] lack of optimization in database and sql queries.
4] Using background images or images larger in size.
5] lack of code optimization.
6] using frames and iframes heavily.

I'm not sure but check the entire design of code and database also.
sockpuppet
Forum Newbie
Posts: 22
Joined: Tue Jan 18, 2011 8:38 am

Re: seo

Post by sockpuppet »

Is it taking 12 seconds to render or 12 seconds to download from the server.

Are you doing lots of SELECT *?
User avatar
greyhoundcode
Forum Regular
Posts: 613
Joined: Mon Feb 11, 2008 4:22 am

Re: seo

Post by greyhoundcode »

Nagel wrote:But it is taking 11seconds to load.
I don't think there is enough information here for anyone to say definitively what is wrong. To throw another guess in the ring, however, it could be down to cheap web hosting.
Post Reply