Largest Contentful Paint
Good: < 2.5s
Measures how long it takes for the main content to appear on screen
How to optimize topbusca.com.br
Missing preconnect hints force the browser to establish connections later, adding latency to third-party resources.
Add <link rel='preconnect'> tags for Google Fonts, CDNs, and analytics in your WordPress theme's header.php. Use plugins like Pre* Party Resource Hints to automatically identify and preconnect to external domains. Limit to 4 most critical origins to avoid performance penalties.
A score of 100 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 WordPress site achieves a perfect performance score of 100/100, indicating excellent overall optimization. However, there are still some technical issues that could impact user experience, particularly a forced reflow problem where JavaScript is inefficiently querying element dimensions after DOM changes, causing unnecessary layout recalculations. The site also has a network dependency chain where a delay-load script takes 1.57 seconds to fully load after the main page, though this isn't currently affecting Core Web Vitals. Fixing the forced reflow issue by optimizing the JavaScript code would eliminate the remaining performance hiccup and ensure consistently smooth user interactions.
Why It Matters:
JavaScript is causing 36.79ms of forced reflows which directly impacts INP and user interaction responsiveness.
How to Fix:
Review line 590 in your main HTML for DOM geometry queries like offsetWidth after style changes. Batch DOM reads and writes separately using requestAnimationFrame. Consider using CSS transforms instead of layout-triggering properties for animations.
Why It Matters:
The delay-load.min.js creates a dependency chain that extends page load time unnecessarily.
How to Fix:
Move the delay-load JavaScript to load asynchronously using async or defer attributes. Inline critical CSS to reduce render-blocking resources. Use WordPress plugins like WP Rocket to automatically optimize resource loading order.
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 WordPress Speed Tests
The delay-load.min.js creates a dependency chain that extends page load time unnecessarily.
JavaScript is causing 36.79ms of forced reflows which directly impacts INP and user interaction responsiveness.
The TrustIndex script has no cache headers, forcing unnecessary downloads on repeat visits and adding 200ms to LCP.
Kadence Blocks CSS files are blocking initial render and delaying First Contentful Paint by 550ms.