Largest Contentful Paint
Good: < 2.5s
Measures how long it takes for the main content to appear on screen
How to optimize browartistacademy.com
Unused code totals 267 KB (73KB CSS + 188KB JS), wasting bandwidth and slowing LCP by 150ms each.
Install Asset CleanUp Pro to disable unused plugins per page. Use PurgeCSS or similar tools to remove unused CSS rules from Elementor and other plugins. Enable tree-shaking for JavaScript bundles and defer unused Vimeo player resources until needed.
A score of 56 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 56/100, primarily due to excessive unused code and render-blocking resources. The biggest problem is that 261 KB of unused CSS and JavaScript is being loaded unnecessarily, while critical resources are blocking the page from rendering for nearly 2 seconds. The site takes over 9.7 seconds to display its main content and 15.8 seconds to become interactive, which severely impacts user experience. Removing unused code, optimizing CSS delivery, and reducing the massive 4.3 MB network payload could improve performance by 30+ points and cut loading time in half.
Why It Matters:
Multiple CSS files are blocking initial page render, delaying First Contentful Paint by 1.75 seconds and significantly impacting LCP.
How to Fix:
Use a WordPress optimization plugin like WP Rocket or Autoptimize to combine and minify CSS files. Inline critical above-the-fold CSS directly in the HTML head. Defer non-critical CSS using media='print' onload trick or loadCSS library.
Why It Matters:
Custom fonts are causing 190ms delays in text visibility, blocking First Contentful Paint and hurting user experience.
How to Fix:
Add font-display: swap to all @font-face declarations in your WordPress theme. Preload critical fonts (Figtree and TenorSans) using <link rel='preload'> in the HTML head. Host fonts locally instead of loading from Google Fonts to reduce network requests.
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
The 664KB hero background image is delaying LCP by 1.6 seconds as it's not optimized or prioritized.
Over 2.4MB of unused JavaScript and 411KB of unused CSS are slowing LCP by 7+ seconds.
Critical CSS and JavaScript files are blocking initial page render, delaying FCP by 4.4 seconds.
Short cache durations force unnecessary re-downloads on repeat visits, slowing LCP by 150ms.