How to make the page load faster

rp21112191043

New Member
Messages
24
Reaction score
0
Points
0
As we all knew, a faster loading page is likely to have more page visit than those slower loading one. How can we make our page load faster? How does java, php scripts and image affect the load time in on the page?

My page loads faster now, unlike months before, thanks x10 team for your great service.:wink:
 

Dead-i

x10Hosting Support Ninja
Community Support
Messages
6,084
Reaction score
368
Points
83
The higher resolution and larger images area, the longer they will take to load. Avoid having an image larger than the output, for example, if you have an image that's 1000x1000 pixels, and then you use <img src=img.jpg width=400 height=400> to resize the image to 400, that can increase the load time.

Pure HTML is faster than PHP to execute slightly.
 

bdistler

Well-Known Member
Prime Account
Messages
3,534
Reaction score
196
Points
63
while this link will not show "what you need to do" - it will show the order objects are loaded for your page and the time it takes

be sure to click [ Show link hierarchy ]

http://tools.pingdom.com/
 

rp21112191043

New Member
Messages
24
Reaction score
0
Points
0
Yes thank you for your response. It is important that your page loads fast because it will not bore your readers to death and I read that this is also important for page rank.
 

luckyjoestar99

New Member
Messages
6
Reaction score
0
Points
0
I always try to keep my code as simple as possible. I think a lot of pages that load slowly have a lot of unnecessary gimmicks in their code.
 

parklambo

New Member
Messages
12
Reaction score
0
Points
0
how slow and how fast is your site, it's all depend on how fast is your server and how much you put image on your site.
too many image with high resolution will make the page loading so slow~ try to resize your image and reduce the quality.
and don't put to much advertising on your site, cause it will make your visitor get mad :mad:

If you're a korean, you will never worry about slowly loading website~ why? try to take a look at this :

korea-speedtest.jpg
 
Top