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.
|