✨ 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 WP Meteor Pro: JS delay & exclusion tables

WP Meteor delays JavaScript execution until a user interaction and stores its delay window plus exclusion rules in options and per-page meta. SleekView turns that configuration into a single sortable view so every delay rule and every trigger event becomes visible at once.

♾️ Lifetime License available

SleekView table view for WP Meteor Pro

Read your WP Meteor delay rules across the site

WP Meteor delays third-party JavaScript until a user interaction or timeout, with its global configuration stored in the wpmeteor_settings option. The Pro version exposes per-page overrides via wpmeteor_page_override postmeta, exclusion lists for handles or URLs that should run immediately, and trigger event configuration (timer, scroll, click). The default admin shows the global toggle and a textarea for exclusions but no audit of which pages override the default behaviour or which handles are delayed where.

SleekView reads the WP Meteor options and the per-page postmeta so the same data sits as flat rows. One row per page can show whether delay is on, how long the timer is, which handles are excluded, and which trigger events are active. Exclusion patterns become a second table with their match counts so unused entries become candidates for removal. Trigger events surface as their own grouping with timer duration and the registered DOM events.

SleekView is read-only against page configuration unless an inline edit is invoked, in which case writes go through WP Meteor's standard option and meta APIs. The plugin continues to gate JavaScript execution exactly as before. Saved views like Pages overriding the global delay or Handles never excluded scope per role so a developer can audit delays without access to the licence key or trigger event configuration.

Workflow

From wpmeteor_page_override meta to a working delay audit

1

Connect the WP Meteor sources

SleekView registers wpmeteor_settings and the wpmeteor_page_override postmeta. Delay status, timer, exclusions, and trigger events decode into filterable columns automatically.
2

Compose the audit view

Pick page, delay, timer, exclusions, trigger, and last edited. Save filter sets like 'Pages overriding the global delay' or 'Exclusions with zero matches' as named views the team reopens with one click.
3

Scope per role

Publish the audit to a developer role with the inline override edit enabled and the licence field hidden. The row-level permission check runs before the query.
4

Act inline

Toggle delay, change timer duration, or update exclusions from the row. Every write goes through update_post_meta and the option API so the plugin's filters stay authoritative.

Sample columns

A typical WP Meteor Pro delay view

Pages with their delay status, exclusion list, and trigger events in one row.
Source: wp_options (wpmeteor_settings) + wp_postmeta (wpmeteor_page_override)
Page Delay Timer Exclusions Trigger Last edited
/ On 5s 2 scroll, click Apr 22
/checkout/ Off 0 Apr 18
/blog/scaling-guide/ On 8s 5 scroll Apr 24
/account/orders/ Override conflict 3s 1 click Apr 09

Comparison

Default WP Meteor Pro admin vs SleekView

Default WP Meteor Pro admin

  • Global delay configuration lives in wpmeteor_settings with no per-page audit
  • Exclusion textarea has no match count or sample URLs
  • Per-page overrides live in wpmeteor_page_override postmeta out of sight
  • No filter to pages that override the global delay
  • Hard to delegate audit to a developer without sharing plugin settings

SleekView

  • One row per page with delay status, timer, and trigger events
  • Exclusion patterns with match counts from the front-end filter
  • Sort by override age to find rules left behind by deleted campaigns
  • Group by post type to compare delay behaviour across templates
  • Save shared views like 'Pages overriding the global delay'

Features

What SleekView gives you for WP Meteor Pro

Per-page delay visibility

Read every page with a wpmeteor_page_override entry as a row. Delay status, timer, and trigger events sit next to the page slug so audits stop requiring a page-by-page inspection.

Exclusions as a queryable list

Show every handle and URL in the exclusion list with the count of pages it applies to. Patterns that match nothing are candidates for removal; patterns matching too much explain unexpected behaviour.

Inline override edits

Toggle delay or change the timer for a page from the row itself. Writes go through WP Meteor's update_post_meta calls so the plugin's logic stays authoritative.

Audience

Who uses SleekView for WP Meteor Pro

Performance engineers

Audit delay rules across the site and find pages that quietly opted out months ago. Sort by edit date to surface stale overrides and align them with current expectations.

Agency leads

Hand client teams a read-only inventory of which pages delay scripts and which do not. The licence and global toggles stay scoped to admins while the audit is shareable.

Developers preparing a campaign

Filter to landing pages that should run a specific script immediately. Adjust exclusions in bulk before launch instead of discovering a misfire when the analytics arrive cold.

The bigger picture

Why a JS delay plugin needs a per-page audit surface

WP Meteor sells a simple idea: delay every third-party script until the user interacts with the page, and the LCP report improves overnight. The plugin executes that idea well, but the configuration drifts. Six months in, a few campaign landing pages have been excluded, a couple of admin reports have lost their delay because someone toggled a checkbox, and the global timer no longer matches what the developer onboarded with.

The default admin shows the toggle and the textarea, but nothing pivots the data into a list. Most teams notice a regression only when an interactive element feels sluggish or when a campaign reports zero events for the first hour. SleekView treats wpmeteor_page_override postmeta as the ledger it already is.

Each page is a row, each handle is a filter, and each exclusion is a pattern with a match count. Performance engineers can refactor delay rules in bulk, agencies can audit client configuration before a launch, and developers can toggle a page back to the global default without combing through admin tabs. The plugin keeps doing the delay; SleekView just lets the team read the rules.

Questions

Common questions about SleekView for WP Meteor Pro

No. The free plugin stores its global settings in wpmeteor_settings too, and SleekView reads whatever exists. Per-page overrides require Pro, but if those rows are absent the view simply shows the global behaviour applied to every page.

 

Yes. The inline action calls update_post_meta on the wpmeteor_page_override key. The plugin's filters react on the next request because the meta API is the same surface its admin uses.

 

Yes. The global trigger configuration is parsed into columns for timer duration, scroll, click, and any custom DOM events the plugin registers. Per-page overrides that swap triggers are highlighted next to the page row.

 

No. SleekView only reads from wp_options and wp_postmeta, and the WP Meteor front-end filter still runs the same way. The delay logic is untouched because nothing in SleekView intercepts script tags.

 

Yes. SleekView scopes views per role and hides fields like the licence and the global delay timer. A developer can read every delay rule and exclusion without exposure to plugin settings they are not meant to edit.

 

Yes. Each subsite stores its own wpmeteor_settings and meta entries, and SleekView respects that scope. Each subsite shows only its own delay configuration.

 

Yes. The saved view exports to CSV from the table header with active filters, sort order, and visible columns preserved. A monthly export of pages overriding the global delay makes a useful audit artefact.

 

They appear in the view with the global delay status applied. Filters and sorts work against the resolved state, so the row shows the effective behaviour even if no wpmeteor_page_override meta exists for that page.

 

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