Guide on how to improve Website Speed

⌘K
  1. Home
  2. Docs
  3. Guide on how to improve Website Speed

Guide on how to improve Website Speed

Some useful tips and suggestions  on how to improve your website performance and speed across any coding website platform or servers.

  1. Do update your site to HTTP/2 to improve delivery
  2. Use modern CSS like grid and flexbox which needs less codes
  3. Self-host web fonts alongside a CDN to speed up delivery.
  4. Using SVG images where possible for lower file sizes
  5. Reduce the number of DOM elements in your HTML for quicker browser parsing and faster layout flows.
  6. Use the srcset attribute on img tags to prevent the loading of large images on smaller screens.
  7. Minify HTML, JS & CSS
  8. Use lazy load to delay the loading of images, iFrames or widgets
  9. Load CSS elements for above-the-fold content within style > tags at the top of your HTML.
  10. Scan your site for unused CSS  for rendering and remove it.
  11. Defer JS that isn’t critical for page loading so it loads after the browser has loaded the page.
  12. Use loading=lazy to make the browser lazy load images and iframes without having to use a JavaScript library.
Tags , ,

How can we help?