✨ 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 Kanban for Speed Booster Pack

SleekView reads the Speed Booster Pack page cache and asset optimization logs directly, groups every job by status, and lets your team drag cards between Uncached, Optimizing, Cached, and Failed so the underlying record updates the moment the column changes on the board.

♾️ Lifetime License available

SleekView Kanban board for Speed Booster Pack

Why Speed Booster Pack jobs fit a kanban view

Speed Booster Pack groups several tweaks under a single performance tab. The page cache writes static HTML under wp-content/cache/sbp/. Local Avatars and Local Google Fonts store cached copies under wp-content/uploads/sbp/ with one file per asset. The asset optimization pass records minified and combined bundle metadata in wp_options under the sbp_assets_meta key with a status column that flows through queued, processing, optimized, and failed values. The default settings screen exposes a Flush Cache button and a savings counter, which works on a small site and hides every interesting detail the moment one cached font or one asset bundle stops updating.

SleekView Kanban reads the same Speed Booster Pack folders and option rows the settings screen aggregates. Pick the asset optimization status field as the grouping and every asset becomes a card grouped under Uncached, Optimizing, Cached, or Failed. Card fronts can show the asset handle, the source URL, the original size, the cached size, the local copy flag, and the last update timestamp so a developer can spot bottlenecks across the optimization pipeline without leaving the board view.

Dragging a card between columns calls the Speed Booster Pack helper API. A move from Failed back to Uncached resets the asset row and re-runs the optimization pass on the next cron tick. A move from Optimizing back to Uncached cancels the in-flight worker. The plugin's automatic purge on post save keeps running, so a manual board action never collides with the plugin's normal cache invalidation flow.

Workflow

From Flush Cache to a live Speed Booster board

1

Connect the Speed Booster Pack source

Point SleekView at the Speed Booster Pack cache and asset folders and the sbp_assets_meta option row. Add filters for asset type, source URL pattern, or local copy status so the board scopes to the assets the team needs to triage during a launch or performance audit run.
2

Pick the status column to group by

Choose the asset optimization status field as the kanban grouping. SleekView reads queued, processing, optimized, and failed values directly from the option row and buckets each asset into Uncached, Optimizing, Cached, or Failed with column counts updating live.
3

Configure card fronts

Pick the fields each card shows. Asset handle, source URL, original size in kilobytes, cached size in kilobytes, local copy flag, and last update timestamp are common picks, so a developer can sort by savings when auditing optimization or by size when planning a rebuild pass.
4

Move cards to update Speed Booster Pack

Dragging a card calls the matching plugin helper. A move from Failed back to Uncached resets the row and re-runs the optimization pass. A move into Cached forces a cache purge for pages referencing the asset. Every move writes an audit row with user, source column, destination, and timestamp.

Sample board

Sample Speed Booster Pack layout

Four columns, one card per asset, color coded by optimization status. Drag a Failed bundle back to Uncached and the optimization pass reruns on the next cron tick for the asset row.
Uncached
62
fonts.googleapis.com/css2?family=Inter
no local copy, queued
elementor-frontend.js
no minified bundle
wp-embed.min.js
no minified bundle
Optimizing
12
theme-style.css
minify worker running
fonts.googleapis.com/css2?family=Lora
local copy download running
blocks-style.css
minify worker running
Cached
248
main-bundle.css
saved 58%, local copy ready
header-scripts.js
saved 52%, local copy ready
footer-scripts.js
saved 64%, local copy ready
Failed
7
broken-plugin.css
syntax error at line 318
third-party-widget.js
remote fetch timeout
legacy-tracker.js
blocked by safe mode

Comparison

Default settings versus SleekView Kanban

Default Speed Booster settings

  • Flush Cache button purges every asset and URL at once with no targeting
  • Failed asset optimizations surface as a counter with no card-level reason
  • Local Avatars and Local Fonts toggles in separate tabs from the asset queue
  • No board view that groups assets by optimization status with drag semantics
  • Audit history of asset rebuilds and local copy fetches is not in the admin

SleekView Kanban

  • Live grouping by asset optimization status across every cached asset
  • Drag-and-drop calls the same helpers the Optimize action uses
  • Card fronts show handle, source URL, original size, cached size, and local flag
  • Per-user audit log records every column change with timestamp and source column
  • Filters apply at the option-row level so plugin-heavy sites stay responsive

Features

What SleekView Kanban gives you for Speed Booster Pack

