Your page has no redirects. Learn more about avoiding landing page redirects.
Compressing resources with gzip or deflate can reduce the number of bytes sent over the network.
Enable compression for the following resources to reduce their transfer size by https://developers.google.com/speed/docs/insights/EnableCompression (293.4KiB reduction).
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.
Leverage browser caching for the following cacheable resources:
Your server responded quickly. Learn more about server response time optimization.
Your CSS is minified. Learn more about minifying CSS.
Compacting HTML code, including any inline JavaScript and CSS contained in it, can save many bytes of data and speed up download and parse times.
Minify HTML for the following resources to reduce their size by https://developers.google.com/speed/docs/insights/MinifyResources (634B reduction).
Compacting JavaScript code can save many bytes of data and speed up downloading, parsing, and execution time.
Minify JavaScript for the following resources to reduce their size by https://developers.google.com/speed/docs/insights/MinifyResources (35.1KiB reduction).
Your page has 5 blocking CSS resources. This causes a delay in rendering your page.
None of the above-the-fold content on your page could be rendered without waiting for the following resources to load. Try to defer or asynchronously load blocking resources, or inline the critical portions of those resources directly in the HTML.
Optimize CSS Delivery of the following:
Properly formatting and compressing images can save many bytes of data.
Optimize the following images to reduce their size by https://developers.google.com/speed/docs/insights/OptimizeImages (3.1KiB reduction).
You have the above-the-fold content properly prioritized. Learn more about prioritizing visible content.