● Optimize images: Properly formatting and compressing image size can save bytes of data on server.
● Eliminate render-blocking: Page has 1 blocking CSS resources. This causes a delay in rendering page.
● Leverage browser caching: Setting an expiry date or a maximum age in the HTTP headers for static resources instructs the browser to load previously downloaded resources from local disk rather than over the network.
● Minify HTML, JavaScript & CSS: Compacting HTML, CSS and JS code can save many bytes of data and speed up download, parsing and execution times.