Freelancer: MustafaSR
Jaa:
Tee ilmoitus työstä

5 tips to speedup page load

1. Remove the comments and whitespace. -- Do not keep comments and extra white spaces in the HTMLs, css and js files of your pages. You may try to keep 2 versions of your script, first minified for the live site and normal for the production server. This alone can save you estimated 20% of the page size. 2. Combine the javascripts and css files into as few as possible. -- Besides from minification, you should also try to combine the css and js files into as few files as possible. This reduces the overall data size and also saves the precious file requests. 3. Combine images into sprites. -- Using a single sprite instead of many images again saves you many file requests and drastically reduces the overall data size. 4. Send compressed files if supported by requsting browser -- Always use compression at output when ever supported by the requesting browser. This will reduce the overall page size to mere 40% of uncompressed version. This saves your visitor's time and bandwidth and also

Kilpailutyö #27 kilpailussa                                                 5 Tips Most People Don't know or Forget.

Julkinen selvennystaulu

Ei vielä viestejä.