
Archived Performance Report for:
https://www.ouestmedias.com/
GTmetrix Grade
Performance
99%Structure
99%Web Vitals
Largest Contentful PaintLCP
364msTotal Blocking TimeTBT
63msCumulative Layout ShiftCLS
0.06Speed Visualization
0.3s

0.6s

0.9s

1.1s

1.4s

1.7s

2s

2.3s

2.6s

2.8s

Top Issues
These audits are identified as the top issues impacting your performance.
Impact | Audit | ||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Low | Serve static assets with an efficient cache policy | Potential savings of 15.2KB | |||||||||||||||||||||
A long cache lifetime can speed up repeat visits to your page. Learn how to improve this
|
|||||||||||||||||||||||
Low | Reduce unused CSS FCP LCP | Potential savings of 36.3KB | |||||||||||||||||||||
Reduce unused rules from stylesheets and defer CSS not used for above-the-fold content to decrease bytes consumed by network activity. Learn how to improve this
|
|||||||||||||||||||||||
Low | Avoid large layout shifts CLS | 3 elements found | |||||||||||||||||||||
These DOM elements contribute most to the CLS of the page. Learn how to improve this
|
|||||||||||||||||||||||
Low | Avoid an excessive DOM size TBT | 427 elements | |||||||||||||||||||||
A large DOM will increase memory usage, cause longer style calculations, and produce costly layout reflows. Learn how to improve this
|
|||||||||||||||||||||||
Low | Avoid enormous network payloads LCP | Total size was 813KB | |||||||||||||||||||||
Large network payloads cost users real money and are highly correlated with long load times. Learn how to improve this |
|||||||||||||||||||||||
Low | Eliminate render-blocking resources FCP LCP | Potential savings of 0 ms | |||||||||||||||||||||
Resources are blocking the first paint of your page. Consider delivering critical JS/CSS inline and deferring all non-critical JS/styles. Learn how to improve thisResources that may be contributing to render-blocking include:
|
|||||||||||||||||||||||
Low | Ensure text remains visible during webfont load FCP LCP | 4 fonts found | |||||||||||||||||||||
Leverage the font-display CSS feature to ensure text is user-visible while webfonts are loading. Learn how to improve this |
|||||||||||||||||||||||
Low | Avoid long main-thread tasks TBT | 3 long tasks found | |||||||||||||||||||||
Lists the longest tasks on the main thread, useful for identifying worst contributors to input delay. Learn how to improve this
|
|||||||||||||||||||||||
Low | Reduce JavaScript execution time TBT | 294ms spent executing JavaScript | |||||||||||||||||||||
Consider reducing the time spent parsing, compiling, and executing JS. You may find delivering smaller JS payloads helps with this. Learn how to improve this
|
|||||||||||||||||||||||
Low | Avoid serving legacy JavaScript to modern browsers TBT | Potential savings of 46B | |||||||||||||||||||||
Polyfills and transforms enable legacy browsers to use new JavaScript features. However, many aren't necessary for modern browsers. For your bundled JavaScript, adopt a modern script deployment strategy using module/nomodule feature detection to reduce the amount of code shipped to modern browsers, while retaining support for legacy browsers. Learn how to improve this
|
|||||||||||||||||||||||
Low | Defer offscreen images | Potential savings of 7.41KB | |||||||||||||||||||||
Consider lazy-loading offscreen and hidden images after all critical resources have finished loading to lower time to interactive. Learn how to improve this
|
|||||||||||||||||||||||
Low | Avoid chaining critical requests FCP LCP | 6 chains found | |||||||||||||||||||||
The Critical Request Chains below show you what resources are loaded with a high priority. Consider reducing the length of chains, reducing the download size of resources, or deferring the download of unnecessary resources to improve page load. Learn how to improve thisMaximum critical path latency: 492ms Initial Navigation
|
|||||||||||||||||||||||
Low | Reduce unused JavaScript LCP | Potential savings of 80.8KB | |||||||||||||||||||||
Reduce unused JavaScript and defer loading scripts until they are required to decrease bytes consumed by network activity. Learn how to improve this
|
Focus on these audits first
These audits likely have the largest impact on your page performance.
Structure audits do not directly affect your Performance Score, but improving the audits seen here can help as a starting point for overall performance gains.
See all Structure auditsPage Details
Your page content is broken down into the following:
2.8s
Fully Loaded Time
Total Page Size - 813KB
Total Page Requests - 46
More from GTmetrix
Additional tips and suggestions based on your page analysis.
Looks like you're running WordPress
Have a look at our WP optimization tips
Third-party requests are affecting your performance
Learn why and potential solutions
Understand and assess Waterfall Charts
Learn to identify and point out potential issues in your page load
Test your page in multiple locations
Analyze your page globally with a free GTmetrix account
Performance Metrics
The following metrics are generated using Lighthouse Performance data.
First Contentful Paint
How quickly content like text or images are painted onto your page.
A good user experience is 0.9s or less. Learn more.
Time to Interactive
How long it takes for your page to become fully interactive.
A good user experience is 2.5s or less. Learn more.
Speed Index
How quickly the contents of your page are visibly populated.
A good user experience is 1.3s or less. Learn more.
Total Blocking Time
How much time is blocked by scripts during your page loading process.
A good user experience is 150ms or less. Learn more.
Largest Contentful Paint
How long it takes for the largest element of content (e.g. a hero image) to be painted on your page.
A good user experience is 1.2s or less. Learn more.
Cumulative Layout Shift
How much your page's layout shifts as it loads.
A good user experience is a score of 0.1 or less. Learn more.
Browser Timings
These timings are milestones reported by the browser.
Redirect Duration
Connection Duration
Backend Duration
Time to First Byte (TTFB)
First Paint
DOM Interactive Time
DOM Content Loaded Time
Onload Time
Fully Loaded Time
Impact | Audit | ||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Low | Serve static assets with an efficient cache policy | Potential savings of 15.2KB | |||||||||||||||||||||
A long cache lifetime can speed up repeat visits to your page. Learn how to improve this
|
|||||||||||||||||||||||
Low | Reduce unused CSS FCP LCP | Potential savings of 36.3KB | |||||||||||||||||||||
Reduce unused rules from stylesheets and defer CSS not used for above-the-fold content to decrease bytes consumed by network activity. Learn how to improve this
|
|||||||||||||||||||||||
Low | Avoid large layout shifts CLS | 3 elements found | |||||||||||||||||||||
These DOM elements contribute most to the CLS of the page. Learn how to improve this
|
|||||||||||||||||||||||
Low | Avoid an excessive DOM size TBT | 427 elements | |||||||||||||||||||||
A large DOM will increase memory usage, cause longer style calculations, and produce costly layout reflows. Learn how to improve this
|
|||||||||||||||||||||||
Low | Avoid enormous network payloads LCP | Total size was 813KB | |||||||||||||||||||||
Large network payloads cost users real money and are highly correlated with long load times. Learn how to improve this |
|||||||||||||||||||||||
Low | Eliminate render-blocking resources FCP LCP | Potential savings of 0 ms | |||||||||||||||||||||
Resources are blocking the first paint of your page. Consider delivering critical JS/CSS inline and deferring all non-critical JS/styles. Learn how to improve thisResources that may be contributing to render-blocking include:
|
|||||||||||||||||||||||
Low | Ensure text remains visible during webfont load FCP LCP | 4 fonts found | |||||||||||||||||||||
Leverage the font-display CSS feature to ensure text is user-visible while webfonts are loading. Learn how to improve this |
|||||||||||||||||||||||
Low | Avoid long main-thread tasks TBT | 3 long tasks found | |||||||||||||||||||||
Lists the longest tasks on the main thread, useful for identifying worst contributors to input delay. Learn how to improve this
|
|||||||||||||||||||||||
Low | Reduce JavaScript execution time TBT | 294ms spent executing JavaScript | |||||||||||||||||||||
Consider reducing the time spent parsing, compiling, and executing JS. You may find delivering smaller JS payloads helps with this. Learn how to improve this
|
|||||||||||||||||||||||
Low | Avoid serving legacy JavaScript to modern browsers TBT | Potential savings of 46B | |||||||||||||||||||||
Polyfills and transforms enable legacy browsers to use new JavaScript features. However, many aren't necessary for modern browsers. For your bundled JavaScript, adopt a modern script deployment strategy using module/nomodule feature detection to reduce the amount of code shipped to modern browsers, while retaining support for legacy browsers. Learn how to improve this
|
|||||||||||||||||||||||
Low | Defer offscreen images | Potential savings of 7.41KB | |||||||||||||||||||||
Consider lazy-loading offscreen and hidden images after all critical resources have finished loading to lower time to interactive. Learn how to improve this
|
|||||||||||||||||||||||
Low | Avoid chaining critical requests FCP LCP | 6 chains found | |||||||||||||||||||||
The Critical Request Chains below show you what resources are loaded with a high priority. Consider reducing the length of chains, reducing the download size of resources, or deferring the download of unnecessary resources to improve page load. Learn how to improve thisMaximum critical path latency: 492ms Initial Navigation
|
|||||||||||||||||||||||
Low | Reduce unused JavaScript LCP | Potential savings of 80.8KB | |||||||||||||||||||||
Reduce unused JavaScript and defer loading scripts until they are required to decrease bytes consumed by network activity. Learn how to improve this
|
|||||||||||||||||||||||
N/A | Largest Contentful Paint element LCP | 1 element found | |||||||||||||||||||||
This is the largest contentful element painted within the viewport.
|
|||||||||||||||||||||||
N/A | Reduce initial server response time FCP LCP | Root document took 18ms | |||||||||||||||||||||
Keep the server response time for the main document short because all other requests depend on it. Learn how to improve this
|
|||||||||||||||||||||||
N/A | Minimize main-thread work TBT | Main-thread busy for 713ms | |||||||||||||||||||||
Consider reducing the time spent parsing, compiling and executing JS. You may find delivering smaller JS payloads helps with this. Learn how to improve this
|
|||||||||||||||||||||||
N/A | Reduce the impact of third-party code TBT | Third-party code blocked the main thread for 32ms | |||||||||||||||||||||
Third-party code can significantly impact load performance. Limit the number of redundant third-party providers and try to load third-party code after your page has primarily finished loading. Learn how to improve this |
|||||||||||||||||||||||
N/A | User Timing marks and measures | ||||||||||||||||||||||
No user timings and/or marks found. Learn more |
|||||||||||||||||||||||
Show No Impact Audits | |||||||||||||||||||||||
None | Avoid CSS @import FCP LCP | ||||||||||||||||||||||
Nothing to do here, good job! Learn how to improve this |
|||||||||||||||||||||||
None | Enable text compression FCP LCP | ||||||||||||||||||||||
Nothing to do here, good job! Learn how to improve this |
|||||||||||||||||||||||
None | Use a Content Delivery Network (CDN) | ||||||||||||||||||||||
Nothing to do here, good job! Learn how to improve this |
|||||||||||||||||||||||
None | Use a <meta name="viewport"> tag with width or initial-scale TBT | ||||||||||||||||||||||
Nothing to do here, good job! Learn how to improve this |
|||||||||||||||||||||||
None | Use video formats for animated content LCP | ||||||||||||||||||||||
Nothing to do here, good job! Learn how to improve this |
|||||||||||||||||||||||
None | Use passive listeners to improve scrolling performance | ||||||||||||||||||||||
Nothing to do here, good job! Learn how to improve this |
|||||||||||||||||||||||
None | Properly size images | ||||||||||||||||||||||
Nothing to do here, good job! Learn how to improve this |
|||||||||||||||||||||||
None | Don't lazy load Largest Contentful Paint image | LCP was lazy loaded | |||||||||||||||||||||
Nothing to do here, good job! Learn how to improve this |
|||||||||||||||||||||||
None | Avoid multiple page redirects FCP LCP | ||||||||||||||||||||||
Nothing to do here, good job! Learn how to improve this |
|||||||||||||||||||||||
None | Efficiently encode images | ||||||||||||||||||||||
Nothing to do here, good job! Learn how to improve this |
|||||||||||||||||||||||
None | Preconnect to required origins FCP LCP | ||||||||||||||||||||||
Nothing to do here, good job! Learn how to improve this |
|||||||||||||||||||||||
None | Avoid document.write() | ||||||||||||||||||||||
Nothing to do here, good job! Learn how to improve this |
|||||||||||||||||||||||
None | Preload Largest Contentful Paint image LCP | ||||||||||||||||||||||
Nothing to do here, good job! Learn how to improve this |
|||||||||||||||||||||||
None | Serve images in next-gen formats | ||||||||||||||||||||||
Nothing to do here, good job! Learn how to improve this |
|||||||||||||||||||||||
None | Minify CSS FCP LCP | ||||||||||||||||||||||
Nothing to do here, good job! Learn how to improve this |
|||||||||||||||||||||||
None | Avoid non-composited animations CLS | ||||||||||||||||||||||
Nothing to do here, good job! Learn how to improve this |
|||||||||||||||||||||||
None | Enable Keep-Alive FCP LCP | ||||||||||||||||||||||
Nothing to do here, good job! Learn how to improve this |
|||||||||||||||||||||||
None | Minify JavaScript FCP LCP | ||||||||||||||||||||||
Nothing to do here, good job! Learn how to improve this |
|||||||||||||||||||||||
None | Avoid unload event listeners | ||||||||||||||||||||||
Nothing to do here, good job! Learn how to improve this |
|||||||||||||||||||||||
None | Remove duplicate modules in JavaScript bundles TBT | ||||||||||||||||||||||
Nothing to do here, good job! Learn how to improve this |
|||||||||||||||||||||||
None | Combine images using CSS sprites FCP LCP | ||||||||||||||||||||||
Nothing to do here, good job! Learn how to improve this |
|||||||||||||||||||||||
None | Preload key requests FCP LCP | ||||||||||||||||||||||
Nothing to do here, good job! Learn how to improve this |
|||||||||||||||||||||||
None | Lazy load third-party resources with facades TBT | ||||||||||||||||||||||
Nothing to do here, good job! Learn how to improve this |
|||||||||||||||||||||||
None | Use HTTP/2 for all resources | ||||||||||||||||||||||
Nothing to do here, good job! Learn how to improve this |
What do these audits mean?
These audits are best practices established by Google to help build websites for optimal front-end performance.
Each audit is assessed based on your adherence to them and ordered by the most likely impact to your page's performance.
Note that Structure audits do not directly affect your Performance score, however addressing them can serve as good starting point to improve page load times overall. Additionally, some of the audits are correlated and thus, fixing one audit may affect others.
Learn about all the auditsNeed optimization help?
We've written various guides and articles to help you improve your page performance:
Need Assistance?
We can recommend partners to further assist you with optimizing your site. Contact us and we'll point you in the right direction.
Waterfall Chart
A request-by-request visualization of the page load. Learn how to read a waterfall chart.
Page Load Video

See your page load with videos
Logged in users can record a video of this page loading and pinpoint exactly where bottlenecks and stoppages occur.
Slow playback up to 4x to visualize loading behaviour
Jump to major milestones like First Paint and Onload
Download and embed videos
Report History
A series of graphs to keep track of your page performance over time. Learn how to use the History Graphs.
Page metrics
- 1d
- 1w
- 1m
- 3m
- 6m
- 1y
- All
Page sizes and request counts
- 1d
- 1w
- 1m
- 3m
- 6m
- 1y
- All
Page scores
- 1d
- 1w
- 1m
- 3m
- 6m
- 1y
- All
This history graph has more reports available
Get more data points in your history when you log in.
Log in to get more historical data, add notes, and download your history data
Login Sign up for free!History Date Range
We're only displaying the first 3 reports, but more are available.
A higher resolution (at least 840px wide) is required to display the Report History graphs
Tip: rotating your device into landscape mode may give you the necessary resolution to view the graphs.