Largest Contentful Paint
Good: < 2.5s
Measures how long it takes for the main content to appear on screen
How to optimize colorify.agency
Layout shifts score 0.97 (very poor) mainly caused by video element jumping, severely impacting user experience.
Set explicit dimensions on the banner video element using CSS aspect-ratio or fixed height. Add width/height attributes to all images including person-img.png and work banner images. Reserve space for dynamic content with CSS min-height properties.
A score of 60 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 has poor performance with a score of 60/100, primarily due to severe layout shift issues causing a terrible Cumulative Layout Shift score of 0.97 (good is under 0.1). The biggest culprit is an autoplaying background video that's causing massive page elements to jump around as it loads, creating a jarring user experience. Additionally, the site is loading 183 KiB of unused CSS and JavaScript code, while render-blocking resources are delaying the initial paint by over 2 seconds. Fixing the video element's dimensions, removing unused code, and deferring non-critical resources could dramatically improve both the performance score and user experience.
Why It Matters:
183KB of unused code (96% unused CSS, 55% unused JS) wastes bandwidth and delays rendering by 300ms.
How to Fix:
Use WP Rocket's 'Remove Unused CSS' feature or install Asset CleanUp Pro to eliminate dead code. Audit WordPress plugins and remove unnecessary ones. Split critical CSS inline and defer non-critical stylesheets using rel='preload'.
Why It Matters:
Web fonts cause 350ms delay and contribute to layout shifts as text re-renders when fonts load.
How to Fix:
Add font-display: swap to Google Fonts URL or use local font files. Preload critical Montserrat font variants with <link rel='preload'> in WordPress header. Use font-metric overrides in CSS to reduce layout shifts during font loading.
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
Web fonts cause 350ms delay and contribute to layout shifts as text re-renders when fonts load.
183KB of unused code (96% unused CSS, 55% unused JS) wastes bandwidth and delays rendering by 300ms.
Missing image dimensions cause layout shifts affecting CLS, and fonts without proper display settings delay text rendering by 60ms.
Unused CSS (119 KiB) and JavaScript (363 KiB) are blocking rendering and extending load times by 450ms for LCP.