Group by optimization status

SleekView reads the sbp_assets_meta option Speed Booster Pack writes during each optimization pass. The same values the settings screen aggregates into a savings counter now drive a column layout, so the board mirrors the per-asset state across the whole plugin stack.

Cover Local Avatars and Fonts

Speed Booster Pack maintains local copies of remote avatars and Google Fonts under a single folder. SleekView reads the local copy flag per asset and shows it on the card front, so the team can spot remote assets that have not been localized yet or have gone stale.

Drag to reset or rerun

Every move writes back through the Speed Booster Pack helper layer. Dragging a Failed card to Uncached resets the row and re-runs the optimization. Dragging into Cached forces a page cache purge for pages referencing the asset. Cron jobs keep running alongside, no collisions.

Audience

How teams use the Speed Booster Pack board

Failed asset triage

Filter to Failed rows with a remote fetch timeout reason and drag the batch back to Uncached. The pipeline reruns on the next cron tick, often clearing transient upstream timeouts on the second attempt without further developer intervention required.

Local font audit

Filter assets to remote Google Fonts URLs where the local copy flag is false and sort by source URL. The board surfaces fonts that have not been localized yet, so the team can trigger downloads before the next traffic spike arrives at the cache layer.

Compression audit

Filter Cached rows and sort by savings percentage ascending. The board surfaces assets where the optimization pipeline underperformed, so the team can replace bloated source files or exclude bundles that no longer benefit from minification.

The bigger picture

Why a kanban view changes Speed Booster Pack operations

Speed Booster Pack groups a long list of tweaks under one settings screen. A page cache writes static HTML. Local Avatars downloads Gravatar images to the upload folder.

Local Google Fonts pulls font files locally. Asset optimization minifies and combines CSS and JS bundles. Defer scripts move tags to the footer.

Every one of those tweaks records a status that flows from queued to processing to optimized, with a failed branch when something goes wrong. The settings screen reduces all of that to a single Flush Cache button and a savings counter, which works on a small site and hides every interesting detail the moment one cached font stops updating on a remote endpoint. A kanban board flips that around.

Every asset is a card. Every optimization status is a column. A glance at the board tells the team how many assets are uncached, how many are mid-optimization, how many are warm with local copies ready, and how many failed with a reason worth investigating.

Dragging a card writes the change back through the same helpers the cron tasks already trust. The Flush Cache button still exists, and still works as a last resort. The board exists for the rest of the time, when the team needs to see the optimization pipeline the way the pipeline already sees itself.

Questions

Common questions about SleekView Kanban for Speed Booster Pack

Live. SleekView reads the same sbp_assets_meta option and cache folders that Speed Booster Pack writes to during each optimization pass. Filters apply at the option-row level, so a board scoped to today's failed bundles reflects rows that are failed right now, not yesterday's snapshot.

 

No. SleekView calls the same purge helpers Speed Booster Pack uses internally on post save. Automatic invalidation continues to run normally. A manual board move and an automatic invalidation can happen in the same minute without leaving the cache folder in an inconsistent state.

 

Yes. SleekView reads the local copy flag per asset and treats Local Avatars and Local Fonts as additional asset rows. Card fronts surface the local copy flag, so the team can see at a glance which remote assets have been localized and which still rely on a remote fetch.

 

Yes. Every move runs through current_user_can('manage_options') before any Speed Booster Pack helper is called. A contributor account can drag cards for personal sorting but the change does not persist, with a toast notification explaining why the move was rejected.

 

Filters apply at the option-row level rather than in JavaScript. A typical board scopes to a single asset type, to Failed rows only, or to bundles with a savings percentage below a threshold, so the rendered card count stays manageable even on plugin-heavy sites at scale.

 

Yes. Speed Booster Pack records the original and optimized sizes for every asset and the local copy flag for every remote URL. SleekView surfaces both fields on the card front, so an editor can sort by savings when auditing optimization or by local copy state when troubleshooting.

 

Yes. Safe mode forces the plugin to skip optimization for specific assets while keeping the cache layer active. SleekView reads the safe mode flag per asset and surfaces it on the card front, so the team sees at a glance which assets are intentionally skipped by safe mode.

 

Yes. Every drag writes a meta entry naming the user, the source column, the destination column, and the timestamp. The entry lives in a SleekView audit table so audits, exports, and downstream automations can read the trail without a separate event log or external service integration.

 

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