Largest Contentful Paint
Good: < 2.5s
Measures how long it takes for the main content to appear on screen
How to optimize mcpmarket.com
330 KiB of unused JavaScript delays page interactivity and increases Total Blocking Time by 460ms.
Analyze and remove 73% unused code from buysellads script or load it conditionally. Split Google Analytics into smaller chunks and defer non-essential tracking. Use Next.js dynamic imports to code-split the 3108 chunk and load only when needed.
A score of 63 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 poor performance with a score of 63/100, primarily due to severe image optimization issues that are causing the page's main content to load extremely slowly at 7.4 seconds (Largest Contentful Paint). The biggest problem is unoptimized GitHub avatar images that are oversized and using outdated formats, wasting 374 KB of bandwidth and significantly delaying page loading. Additionally, the site is loading 330 KB of unused JavaScript code and has inefficient caching policies that force users to re-download resources on repeat visits. Fixing these image issues by converting to modern formats like WebP, properly sizing images, and cleaning up unused code could improve the performance score by 25+ points and dramatically speed up the user experience.
Why It Matters:
GitHub avatars are oversized and unoptimized, wasting 374 KiB and delaying LCP by 550ms.
How to Fix:
Resize GitHub avatars to exact display dimensions (20x20, 18x18) using Next.js Image component with proper width/height props. Convert to WebP format using next-optimized-images or implement a image proxy service. Use responsive images with srcSet for different screen densities.
Why It Matters:
Short cache lifetimes force unnecessary re-downloads, wasting 539 KiB on repeat visits.
How to Fix:
Configure CDN headers to cache GitHub avatars for 1 year with immutable directive. Set buysellads script cache to 24 hours minimum or use service worker caching. Add cache-control headers for static assets through Next.js config or Vercel settings.
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
Font files create a 423ms critical chain dependency that delays content rendering and impacts Speed Index.
JavaScript is causing 48.7ms of forced reflows, blocking the main thread and degrading user experience.
The portrait image is oversized by 87KB, wasting bandwidth and potentially impacting perceived load performance.
91% of your CSS is unused, adding 150ms to LCP and blocking initial render for 1.5 seconds.