Tag: Performance

Use HTTP/2 instead of SPDY

What is SPDY? SPDY (pronounced “speedy”) was a new networking protocol Google developed to improve performance and security for HTTP traffic. SPDY was eventually overtaken...

How to Avoid Frontend Single Points of Failure

If a web browser is unable to load a Cascading Style Sheet (CSS) file or JavaScript file that is linked in the HTML <head> element...

How to avoid using more than one jQuery version...

jQuery is a popular JavaScript library for making web pages dynamic and interactive. In most cases, a single version of jQuery can do everything a...

How to Avoid Slowing Down the Critical Rendering...

Web browsers have a specific set of steps that must be completed before any page content can be shown to a visitor, which includes downloading...

How to Avoid Print-Specific Stylesheets

Websites that need to support printing their web pages can specify special Cascading Style Sheets (CSS) files that tell web browsers how to style the...

How to Avoid Scaling Images in the Browser

Modern websites often use a variety of images to convey information to visitors. In order to properly display an image on every kind of device,...