Features
xSpeed Hub Pricing Docs Blog Scan
Appearance
Get Plugin
58of 100

easy.jobs

Scanned Sun, 20 Sep 2026 07:26:02 GMT · https://easy.jobs/

DLevel 2 · Slow
WordPressNo cache plugin
Desktop view of easy.jobs at scan time. Click for full size
As Lighthouse saw it · click to enlarge
119msTTFB
68Lighthouse desktop · graded
49Lighthouse mobile
1.5sLCP
0.20CLS
brCompression
MISSCache

Lab data: Lighthouse 13.4.1 desktop run, graded above · Reproduce this run on PageSpeed Insights ↗ · Mobile: 45 (F) —

Why is this different from the score in my browser?

The graded score is the desktop run. Lighthouse 13.4.1 runs at Google through the PageSpeed Insights API on a desktop profile with no CPU or network throttling — close to what Chrome DevTools on a laptop, GTmetrix's default test and the PageSpeed API (which defaults to desktop) all measure, so this is the number you should be able to reproduce: run it yourself on PageSpeed Insights.

Google ranks on mobile. That run happens too, on an emulated mid-range Android with a 4× CPU slowdown and a throttled connection, and the same page routinely scores 30–50 points lower there. Neither number is wrong — they are different tests. On this page the mobile run scored 45 (F) against 58 (D) here — to see every check graded on that run.

Lighthouse also varies a few points run to run on the same URL. Treat a trend across several scans as the signal, never a single digit.

Lab data: Google PageSpeed Insights (Lighthouse, desktop). Server probes (TTFB, compression, cache, headers) are measured separately from Vilnius, Lithuania (EU).

Top fixes ranked by points recovered · desktop

This is WordPress — the fixes below are one plugin away

  1. WordPressDetected
  2. xSpeed Cache installedFree on wordpress.org — the setup wizard turns most of this report green.
  3. MCP server connectedxSpeed → MCP Server → Connect in wp-admin, or wp xspeed mcp connect; paste the URL into Claude.
  4. xSpeed Hub attachedOptional: manage all your sites from one MCP connection at app.xspeedcache.com.

12 of these checks map to an xSpeed feature. Install the free xSpeed Cache plugin, connect its built-in MCP server, and your AI assistant can apply every fix and re-verify. If your AI already has access to the site (WP-CLI, SSH or hosting MCP), paste this:

