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
Render-blocking CSS delays first paint and creates dependency chains that slow page loading.
Use WP Rocket or Autoptimize to inline the critical header.min.css (5.5KB) directly in the HTML. Remove render-blocking CSS by deferring non-critical stylesheets with media='print' onload technique. Enable CSS minification and combination in your optimization plugin.
A score of 89 falls in the "Needs Improvement" 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 performs well overall with a score of 89/100, but has room for improvement in loading speed. The biggest issue is slow image loading, with the main image taking 3.8 seconds to appear due to an unoptimized 482KB PNG file that could be reduced by 471KB through modern image formats like WebP and proper sizing. Additionally, render-blocking CSS files are delaying the initial page display. Converting images to WebP format and optimizing CSS delivery could easily push this site into the 95+ performance range and provide a noticeably faster user experience.
Why It Matters:
The main image delays LCP by 2.35 seconds and wastes 471 KiB of bandwidth.
How to Fix:
Convert the hero image from PNG to WebP/AVIF format using ShortPixel or Imagify WordPress plugins. Resize the image from 768x432 to match the displayed dimensions of 671x377. Use WordPress responsive images with proper srcset to serve optimized sizes for different devices.
Why It Matters:
Network dependency chains increase load time by forcing sequential resource downloads.
How to Fix:
Add <link rel='preload'> for the hero image and critical CSS in your WordPress theme's header.php. Use <link rel='dns-prefetch'> for external domains if any third-party resources are used. Configure your caching plugin to automatically generate preload hints for above-the-fold content.
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
Network dependency chains increase load time by forcing sequential resource downloads.
The main image delays LCP by 2.35 seconds and wastes 471 KiB of bandwidth.
Network dependency chain creates 1.33 second delay with sequential loading of critical resources.
The header.min.css file blocks initial render for 633ms, delaying first contentful paint.