Largest Contentful Paint
Good: < 2.5s
Measures how long it takes for the main content to appear on screen
How to optimize squeakyscleaning.com
Your LCP image uses lazy loading and lacks priority hints, delaying it by 1.45 seconds and creating a 16.8s LCP.
Remove loading='lazy' from the hero car image and add fetchpriority='high'. Use a WordPress plugin like WP Rocket to automatically optimize LCP images. Consider using a smaller, optimized image specifically for mobile viewport.
A score of 25 falls in the "Poor" 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 website has severe performance issues with a critically low score of 25/100. The biggest problem is excessive JavaScript execution taking over 19 seconds, primarily from third-party widgets like reviews and YouTube embeds, which is causing a devastating 16.8-second Largest Contentful Paint and nearly 4-second Total Blocking Time. The site is also suffering from a lazy-loaded hero image that should load immediately, over 1MB of unused JavaScript and CSS (especially from YouTube and review widgets), and forced layout reflows that further slow down rendering. Removing or optimizing these heavy third-party scripts, fixing the lazy-loading on critical images, and cleaning up unused code could potentially improve the performance score by 50+ points and dramatically enhance user experience.
Why It Matters:
JavaScript execution takes 11.1 seconds and blocks the main thread, creating 3.9s of Total Blocking Time.
How to Fix:
Remove or replace the heavy Elfsight Reviews widget (626KB unused code). Defer YouTube embeds until user interaction using WP YouTube Lyte plugin. Use Asset CleanUp Pro to remove unused WordPress plugins and scripts from pages that don't need them.
Why It Matters:
Images are oversized and uncompressed, wasting 1MB of bandwidth and slowing LCP by 1.8 seconds.
How to Fix:
Install ShortPixel or Imagify to convert PNG images to WebP format for 50-70% size reduction. Use WordPress responsive images with proper srcset attributes. Resize the Subject image from 768x991px to match its 172x222px display size.
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
Render-blocking CSS and JavaScript are delaying First Contentful Paint by 1.46 seconds.
Multiple redirects are adding 750ms delay to both LCP and FCP before the page even starts loading.
Poor cache lifetimes are wasting 349 KiB and delaying FCP/LCP by 600ms on repeat visits.
FontAwesome fonts cause 50ms delay in FCP due to missing font-display declarations.