✨ 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 NitroPack: cache health & optimization tables

NitroPack hooks WordPress through a service-side cache with a bidirectional REST API. SleekView reads the per-URL cache state, optimization warnings, and session data NitroPack exposes locally so problem pages stop hiding behind the dashboard's overall score.

♾️ Lifetime License available

SleekView table view for NitroPack

Read NitroPack's per-URL state, not just the global score

NitroPack is a hybrid plugin: a WordPress side stores per-URL session data, optimization warnings, and cache flags in wp_options and the np_* meta. The service side handles the actual page rendering and CDN delivery. The local NitroPack dashboard surfaces a global PageSpeed score, a list of recent optimization warnings, and aggregate cache hit data, but it does not expose a per-URL queue of which pages are currently optimized, which are pending, and which generated warnings during their last build.

SleekView reads the data NitroPack writes locally so each URL becomes a row. Cache state, optimization status, last warning, and the post type behind the URL sit side by side. Sort by warning count to find templates that consistently fail an optimization step, filter to optimization pending only after a recent purge, or group by post type to see whether warnings cluster on product pages, post archives, or specific landing pages. The plugin's own session logs and per-URL metrics fill out the rest of the columns when the API has them cached locally.

SleekView never calls the NitroPack service API directly. Inline cache actions trigger NitroPack's own purge functions, which then call the service through the plugin's normal REST integration. Saved views like Pages with optimization warnings or Optimization pending after deploy can be scoped per role, useful when a developer needs to triage performance without access to the NitroPack license key or service plan settings.

Workflow

From NitroPack options and meta to a per-URL view

1

Read the local NitroPack data

SleekView registers the nitropack_* options and per-URL post meta as sources. Cache flags, optimization state, and warnings are decoded into filterable columns automatically.
2

Build the per-URL view

Pick URL, cache state, optimization status, warning count, post type, and last build. Save filter sets like Optimization warnings only or Pending after deploy as named views.
3

Group by template

Roll rows up by post type or page template to see which content patterns fail repeatedly. Fix the template once instead of purging URLs one at a time.
4

Purge inline

Trigger NitroPack's per-URL purge from a row. The action goes through the plugin's REST integration so the service and local flags stay consistent with each other.

Sample columns

A typical NitroPack cache and warnings view

URLs with cache state, optimization status, warning count, and post type in one row.
Source: wp_options (nitropack_*) and post meta for per-URL cache flags
URL Cache Optimization Warnings Post type Last build
/ HIT Optimized 0 page 1h ago
/pricing/ HIT Optimized 2 page 3h ago
/blog/scaling/ MISS Pending 0 post 12m ago
/shop/widget/ MISS Failed 5 product 2d ago

Comparison

Default NitroPack admin vs SleekView

Default NitroPack admin

  • Dashboard shows a global score and aggregate cache hit ratio
  • No per-URL list of cached, pending, or failed pages
  • Optimization warnings appear as a feed, not a sortable queue
  • Hard to find which templates produce the most warnings
  • No way to give a developer a triage view without service access

SleekView

  • One row per URL with cache state, optimization, and warning count
  • Sort by warnings to find templates that fail consistently
  • Filter to optimization pending after a deploy or purge
  • Group by post type to spot systemic optimization issues
  • Save shared views like 'Optimization warnings this week'

Features

What SleekView gives you for NitroPack

Per-URL optimization state

Read each URL with its cache hit or miss status, optimization state, and warning count side by side. Skip the global score and answer 'is this page actually optimized today' in one row.

Warnings as a queue

Treat NitroPack's optimization warnings as a sortable queue rather than a feed. Group by post type or template to find the patterns behind the failures and fix the root cause once.

Inline purge actions

Trigger NitroPack's per-URL purge from a row directly. The action calls the plugin's existing REST integration so the service stays the source of truth for cache state.

Audience

Who uses SleekView for NitroPack

Performance engineers

Triage optimization warnings across the whole site at once. Sort by warning count, filter by post type, and fix the templates that fail repeatedly instead of replaying every URL.

Agency support

Hand junior staff a read-only view of cache and optimization state. They answer client questions about which pages are cached without ever touching license keys or service plans.

Site owners after a deploy

Confirm the cache rebuilds for the URLs that changed. Sort by last build, filter to the affected post type, and watch the queue drain instead of trusting the dashboard's overall score.

The bigger picture

Why a hybrid service cache still needs a per-URL UI

NitroPack's strength is that it offloads optimization to a service. The plugin glue handles configuration and reporting, the service handles the actual rendering, and the front end ships an optimized page. The trade-off shows up when the global score on the dashboard hides per-URL trouble.

A handful of templates can fail the optimization step, accumulate warnings, and quietly serve unoptimized HTML while the headline number still looks fine. The default UI lists warnings in a feed and shows aggregate cache hit data, but it does not let you sort, filter, or group those warnings the way you would in a triage queue. SleekView reads the same local data NitroPack writes and turns it into the per-URL view the dashboard does not provide.

Cache state becomes a sortable column, warnings become a count you can group by template, and inline purge actions go through the plugin's own integration so the service stays in charge. The optimization stays in NitroPack's hands; the audit stops requiring screenshots and a guess.

Questions

Common questions about SleekView for NitroPack

No. SleekView reads only the data NitroPack stores locally in WordPress: options, post meta, and any session data the plugin caches on the WP side. Service-side calls continue to go through NitroPack's existing REST integration. Inline purge actions reuse the plugin's own functions so no separate API key is needed.

 

Yes. SleekView exposes NitroPack's per-URL purge as a row action. The call goes through the plugin's existing service integration, so the service-side cache and the local cache flags update consistently and the action shows up in NitroPack's own logs.

 

Yes. The CDN sits in front of the optimized pages and is unaffected by SleekView. Cache state shown in the table reflects whatever NitroPack reports for the URL, including service-side cache decisions. SleekView reads those flags rather than recomputing them.

 

Yes. SleekView reads whatever data NitroPack writes on the WP side, regardless of whether the plan is Free, Business, or Growth. Premium features (more pageviews, more cached URLs) raise the limits the service enforces, which SleekView surfaces but does not change.

 

Yes. Saved views with column sets and filter presets can be assigned to non-admin roles. A developer can read the per-URL warning queue without access to NitroPack's license, service plan, or global cache settings, and the row-level check happens before the query runs.

 

No. SleekView paginates against existing options and post meta indexes, and reads the same data NitroPack already exposes through its dashboard. The service-side calls run on NitroPack's normal schedule; nothing is added to the request path of the front end.

 

Yes. NitroPack stores per-subsite options when activated network-wide, and SleekView respects that scope. Each subsite shows only its own cache and warning data, which matches how NitroPack itself behaves on multisite.

 

Yes. Any saved view exports to CSV directly from the table header, with active filters and column order honored. This is useful for handing performance 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