✨ 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 Perfmatters: per-page asset & script manager tables

Perfmatters stores per-page Script Manager rules, lazy load exclusions, and tweak settings as post meta and options. SleekView turns that scattered configuration into a single sortable workspace so you can see every disable rule on every URL at once.

♾️ Lifetime License available

SleekView table view for Perfmatters

See every Perfmatters disable rule across the site in one table

Perfmatters' Script Manager writes per-page disable rules to postmeta as perfmatters_script_manager, with the script handles or URLs to disable, exception flags, and regex patterns serialized into the value. Global tweaks (heartbeat, autosave, emojis) live in the perfmatters_options array. Lazy load exclusions, preload hints, and CDN rewrites also live in the options blob. The default Script Manager loads on the front end as an overlay, one URL at a time. There is no admin screen that lists every page that disables jQuery, every URL with a custom regex, or every post with at least one exception flag set.

SleekView reads the postmeta and options Perfmatters stores and surfaces them as flat rows. One row per page can show its slug, post type, the count of disabled scripts, the count of exception rules, and which global tweaks are active. Sort by rule count to find pages with the heaviest customization, filter to posts that disable a specific handle (like elementor-frontend or woocommerce-general), or group by post type to see whether your Script Manager work is concentrated on landing pages or scattered across the blog.

SleekView never invents new rules. Inline edits write through Perfmatters' own update_post_meta and options API, so the plugin's settings page remains authoritative. Saved views like Pages with disabled jQuery or Lazy load exceptions can be scoped per role, useful for handing performance ownership to a developer without giving them access to license keys or global tweak toggles.

Workflow

From perfmatters_script_manager meta to a working audit view

1

Read the Perfmatters meta

SleekView registers the perfmatters_script_manager postmeta and the perfmatters_options array as sources. Disable rules, exception flags, and global tweaks are decoded into filterable columns automatically.
2

Build the audit view

Pick page, post type, disabled scripts count, exceptions count, and lazy load status. Save filter sets like Pages disabling Elementor or Lazy load excluded only as named views.
3

Group by post type

Roll rows up by post type or template to see whether configuration is concentrated where it should be. Fix outliers in bulk through the inline meta update action.
4

Plan the migration

Filter by script handle before swapping a plugin or upgrading a builder. Export the list to CSV and pair it with the migration runbook so nothing breaks silently after the change.

Sample columns

A typical Perfmatters Script Manager view

Pages with their disabled script count, exception count, and active tweaks in one row.
Source: wp_postmeta (perfmatters_script_manager), wp_options (perfmatters_options)
Page Post type Disabled scripts Exceptions Lazy load Last edited
/ page 8 1 On 2d ago
/pricing/ page 3 0 On 5d ago
/blog/scaling-guide/ post 12 4 Off 1h ago
/shop/widget/ product 5 2 On Never

Comparison

Default Perfmatters admin vs SleekView

Default Perfmatters admin

  • Script Manager only shows rules in a per-page front-end overlay
  • No site-wide list of pages with disabled scripts or active exceptions
  • Hard to find every page that disables a specific handle
  • Lazy load exclusions and tweaks spread across separate settings tabs
  • No way to give a developer a read-only audit view of all rules

SleekView

  • One row per page with disable count, exception count, and tweaks
  • Filter to pages that disable a specific script handle
  • Group by post type or template for systematic audits
  • Sort by rule count to find heavily customized pages
  • Save audit views like 'Pages disabling Elementor scripts'

Features

What SleekView gives you for Perfmatters

Site-wide Script Manager audit

List every page with active Script Manager rules in one grid. Spot duplicate rules, conflicting exceptions, and pages that copied configuration from somewhere else without leaving the table.

Filter by script handle

Find every page that disables a specific handle such as elementor-frontend or wc-cart-fragments. Build the punch list before a plugin upgrade or theme migration that would otherwise break those pages silently.

Inline rule edits

Update a disable rule or exception flag from the row itself. Writes go through Perfmatters' postmeta and options API so the plugin's own settings remain the source of truth.

Audience

Who uses SleekView for Perfmatters

Performance engineers

Audit Script Manager configuration across hundreds of pages without opening each one. Sort by rule count, filter by handle, and refactor the rules that have drifted out of sync.

Agency leads

Hand client teams a read-only view of which pages disable which scripts. They can answer their own questions before raising a ticket, and the plugin's settings page stays scoped to admins.

Developers planning a migration

Inventory every script handle currently disabled before swapping a plugin or upgrading a builder. The migration plan starts with real data instead of educated guesses.

The bigger picture

Why a tweak-and-disable plugin needs a site-wide view

Perfmatters earns its reputation by hiding complexity. Toggle the global tweaks, point the Script Manager at a page or two, and a heavy stack like Elementor plus WooCommerce gets noticeably lighter. The catch is that the Script Manager grows quietly.

Six months in, dozens of pages each carry their own disable rules, exception flags, and regex patterns. Some are deliberate, some were copy-pasted from a tutorial, and some target a plugin that was uninstalled last quarter. The default UI does not list any of this.

The only way to audit it is to open each page on the front end and read the overlay one URL at a time. SleekView solves the audit problem by treating Perfmatters' postmeta and options as the structured store they really are. Every rule is a row, every page is a record, and every script handle is a filter.

Performance engineers can refactor rules in bulk, agencies can hand clients a read-only inventory, and migrations can start with the actual list of disabled scripts instead of educated guesses. The plugin's UX stays minimal; the audit surface stops being a manual job.

Questions

Common questions about SleekView for Perfmatters

Perfmatters is sold as a single tier, so any active license works. SleekView reads whatever Perfmatters has written to postmeta and options regardless of license expiry status. If the license lapses, Perfmatters keeps applying its rules until the version is updated, and SleekView keeps showing them while they exist.

 

No. The Script Manager overlay continues to work as before because SleekView never modifies its UI or its hooks. SleekView only reads the same postmeta the overlay writes, plus the options blob for global tweaks. Rules updated through the overlay show up in SleekView on the next view load.

 

Yes for the supported actions. SleekView exposes Perfmatters' own meta updates as bulk inline actions, so you can clear all disable rules on a set of pages, add an exception flag for a specific handle, or copy rules from a template to its child pages. The writes go through Perfmatters' meta API.

 

Yes. The lazy load exclusion list lives inside the perfmatters_options array, and SleekView pivots it into a per-page or per-pattern view. A saved view of pages excluded from lazy load is useful for confirming that hero images or LCP candidates are correctly opted out.

 

Yes. SleekView assigns saved views per role with column sets and filters. A developer role can read every Script Manager rule in the project without access to license keys or global tweak toggles, and the row-level permission check happens before the query runs.

 

Yes. Each subsite has its own postmeta and options tables, and Perfmatters stores rules at the subsite level when run network-wide. SleekView respects that boundary, so each subsite's rules show only on that subsite, exactly as Perfmatters' own admin behaves.

 

No. Reads are paginated against existing postmeta indexes and never load more rows than the visible page. The Script Manager overlay only runs on the front end and is unaffected by SleekView. Heavy filters resolve in the database the same way a normal postmeta query does.

 

Yes. Any saved view exports to CSV directly from the table header, with active filters and column order honored. This is useful for handing a migration plan to a developer, sharing a configuration audit with a client, or archiving a snapshot before a major plugin update.

 

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