Website Loading Time

stevy

Familiar Face
Joined
Sep 30, 2015
Messages
67
Reaction score
1
FP$
0
What methods we should apply for decreasing the loading time of a website?
 
Decreasing the amount of .JS and .CSS files you have running. Also making sure to optimize these files frequently if they change since any small performance increase can add up to being a few seconds faster on loading.

Other times it matters location wise (server distance vs. user requesting the webpage) and hence why many use a CDN to make sure world-wide that the loading time is small rather than small in one section and large in another.
 
Back
Top Bottom