Largest Contentful Paint
Good: < 2.5s
Measures how long it takes for the main content to appear on screen
How to optimize canvamesa.com
The Cloudflare Analytics beacon script only caches for 1 day, causing unnecessary network requests on repeat visits.
Contact your hosting provider or check Cloudflare settings to extend the cache lifetime for static JavaScript resources like beacon.min.js. Set cache headers to at least 30 days (2592000 seconds) for better performance on return visits.
A score of 99 falls in the "Good" range (50-89). While it is better than poor (0-49), you should aim for 90+ to provide an optimal user experience and maximize SEO benefits.
This site is slower than approximately 35% of similar sites. The main issues affecting performance are image optimization, JavaScript execution time, and layout stability.
Addressing these issues could improve your conversion rate by 15-20% and boost your search engine rankings.
Largest Contentful Paint
Good: < 2.5s
Measures how long it takes for the main content to appear on screen
Interaction to Next Paint
Good: < 200ms
Measures how quickly the page responds to user interactions
Cumulative Layout Shift
Good: < 0.1
Measures visual stability - how much content shifts during page load
This website has excellent performance with an outstanding score of 99/100, indicating a very well-optimized site. The main area for improvement is removing several unnecessary preconnect hints to YouTube, Google Fonts, and Facebook domains that aren't actually being used on the page, which creates wasteful network overhead without providing any benefit. Additionally, the site could benefit from extending the cache lifetime for the Cloudflare analytics script, which could save about 4 KiB on repeat visits. These are minor optimizations that would provide marginal gains to an already fast-loading website.
Why It Matters:
Multiple unused preconnect hints waste browser resources and can actually slow down the loading of critical resources.
How to Fix:
Remove the preconnect hints for YouTube (www.youtube.com, i.ytimg.com, i9.ytimg.com, s.ytimg.com), Google Fonts (fonts.googleapis.com, fonts.gstatic.com), and Facebook (www.facebook.com, connect.facebook.net) from your HTML head section since these origins aren't being used on the page. Keep only the preconnect for pages.greatpages.com.br which is actually needed for your CSS.
Why It Matters:
The external CSS from greatpages.com.br creates a render-blocking chain that extends your page load time.
How to Fix:
Extract the critical above-the-fold CSS from css.css (7.5KB) and inline it directly in your HTML head section. Load the remaining non-critical CSS asynchronously using media='print' onload='this.media="all"' technique to eliminate the render-blocking chain.
Once your site is optimized, maintain that speed. Use DeployHQ for zero-downtime, automated deployments—so performance fixes and updates go live safely every time, without breaking your site.
Get AI-powered performance insights with actionable fixes in 30 seconds
More Generic Speed Tests
The external CSS from greatpages.com.br creates a render-blocking chain that extends your page load time.
Multiple unused preconnect hints waste browser resources and can actually slow down the loading of critical resources.
JavaScript queries of geometric properties after DOM changes cause 47ms of blocking reflow.
Over 130KB of unused JavaScript delays LCP by 150ms and wastes bandwidth.