View Single Post
Old 05-27-2017, 01:25 AM  
k0nr4d
Confirmed User
 
k0nr4d's Avatar
 
Industry Role:
Join Date: Aug 2006
Location: Poland
Posts: 9,228
The script you are using has little to do with the loading speed of your site, be it mechbunny, kvs, wordpress or anything else. The script has done it's work when it's put together the output html and sent it to the output buffer - so in most cases this is like 0,05 seconds unless there's some heavy SQL queries, it does a ton of regex/complex math, or your server is generally bogged down running a backup process or something.

Most of what determines your page loading speed is server settings like cache times and compression, and optimization of your images. Things like minifying js/css are negligable as they might shave off half a kbyte. Using https can also decrease load time by a good bit.
k0nr4d is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote