Implement Long-Term Browser Caching

How to optimize kreas.it

WordPress SiteScore: 70/100Analyzed March 2026Re-analyze this site

Implement Long-Term Browser Caching

Medium Impact+8 points estimated

Why It Matters

Short cache lifetimes force unnecessary re-downloads of static assets, wasting 40 KiB on repeat visits.

How to Fix

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.

0Needs Improvement

What This Score Means

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.

Core Web Vitals Analysis

LCP

Largest Contentful Paint

4.4s
Poor

Good: < 2.5s

Measures how long it takes for the main content to appear on screen

INP

Interaction to Next Paint

295ms
Needs Improvement

Good: < 200ms

Measures how quickly the page responds to user interactions

CLS

Cumulative Layout Shift

0.02
Good

Good: < 0.1

Measures visual stability - how much content shifts during page load

AI Performance Analysis

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.

Other Optimization Recommendations

Remove Render-Blocking JavaScript Resources

High Impact+25 points estimated

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.

Eliminate Unused CSS and JavaScript

High Impact+15 points estimated

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.

Keep Your Site Fast After Optimization

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.

Explore DeployHQ →Trusted by engineering teams shipping high-performance sites

Want to Analyze YOUR Website?

Get AI-powered performance insights with actionable fixes in 30 seconds

More WordPress Speed Tests

WordPress Performance Resources

Frequently Asked Questions