✨ New Plugin Alert ✨ SleekRank is now available with €50 launch discount
✨ New Plugin Alert ✨ SleekRank is now available with €50 launch discount
✨ New Plugin Alert ✨ SleekRank is now available with €50 launch discount
✨ New Plugin Alert ✨ SleekRank is now available with €50 launch discount
✨ New Plugin Alert ✨ SleekRank is now available with €50 launch discount
✨ New Plugin Alert ✨ SleekRank is now available with €50 launch discount
✨ New Plugin Alert ✨ SleekRank is now available with €50 launch discount
✨ New Plugin Alert ✨ SleekRank is now available with €50 launch discount
✨ New Plugin Alert ✨ SleekRank is now available with €50 launch discount
✨ New Plugin Alert ✨ SleekRank is now available with €50 launch discount

SleekView for LiteSpeed Cache: crawler & QUIC.cloud activity tables

LiteSpeed Cache stores crawler activity, QUIC.cloud optimization queue, image WebP status, and ESI block data in its own LSCWP tables. SleekView turns those scattered logs into one queryable surface for performance triage and quota planning.

♾️ Lifetime License available

SleekView table view for LiteSpeed Cache

Read LiteSpeed Cache's crawler queue and QUIC.cloud quota in one place

LiteSpeed Cache uses several tables to track its work: wp_litespeed_crawler stores crawler runs and per-URL status; wp_litespeed_img_optm tracks image optimization through QUIC.cloud with WebP and lossy results; wp_litespeed_url stores normalized URL records for crawler and CSS optimization; the litespeed.conf.* options blob holds CCSS, UCSS, and unique CSS hashes. The default LSCWP admin shows each of these as separate screens with limited cross-filtering, and quota usage for QUIC.cloud sits on a different tab from the crawler logs that consume it.

SleekView reads each LSCWP table directly so the crawler, image optimization, and CCSS/UCSS data become a single workspace. Sort crawler runs by completion time and status, filter to QUIC.cloud requests in the failed bucket, or join image optimization rows with the WordPress attachment posts to see which media library items were processed and which still need WebP. ESI block data, when ESI is in use, surfaces as its own view with the placeholder name, post type, and last refresh.

SleekView is read-only against the LSCWP tables and writes only through LiteSpeed Cache's own functions for inline purge or re-queue actions. The plugin keeps managing crawler schedules and the QUIC.cloud integration on its own; SleekView just makes the audit data legible. Saved views like Crawler runs failed today or Images pending WebP can be scoped per role, useful for handing performance triage to a developer without exposing the QUIC.cloud API key or domain key settings.

Workflow

From LSCWP tables to a single performance triage queue

1

Connect the LSCWP tables

SleekView registers wp_litespeed_crawler, wp_litespeed_img_optm, and wp_litespeed_url as sources, plus the litespeed.conf.* options for CCSS and UCSS hashes. URL, status, response time, and run id are pre-mapped to filterable columns.
2

Build the crawler view

Pick URL, status, response time, run id, and post type. Save filter sets like Crawler errors today or Slow pages over 1.5s as named views the team reopens with one click.
3

Cross-reference image optimization

Add image optimization rows joined to the matching attachments. A single row can show URL, crawler status, and the attachments embedded in that page along with their WebP state.
4

Re-queue inline

Trigger LSCWP's re-queue or purge action on a row directly. Writes go through the plugin's own functions so the crawler and QUIC.cloud integrations stay consistent with their expected state.

Sample columns

A typical LiteSpeed Cache crawler view

Crawler runs with URL, status, response time, and the run that produced them.
Source: wp_litespeed_crawler, wp_litespeed_img_optm, wp_litespeed_url, wp_options (litespeed.conf.*)
URL Status Response Run Post type Time
/ 200 Cached 412ms Run #482 page 12s ago
/pricing/ 200 Cached 684ms Run #482 page 1m ago
/blog/migration/ 200 Slow 1.8s Run #482 post 4m ago
/shop/widget/ 503 - Run #481 product 2h ago

Comparison

Default LiteSpeed Cache admin vs SleekView

Default LiteSpeed Cache

  • Crawler, image optimization, and CCSS/UCSS sit on separate screens
  • No cross-filtering between crawler runs and QUIC.cloud quota usage
  • Image optimization status hidden behind individual attachment screens
  • ESI block usage has no admin UI in standard configurations
  • No way to give a developer a read-only triage view of crawler errors

SleekView

  • Crawler runs, image optimization, and CCSS/UCSS in one workspace
  • Sort crawler URLs by response time to find slow pages
  • Filter to QUIC.cloud failures or pending WebP only
  • Group by post type to spot template-level performance issues
  • Save shared views like 'Crawler errors after deploy'

Features

What SleekView gives you for LiteSpeed Cache

Crawler queue as a triage surface

Read every crawler run with URL, status, and response time in one row. Sort the slowest pages to the top, filter to errors only, and triage the queue in the same place LSCWP populates it.

