Best Practices for Speeding Up Your Web Site

johna by | January 17, 2013 | Web Design Web Development

Yahoo's Exceptional Performance team has published a number of best practices for making web pages fast on the Yahoo Developer Network.

See http://developer.yahoo.com/performance/rules.html for the full list but some of the highlights are:

Minimise HTTP requests by using CSS sprites, image maps and inline images.

Put Stylesheets on top (to the document HEAD).

Put Scripts at the bottom as they block parallel downloads, so may delay the loading of other resources like images.

Reduce the number of DOM elements to improve the performance of DOM access in JavaScript.

Split components across domains to maximise parallel downloads. You can create a couple of extra sub-domains for this purpose.

Minimuse the number of iframes.

No 404s: only show informative 404 pages where appropriate — not for images and JavaScript files.

Choose <link> over @import.

Keep components under 25K as the iPhone won't cache components bigger than 25K (uncompressed size).

Avoid empty Image src as some browsers will waste server resources handling these.

There's plenty more tips there so it is well worth a read.

Related Posts

Web Development

How to set up a debugging using the Turnkey Linux LAMP stack and VS Code

by johna | December 19, 2023
The second part in my guide to setting up a website and database using the Turnkey Linux LAMP stack.

Website Hosting Web Development

How to set up a website and database using the Turnkey Linux LAMP stack

by johna | November 18, 2023
If you need to host your own website for the purposes of web development, Turnkey Linux LAMP Stack is an easy to install all-in-one solution that you can set up on a spare computer or a VM (Virtual Machine).

Web Development

Intermittent "Unable to read data from the transport connection: net_io_connectionclosed" errors

by johna | May 6, 2020
If you are having intermittent problems sending email in .NET using System.Net.Mail consider switching libraries.

Comments

There are no comments yet. Be the first to leave a comment!

Leave a Comment

About

...random postings about web development and programming, Internet, computers and electronics topics.

I recommend ASPnix for web hosting and Crazy Domains for domain registration.

Subscribe

Get the latest posts delivered to your inbox.