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?
seo
Moderator: General Moderators
- phazorRise
- Forum Contributor
- Posts: 134
- Joined: Mon Dec 27, 2010 7:58 am
Re: seo
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.
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
Is it taking 12 seconds to render or 12 seconds to download from the server.
Are you doing lots of SELECT *?
Are you doing lots of SELECT *?
- greyhoundcode
- Forum Regular
- Posts: 613
- Joined: Mon Feb 11, 2008 4:22 am
Re: seo
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.Nagel wrote:But it is taking 11seconds to load.