✨ 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 Fastor CDN: rewrite & purge activity tables

Fastor CDN rewrites asset URLs and tracks purge events through its plugin options. SleekView turns that scattered configuration into one workspace so rewrite rules, exclusions, and recent purges live in the same sortable view.

♾️ Lifetime License available

SleekView table view for Fastor CDN

Read your Fastor CDN configuration as a single audit table

Fastor CDN is a thin integration plugin: it does not maintain its own database tables, instead storing configuration entirely in wp_options under keys like fastor_cdn_settings, fastor_cdn_rewrites, and fastor_cdn_excluded. Recent purge activity sits in a rolling option, and CDN host details live next to the rewrite rules. The default admin shows the settings as a single form, but never lists rewrite rules with their match counts or exposes the purge log as a sortable table.

SleekView reads the Fastor CDN options and parses them into flat rows. One row per rewrite rule can show its source pattern, target CDN host, and the number of front-end matches produced by the rewrite filter. Exclusions become their own table with the same match data. Purge events surface in a separate view with timestamp, scope (URL, prefix, full zone), and which user triggered the purge through the WordPress admin.

SleekView is honest about the CDN itself: it does not call Fastor's edge API. Inline actions write through the plugin's option API and, where the plugin already exposes a purge action, invoke it through Fastor's own hook. The plugin keeps rewriting URLs and purging the zone exactly as before. Saved views like Rewrites with zero matches or Purges last 24h scope per role so a developer audits the CDN without access to API tokens or zone credentials.

Workflow

From fastor_cdn_rewrites to a working audit table

1

Connect the Fastor sources

SleekView registers fastor_cdn_rewrites, fastor_cdn_excluded, and fastor_cdn_purge_log as sources. Pattern, target host, match count, and event status decode into filterable columns.
2

Compose the configuration view

Pick rule or event, type, pattern, matches, status, and last seen. Save filter sets like 'Rewrites with zero matches' or 'Failed purges' as named views the team reopens with one click.
3

Scope per role

Publish the audit to a developer role with the rewrite edit enabled and the API token hidden. The row-level permission check runs before the query so the token never leaves the database.
4

Act inline

Update a rewrite, add an exclusion, or replay a failed purge from the row. Every write goes through Fastor's option API and its own purge action so credentials remain authoritative.

Sample columns

A typical Fastor CDN configuration view

Rewrite rules and purge events in one read-only audit workspace.
Source: wp_options (fastor_cdn_settings, fastor_cdn_rewrites, fastor_cdn_excluded, fastor_cdn_purge_log)
Rule or event Type Pattern or target Matches Status Last seen
/wp-content/uploads/* Rewrite cdn.example.io High Active 1m ago
/wp-content/themes/* Rewrite cdn.example.io Low Active 4h ago
/?p=* Exclusion (skip preview URLs) 12 Active 1d ago
/wp-content/uploads/2024/* Purge Prefix Failed Error 2h ago

Comparison

Default Fastor CDN admin vs SleekView

Default Fastor CDN admin

  • Rewrite rules live in a single textarea with no match data
  • Purge log shows only the most recent event in a small banner
  • No grid that ties rules to their exclusion overrides
  • Hard to filter to rules with zero matches for cleanup
  • No way to share audit access without exposing the API token

SleekView

  • One row per rewrite rule with target host and match count
  • Purge log as a sortable table with scope and status
  • Exclusions linked to the rules they override for a clean audit trail
  • Sort by match count to remove unused rewrite patterns
  • Save shared views like 'Purges last 24h' scoped per role

Features

What SleekView gives you for Fastor CDN

Rewrite rules with match counts

Read every entry in fastor_cdn_rewrites as a row with source pattern, target host, and front-end match count. Unused rules surface immediately instead of hiding in a textarea.

Purge history as a table

List every purge event from fastor_cdn_purge_log with timestamp, scope, and outcome. Failed purges become a punch list instead of a banner that was already dismissed.

Inline edits via the plugin API

Update a rewrite pattern or trigger a re-purge from the row. Writes go through Fastor's option API and the plugin's own purge action so credentials stay where they belong.

Audience

Who uses SleekView for Fastor CDN

Performance engineers

Audit which rewrite rules actually match traffic. Sort by zero matches to find legacy patterns from a theme switch and remove them before they create stale references.

Agency support

Hand client teams a read-only inventory of CDN rewrites and recent purges. They answer their own questions about whether an asset is on the CDN without rights to the API token.

Site owners after a deploy

Filter to purges in the last 24 hours and confirm the new release cleared its asset prefixes. A failed purge sorts to the top so the next replay happens before the cached headers expire.

The bigger picture

Why a config-only CDN integration still needs an audit table

Fastor CDN is a slim plugin by design. It does not store traffic or analytics inside WordPress; it just rewrites URLs and forwards purge requests to the upstream edge. That minimalism is good for performance but bad for auditing.

The default admin shows the settings as a single form, and the only signal that a rule is unused is the absence of a regression report. Most teams discover a stale rewrite when a theme refactor reveals an asset path that no longer exists, by which point editors have been shipping broken images for days. SleekView treats Fastor's options as the ledger they already are.

Every rewrite is a row, every exclusion is a pattern with a match count, and every purge is a logged event with a scope and outcome. Performance engineers can remove dead rules with confidence, agencies can hand clients a read-only inventory, and developers can replay failed purges without holding rights to the API token. The plugin keeps rewriting and purging on the edge; SleekView just lets the team read the configuration that drives it.

Questions

Common questions about SleekView for Fastor CDN

SleekView does not call the upstream edge API directly. It reads the plugin's options (rewrites, exclusions, purge log) and, when an inline purge is requested, invokes Fastor's own purge action so the API call goes through the plugin's standard pipeline with its existing credentials.

 

Yes. The inline action edits the fastor_cdn_rewrites option through Fastor's standard write helpers. The plugin's filters react on the next request because the option key is the same surface the plugin's own settings screen uses.

 

Only to roles you choose. SleekView scopes fields per role and the fastor_cdn_settings token defaults to hidden. A developer can see rewrites, exclusions, and purge history without ever seeing the token value.

 

No. Reads run against wp_options and the rewrite filter continues to swap asset URLs at output time exactly as before. The view only loads inside the WordPress admin and never blocks page rendering.

 

Yes if Fastor itself supports it. Each zone is stored as part of the rewrite rule or as a separate option, and SleekView surfaces every zone as a column or filter. The same audit view covers a single zone or a multi-zone deployment.

 

Yes. Each subsite stores its own Fastor options, and SleekView respects that scope. Each subsite shows only its own rewrites and purge events, matching the plugin's own behaviour.

 

Yes. The saved view exports to CSV from the table header with active filters, sort order, and columns preserved. A weekly export of failed purges makes a useful artefact for hosting handoffs.

 

If Fastor deletes the entry from fastor_cdn_rewrites, SleekView no longer shows that row because the source option is the only ground truth. Past purge events for that rule remain visible because they live in fastor_cdn_purge_log until the plugin trims its history.

 

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