Largest Contentful Paint
Good: < 2.5s
Measures how long it takes for the main content to appear on screen
How to optimize vpic.ca
99.5% of block-library CSS and 78KB of Google Translate JavaScript are unused, slowing page load unnecessarily.
Disable WordPress block editor styles if not using Gutenberg blocks by adding remove_action('wp_enqueue_scripts', 'wp_enqueue_global_styles') to functions.php. Remove or conditionally load Google Translate only when needed. Use Asset CleanUp plugin to selectively disable unused scripts per page.
A score of 84 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 good performance with a score of 84/100, but there's significant room for improvement in loading speed. The biggest issue is render-blocking CSS and JavaScript files that delay the initial page display by an estimated 1.6 seconds, causing the First Contentful Paint to be slower than ideal at 2.9 seconds. The site is also loading a large 57KB logo image that's displayed much smaller than its actual size, and there's 99% unused CSS from WordPress block styles being downloaded unnecessarily. Fixing these render-blocking resources and optimizing images could easily push this site into the 90+ performance range and provide a noticeably faster user experience.
Why It Matters:
Blocking CSS delays First Contentful Paint by 1,610ms and prevents users from seeing content quickly.
How to Fix:
Inline critical CSS for above-the-fold content directly in the HTML head. Defer non-critical CSS like block-library styles using media='print' onload='this.media="all"'. Use WordPress plugins like Autoptimize to automatically inline critical CSS and defer the rest.
Why It Matters:
The 57KB logo image delays LCP by 250ms and wastes 56KB of unnecessary data transfer.
How to Fix:
Resize the logo from 300x300 to its actual display size of 49x49 pixels. Convert from PNG to WebP format for 70% smaller file size. Use WordPress media settings or plugins like ShortPixel to automatically generate appropriately-sized responsive images.
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
The 57KB logo image delays LCP by 250ms and wastes 56KB of unnecessary data transfer.
Blocking CSS delays First Contentful Paint by 1,610ms and prevents users from seeing content quickly.
Sentry library causes 29ms of forced reflows, blocking the main thread and degrading user interactions.
Critical CSS blocks initial render and delays LCP by 450ms, preventing users from seeing content quickly.