Largest Contentful Paint
Good: < 2.5s
Measures how long it takes for the main content to appear on screen
How to optimize koku.scripts.com
Render blocking CSS and JavaScript are delaying First Contentful Paint by 1.8 seconds and preventing the page from loading efficiently.
Defer non-critical CSS by adding media='print' and switching to 'all' onload. Move jQuery and Bootstrap JavaScript to load asynchronously or at the end of the body. Inline critical CSS for above-the-fold content directly in the HTML head.
A score of 74 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 website has moderate performance issues with a score of 74/100. The biggest problem is layout instability caused by web fonts loading late, creating a poor user experience as content shifts around while the page loads. Additionally, the site is serving oversized PNG images that could be reduced by nearly 1MB by converting to modern formats like WebP and properly sizing them for display. Fixing these font loading issues and optimizing images could improve the performance score by 15-20 points and significantly reduce the jarring visual shifts users experience.
Why It Matters:
Web fonts are causing a CLS score of 0.154 as they load and change text rendering, creating visual instability.
How to Fix:
Add font-display: swap to Google Fonts URL parameters or CSS @font-face declarations. Preload critical fonts using <link rel='preload' as='font'> in the HTML head. Use font metric overrides to match fallback font dimensions and reduce layout shifts.
Why It Matters:
Blog images are using outdated PNG format, wasting 992 KiB in file size and slowing page load performance.
How to Fix:
Convert all blog images from PNG to WebP format using an image optimization tool or server-side conversion. Implement responsive image sizes to serve appropriately sized images (current images are 700x400 but display at 668x382). Add explicit width and height attributes to prevent layout shifts during image 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 Generic Speed Tests
Images are 177KB larger than needed due to oversized dimensions and poor compression, slowing LCP by 1.3 seconds.
CSS files are blocking initial page render for 3.9 seconds, preventing users from seeing content.
Your LCP element has an 11.4-second resource load delay and isn't prioritized, severely impacting loading performance.
Your images are 228 KiB larger than needed for their display dimensions, causing unnecessary bandwidth usage and slower LCP.