Welcome to Bucaro TecHelp!

Bucaro TecHelp
HTTPS Encryption not required because no account numbers or
personal information is ever requested or accepted by this site

About Bucaro TecHelp About BTH User Agreement User Agreement Privacy Policy Privacy Site Map Site Map Contact Bucaro TecHelp Contact RSS News Feeds News Feeds

Optimizing the Order of Scripts and Styles

This article shows you two easy-to-implement yet high-impact techniques for speeding up your web pages.

Most web browsers will serialize the download of script files, so we need to to be careful about the order in which script files are included.

A script included before a CSS file may cause the browser to block. However, simply moving the style above the script allows them to load in parallel. So if you have an external script and an external CSS file, always include the CSS file before the script, so that they will download in parallel.

Inline script tags, even though they don't download anthing, may prevent subsequent resources from downloading in parallel with a CSS file. For example if an inline script block is placed between an included style and an included script, it serializes the downloads. If the inline script block is moved above the style, parallelization is restored.

Watching for serialization points in the browser is an important technique for speeding up your web page.

More Web Design Coding Issues:
• Web Design Troubleshooting Guide
• Basic Dynamic Website Security
• Don't Let doors.txt Take Control of Your Email Server
• How to Set Up a Google Search Box on Your Website
• What is AJAX?
• Update Your Entire Website Instantly Using Server Side Includes (SSI)
• Set Up a Freefind Search Box on Your Website
• Understanding SSL Certificate
• How to Redirect a Web Page Using a 301 Redirect
• How to Strengthen Website Authentication

RSS Feed RSS Feed

Follow Stephen Bucaro Follow @Stephen Bucaro


Fire HD
[Site User Agreement] [Privacy Policy] [Site map] [Search This Site] [Contact Form]
Copyright©2001-2024 Bucaro TecHelp 13771 N Fountain Hills Blvd Suite 114-248 Fountain Hills, AZ 85268