Largest Contentful Paint
Good: < 2.5s
Measures how long it takes for the main content to appear on screen
How to optimize kreas.it
Short cache lifetimes force unnecessary re-downloads of static assets, wasting 40 KiB on repeat visits.
Add cache headers via .htaccess to cache fonts and CSS for 1 year (expires 31536000). Configure WordPress caching plugin like W3 Total Cache to set proper cache-control headers. Set font files to cache-control: public, max-age=31536000.
A score of 70 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 issues with a score of 70/100. The biggest problem is render-blocking resources that are delaying your First Contentful Paint and Largest Contentful Paint by over 4 seconds, causing visitors to wait too long before seeing any content. The site is also bloated with 99KB of unused CSS and 440KB of unused JavaScript, particularly from Google reCAPTCHA and various WordPress plugins. Deferring non-critical JavaScript, removing unused CSS, and optimizing your caching strategy could improve your score by 25+ points and dramatically reduce load times from the current 14+ seconds to interactive.
Why It Matters:
Render-blocking JavaScript is delaying LCP by 4.25 seconds, preventing critical content from displaying quickly.
How to Fix:
Move jQuery and Font Awesome scripts to load asynchronously using wp_enqueue_script with 'defer' attribute. Use WP Rocket or Autoptimize to defer non-critical JavaScript. Inline critical CSS for above-the-fold content to avoid blocking render.
Why It Matters:
99 KiB of unused CSS and 440 KiB of unused JavaScript waste bandwidth and slow down parsing.
How to Fix:
Remove unused Dashicons CSS (35 KiB) by adding remove_action('wp_head', 'print_emoji_detection_script', 7) to functions.php. Use Asset CleanUp Pro to disable unused Elementor widgets and Font Awesome icons. Optimize reCAPTCHA to load only when needed.
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
99 KiB of unused CSS and 440 KiB of unused JavaScript waste bandwidth and slow down parsing.
Render-blocking JavaScript is delaying LCP by 4.25 seconds, preventing critical content from displaying quickly.
Critical CSS and JavaScript files are blocking initial page render, delaying FCP by 250ms.
JavaScript is blocking the main thread for 3.6 seconds, preventing user interactions and delaying TTI to 14.6 seconds.