Mobile app version of vmapp.org
Login or Join
Voss4911412

: You can probably make your website faster by doing some general optimization. Here are some tips from Yahoo: http://developer.yahoo.com/performance/rules.html Just glancing at your website, here

@Voss4911412

You can probably make your website faster by doing some general optimization. Here are some tips from Yahoo: developer.yahoo.com/performance/rules.html
Just glancing at your website, here is what I would recommend:


it doesn't look like your PHP/HTML is being GZIPed, although your server can send GZIP content -- this will reduce your HTML that needs to be transfered by at least 50%, probably 75%
move at least jQuery to Google's CDN, this will reduce a request that has to be made to your server; if you can, also move jQuery UI there
move all of your JS includes to the bottom of the page so the page appears faster
piwik is actually blocking the loading of the page; try to find a way to load it asynchronously
consider as much of the inline JS to a separate file so it can be cached; this will also make your HTML smaller


Also, I'm in Canada and it takes just about a second to load the HTML alone. It looks like most of this is waiting for the server. So my recommendation is to find a faster server as I think most of the slowness you're finding is because of the server, although it could also be because of the way the site is coded (PHP).

10% popularity Vote Up Vote Down


Login to follow query

More posts by @Voss4911412

0 Comments

Sorted by latest first Latest Oldest Best

Back to top | Use Dark Theme