My WordPress site easy.jobs scored 58/100 on xSpeed Scan (https://xspeedcache.com/scan/r/easy-jobs-bcdc8f2d2f). Install and activate the free xSpeed Cache plugin from wordpress.org/plugins/xspeed, run "wp xspeed mcp connect" and give me the MCP URL to paste into my AI client. Then read the failing checks from https://xspeedcache.com/scan/r/easy-jobs-bcdc8f2d2f.md and apply the fixes: enable page caching, compression, minification and lazy loading, warm the cache, and re-scan at https://xspeedcache.com/scan to confirm the score improved.
Get xSpeed Cache Explore the features
Hosting is the other half. xSpeed makes any host faster, but a cache is only as fast as the server behind a MISS. xCloud — managed hosting from the team behind xSpeed — gives the cache an origin tuned for it, with agent/MCP access built in and bring-your-own-server pricing. Explore xCloud.host →

Connect this scanner to your AI assistant

Free. No API key, no sign-up. Scan any public site and get the same graded report as this one, with the fix for every failing check.

Endpoint

https://xspeedcache.com/scan/mcp

Claude Code — one command

claude mcp add --transport http xspeed-scan https://xspeedcache.com/scan/mcp

Claude Desktop, Cursor, or any MCP client — add to your config

{ "mcpServers": { "xspeed-scan": { "type": "http", "url": "https://xspeedcache.com/scan/mcp" } } }
  • run_speed_scan Scan any public URL and return this whole graded report.
  • get_speed_scan Read a scan already run, by its id.
Read the MCP documentation →
C

Core Web Vitals & lab metrics

2/5 checks passed · 29.2/40 pts earned
73/100
Partial
Lighthouse performance score (desktop) 12.2/18 pts
68/100 (Lighthouse 13.4.1, desktop)
The composite Lighthouse score — every fix below moves it.
xSpeed Free AI Optimize
AI promptUsing my site's xSpeed MCP connection: run optimize_site, then run_benchmark to verify the score improved.
Pass
Largest Contentful Paint ≤ 2.5s 8/8 pts
LCP 1.5s
Partial
Cumulative Layout Shift ≤ 0.1 2.5/5 pts
CLS 0.197
Reserve space for images/embeds so the page does not jump as it loads.
xSpeed Free Lazy Load — CLS fix (adds width/height)
AI promptUsing my site's xSpeed MCP connection: enable lazy loading with the CLS fix so images reserve their space, then re-test CLS.
Partial
Total Blocking Time ≤ 200ms 2.5/5 pts
TBT 283ms
Less JavaScript on the main thread: defer scripts and drop unused bundles.
xSpeed Free JS Minify + Defer
AI promptUsing my site's xSpeed MCP connection: enable JS minification and deferred loading, then re-test Total Blocking Time.
Pass
First Contentful Paint ≤ 1.8s 4/4 pts
FCP 1.3s
B

Server response & caching

3/6 checks passed · 17.5/20 pts earned
88/100
Pass
Time to first byte ≤ 200ms 8/8 pts
TTFB 119ms measured from Vilnius, Lithuania (EU) (best of 2 requests). This includes the network round trips between us and your origin, not just server time.
N/A
Page served from cache
Correctly per-visitor — this response is marked `no-cache, no-store, must-revalidate`, so it must not be held in a shared cache.
Nothing to fix. If parts of this page are the same for everyone, they can still be cached separately — but the page as a whole is right to opt out.
Pass
HTML compression (Brotli/GZIP) 5/5 pts
Content-Encoding: br
Partial
Efficient cache policy on static assets 2.5/5 pts
Lighthouse cache-policy audit score 50% — 2 files: easy.jobs-hero-section-video-1.webm, a (googletagmanager.com)
Give your CSS/JS/images long Cache-Control lifetimes. One of these is served by another host, so that part will not clear.
xSpeed Free Browser Cache
AI promptUsing my site's xSpeed MCP connection: enable browser-cache headers for static assets, then re-run the audit.
Info
CDN / edge network
No CDN signature detected
Optional: put a CDN or Cloudflare in front for global edge delivery.
xSpeed Free Cloudflare integration / CDN rewriter
AI promptUsing my site's xSpeed MCP connection: connect Cloudflare (or configure the CDN rewriter) and purge, then re-scan.
Pass
Clean redirect chain 2/2 pts
No redirects — the URL answers directly
F

Asset optimization

1/5 checks passed · 4/20 pts earned
20/100
Fail
No render-blocking resources 0/5 pts
Fails the Lighthouse audit — 8 files: jquery-migrate.min.js, flexia-core-public.js, jquery.min.js… · ~900ms of first paint
CSS/JS in <head> blocks first paint. Inline the critical CSS and defer the rest.
xSpeed Pro Critical CSS + Unused CSS removal
AI promptUsing my site's xSpeed MCP connection: generate critical CSS for the top pages and enable unused-CSS removal, then re-test.
Fail
Minified CSS and JavaScript 0/4 pts
Fails the Lighthouse audit — 1 file: embedpress.css
Ship minified assets — whitespace and comments are pure transfer waste.
xSpeed Free HTML/CSS/JS Minify
AI promptUsing my site's xSpeed MCP connection: enable HTML, CSS and JS minification, purge the cache, and re-test.
Fail
Modern, optimized image formats 0/4 pts
Fails the Lighthouse audit — 4 files: Frame-2147240334-2.png, WPDeveloper-BG1-1-scaled-1.png, round.png… · ~50ms of first paint
Serve WebP/AVIF at the right compression — usually the single largest byte saving.
xSpeed Pro Image Converter (WebP/AVIF)
AI promptUsing my site's xSpeed MCP connection: enable WebP/AVIF conversion with URL rewriting, then re-test image audits.
Pass
LCP image discoverable early 4/4 pts
Passes the Lighthouse audit
Fail
Total page weight ≤ 1.5MB 0/3 pts
4.1MB transferred
Heavy pages are slow on every connection — compress, lazy-load, and trim.
xSpeed Free Minify + Lazy Load + Image Converter (Pro)
AI promptUsing my site's xSpeed MCP connection: enable minification and lazy loading (and image conversion on Pro), then re-check page weight.
F

Platform & xSpeed readiness

0/4 checks passed · 0/8 pts earned
0/100
Info
Platform
WordPress detected (ThinkRank 2.5.0)
Informational.
Fail
Caching plugin active 0/4 pts
No caching plugin detected
WordPress rebuilds every page in PHP unless a caching plugin serves it statically.
xSpeed Free xSpeed Cache (free on wordpress.org)
AI promptInstall and activate the xSpeed plugin from wordpress.org, run its setup wizard, and enable page caching.
Fail
Powered by xSpeed 0/4 pts
xSpeed not detected
xSpeed bundles caching, minification, lazy-load, image optimization and an AI-controllable MCP server in one plugin — and imports settings from other caching plugins in one click.
xSpeed Free xSpeed Migration (one-click import)
AI promptInstall xSpeed and use its Migration tool to import your current caching settings, then deactivate the old plugin.
Info
AI-controllable (xSpeed MCP)
xSpeed MCP endpoint not reachable
Optional: connect xSpeed's built-in MCP server and your AI assistant can apply every fix in this report for you.
xSpeed Free MCP Server (built into xSpeed Free)
AI promptIn xSpeed → MCP Server, click Connect and paste the config into your AI client — then ask it to fix this report.

Share your score a card for X, LinkedIn, Slack — anywhere

Every check here has a one-click fix in xSpeed Cache

xSpeed is launching soon — page caching, compression, image optimization and a built-in MCP server so your AI assistant can run this playbook for you. Early users get in first.

Scan easy-jobs-bcdc8f2d2f · rubric v2026.09.4 · Lab data: Google PageSpeed Insights (Lighthouse 13.4.1), graded on the desktop run; the mobile run is graded on its tab · Server probes from xspeedcache.com. Scores vary run to run; treat trends, not single digits, as the signal. Markdown for AI agents · JSON
Own easy.jobs and would rather this report were not public? Email support@wpdeveloper.com and we will remove it.