Tag: Performance
Total JavaScript Size Should Not Be Too Big
Modern websites and browsers use JavaScript, which is a web programming language much like HTML and CSS, to make websites interactive and dynamic. Modern websites,...
Avoid Too Many Large Images
Image content is great for making a website stand out, or for easily conveying information to website visitors. However, having several large images on the...
How to Avoid Large HTTP/1 Response Headers
Websites will often attach information known as response headers to the data the websites send back to visitors’ browsers. Response headers contain additional information for...
How to Avoid Too Many HTTP/1 Requests Per Domain
Web browsers have a hard limit on how many HTTP/1 requests they can make to the same domain. If a website requires more requests than...
Avoid Using Too Many Fonts
Web fonts can be a great way to add style and a unique appearance to web pages. However, having too many fonts in use on...
Avoid Redirecting the Main Document
Redirects are commmonly used to direct users from one URL to the correct URL for the page they or website they are trying to visit....