Largest Contentful Paint
Good: < 2.5s
Measures how long it takes for the main content to appear on screen
How to optimize homy.furniture
The LCP image lacks priority hints, potentially delaying the largest contentful paint timing.
Add fetchpriority='high' to the main hero image (img.attachment-full) in your Elementor widget. Edit the Elementor section containing the LCP image and add this attribute in the Advanced > Attributes section. This will prioritize the LCP image download over other resources.
A score of 91 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 performs well overall with an excellent score of 91/100, but there are still some optimization opportunities. The biggest issue is inefficient image delivery, where oversized images are being served - particularly a logo that's 768x371 pixels but only displayed at 100x48 pixels, wasting 95 KiB of bandwidth. Your Largest Contentful Paint of 3.3 seconds could be improved by adding fetchpriority="high" to your main content image and properly sizing all images to match their display dimensions. Additionally, removing 19 KiB of unused CSS and fixing preconnect issues with your CDN could provide further performance gains.
Why It Matters:
Oversized images waste 95KB bandwidth and delay page rendering, especially the logo image downloading 52KB unnecessarily.
How to Fix:
Install WP Smush or ShortPixel to automatically generate responsive image sizes. Configure your theme to serve appropriately sized images based on viewport. For the logo image, create a smaller version (100x48px) instead of serving the full 768x371px image.
Why It Matters:
Unnecessary preconnect hints waste browser resources and can delay other critical connections.
How to Fix:
Remove unused preconnect links to fonts.gstatic.com and googleoptimize.com from your WordPress head section. Add crossorigin attribute to cdn.homy.furniture preconnect hints or remove duplicates. Use a plugin like WP Rocket to manage resource hints properly.
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
63% of CSS (18KB) goes unused, creating unnecessary network overhead and blocking rendering.
Current images can be compressed by additional 17KB without quality loss, improving load times.
The LCP element lacks priority hints, causing delayed loading and slower perceived performance.
Unnecessary preconnect hints waste browser resources and can delay other critical connections.