QUIC.cloud image audit

Join image optimization rows to the matching attachment posts. A single view shows which media library items have WebP, which are pending, and which failed during the last QUIC.cloud run.

Cross-table filters

Combine crawler status with post type, image optimization status with attachment author, and CCSS hashes with the URLs they cover. The filters work the way the data actually relates.

Audience

Who uses SleekView for LiteSpeed Cache

Performance engineers

Triage crawler failures, slow URLs, and pending QUIC.cloud requests from one queue. Sort by response time, filter by post type, and resolve the day's findings without flipping between LSCWP screens.

Agency support

Hand junior staff a read-only view of crawler runs and image optimization status. They learn the patterns without exposure to QUIC.cloud API keys or domain key settings.

Site owners managing QUIC.cloud quota

Watch image optimization and CCSS usage in a single view. Spot the post types and templates burning quota fastest before the credit balance becomes a problem.

The bigger picture

Why a multi-feature cache plugin needs one queryable surface

LiteSpeed Cache covers a wide surface area: page caching through the LiteSpeed Web Server, a crawler that pre-warms URLs, image optimization through QUIC.cloud, CSS optimization with CCSS and UCSS hashes, and ESI for hole-punching dynamic blocks. Each feature carries its own admin screen, its own logs, and its own quota. The plugin reports each one well in isolation, but the work that performance teams actually do crosses those boundaries: which URLs failed in the latest crawler run, which images on those URLs are still missing WebP, and which CCSS hash they use.

The default UI does not let you ask that compound question without flipping between four screens. SleekView reads the LSCWP tables directly and presents them as joinable sources. Crawler results sit next to the image optimization and CSS hash data they relate to, quota usage becomes visible alongside the requests that consume it, and triage stops feeling like detective work.

The plugin keeps doing the heavy lifting; SleekView just lets the team responsible for performance read the data in the shape they actually need it.

Questions

Common questions about SleekView for LiteSpeed Cache

Yes. The wp_litespeed_crawler, wp_litespeed_img_optm, and wp_litespeed_url tables are created by the free LSCWP plugin, and SleekView reads from all of them. QUIC.cloud features that require credit balance still go through QUIC.cloud itself; SleekView just makes their queue and results legible.

 

No. SleekView reads only the LSCWP tables and the litespeed.conf.* options. QUIC.cloud calls continue to flow through LSCWP's own integration on the plugin's normal schedule. Inline re-queue actions trigger LSCWP's existing functions, which then call the service through the plugin's REST integration.

 

Yes. SleekView exposes LSCWP's per-URL re-queue action as an inline row action. The call goes through the plugin's own functions so the crawler queue and run history stay consistent with what LSCWP expects.

 

Yes when ESI is enabled. ESI placeholders are recorded in the LSCWP options blob and post meta, and SleekView pivots those into a per-block view with placeholder name, post type, and last refresh. ESI is most useful on LiteSpeed Web Server or OpenLiteSpeed; the data still surfaces on other servers when LSCWP records it.

 

Yes. Saved views with column sets and filters can be assigned per role, and SleekView's row-level access enforces those scopes before the query runs. A developer can read the crawler triage queue without access to LSCWP's domain key or QUIC.cloud settings.

 

No. SleekView reads from existing LSCWP tables and never adds work to the crawler or QUIC.cloud pipeline. Reads are paginated against the same indexes LSCWP uses, and the front-end cache continues to serve through the LiteSpeed Web Server module exactly as before.

 

Yes. LSCWP stores crawler and image optimization data per subsite when run network-wide, and SleekView respects that scope. A network admin can read across subsites by switching context, and each subsite admin sees only their own data.

 

Yes. Any saved view exports to CSV from the table header, with active filters and column order honored. This is useful for handing crawler regression data to a developer, archiving a release snapshot, or sharing a triage report with a stakeholder.

 

Pricing

More than 1000+
happy customers

Explore our flexible licensing options tailored to your needs. Upgrade your license anytime to access more features, or opt for a lifetime license for ongoing value, including lifetime updates and lifetime support. Our hassle-free upgrade process ensures that our platform can grow with you, starting from whichever plan you choose.

Starter

€79

EUR

per year

  • 3 websites
  • 1 year of updates
  • 1 year of support

Pro

€149

EUR

per year

  • Unlimited websites
  • 1 year of updates
  • 1 year of support

Lifetime ♾️

Most popular

€249

EUR

once

  • Unlimited websites
  • Lifetime updates
  • Lifetime support

...or get the Bundle Deal
and save €250 🎁

The Bundle (unlimited sites)

Pay once, own it forever

Elevate your WordPress site with our exclusive plugin bundle that includes all of our premium plugins in one package. Enjoy lifetime updates and lifetime support. Save significantly compared to buying plugins individually.

What’s included

  • SleekAI

  • SleekByte

  • SleekMotion

  • SleekPixel

  • SleekRank

  • SleekView