Select one or more tags, then press “Search Plugins”

Find Plugin with any / all of the selected criteria
Search Plugin

Scrutoscope Wordpress Plugin - Rating, Reviews, Demo & Download

Scrutoscope Preview Wordpress Plugin - Rating, Reviews, Demo & Download
No ratings yet
Free
Follow for free plugins, new theme releases and theme news

Plugin Description

Scrutoscope is a read-only profiling plugin for WordPress. It instruments every hook callback during a page request and attributes the time to its source — plugin, theme, core, mu-plugin, or drop-in — so you can see exactly what’s slow and why.

By the author of P3 (Plugin Performance Profiler). Scrutoscope is the spiritual successor, rebuilt from scratch for modern WordPress.

What It Measures

  • Server Request Duration — Total wall-clock time for the PHP request
  • Source Attribution — Every hook callback traced to its plugin/theme/core with exclusive and inclusive timing
  • Database Queries — Query text (sanitized), execution time, caller, and source
  • HTTP Calls — External request destination host (paths and query strings are stripped), duration, response code, and whether PHP waited for the response (blocking vs. async)
  • Autoloaded Options — Option names, sizes, and sources contributing to autoload bloat
  • Enqueued Assets — Scripts and stylesheets with sizes and dependency chains
  • Hook Execution Trace — Full callback tree by WordPress lifecycle phase
  • Timeline — Redesigned request timeline: a cost-sorted ownership bar names the culprit, over a chronological view with phase markers, HTTP and query-density lanes, and a memory curve

Key Features

  • Background capture with configurable sample rate (0.1%–100%)
  • Route-based grouping with human-readable labels and status code breakdown
  • Pin & annotate profiles with notes and tags
  • Automatic retention — TTL + per-route cap, pinned profiles exempt
  • Cron inventory — all registered WordPress cron events at a glance
  • REST API — seven read-only endpoints for AI agent integration
  • Send to Agent — one-click prompt with short-lived credentials
  • Send to Support — zero-knowledge encrypted sharing
  • WP-CLI — wp scrutoscope status|list|show|delete|export|clear|rebuild-stats|mu-plugin

Design Philosophy

  • Read-only by design — Scrutoscope does not change your content, themes, plugins, or site behavior. It stores its own profiling tables, settings, and scheduled cleanup events (plus a record per report you choose to share). Optional early-boot timing adds a small must-use plugin only when you enable it.
  • Data first — The dashboard leads with profiling data, not settings.
  • Off until asked — Background measurement, query profiling, and early-boot timing are all opt-in. A fresh install just adds its tables and a cleanup task.
  • WordPress native — Standard admin patterns.
  • Privacy by design — No telemetry. SQL is reduced to verb + table; outbound HTTP URLs are reduced to scheme + host. Sharing is opt-in and end-to-end encrypted.

External Services

Scrutoscope is local-first and does not phone home. It contacts exactly one external service, and only when you explicitly choose to share a report.

Service: Scrutoscope relay — zero-knowledge report sharing.
Provided by: The Scrutineer Project (https://scrutoscope.dev). Relay source: https://github.com/scrutineerhq/scrutoscope-relay

When it is contacted (admin-initiated only):

  • When you click Send to Support / Encrypt & Share to create a shared report.
  • When you revoke a report you previously shared.
  • When you open a relay-hosted shared report link in your browser.

It is never contacted during normal profiling, page loads, or background capture.

What is sent:

  • The encrypted report ciphertext and its initialization vector (IV).
  • The time-to-live (TTL) you choose and an optional burn-after-reading flag.
  • Key-derivation metadata if you set a passphrase — never the passphrase itself.
  • A revoke token, so you can delete the report later.
  • Normal HTTP request metadata (IP address, user agent) visible to any web service.

What is never sent:

  • The decryption key — it stays in the URL fragment (after #), which browsers never transmit to the server.
  • Your passphrase.
  • Any plaintext profile data.

Data retention: a shared report expires after the TTL you choose, can be set to burn after its first read, and can be revoked manually at any time. The relay only ever stores ciphertext.

Screenshots

  1. Dashboard home with quick-start cards and FAQ

    Dashboard home with quick-start cards and FAQ

  2. Request Timeline showing phase markers, HTTP wait lane, query density, and memory curve

    Request Timeline showing phase markers, HTTP wait lane, query density, and memory curve

  3. Sources tab ranking each plugin and theme by exclusive callback time

    Sources tab ranking each plugin and theme by exclusive callback time

  4. Queries tab with grouped SQL patterns, duplicate detection, and source attribution

    Queries tab with grouped SQL patterns, duplicate detection, and source attribution

  5. HTTP Calls tab listing external requests with status, duration, and caller

    HTTP Calls tab listing external requests with status, duration, and caller

  6. Trace tab with 11,883 callbacks, search, filter presets, and sortable columns

    Trace tab with 11,883 callbacks, search, filter presets, and sortable columns

  7. Routes view with trend sparkline, regression detection, and profile history

    Routes view with trend sparkline, regression detection, and profile history

  8. Cron tab with scheduled hooks, source pills, cost from last run, and overdue alerts

    Cron tab with scheduled hooks, source pills, cost from last run, and overdue alerts

  9. Share Report dialog with expiry, burn-after-read, passphrase, and section checkboxes

    Share Report dialog with expiry, burn-after-read, passphrase, and section checkboxes

  10. Shared report opened in the zero-knowledge relay viewer (decrypted in the browser)

    Shared report opened in the zero-knowledge relay viewer (decrypted in the browser)

  11. API tab: Send to Agent with one-click prompt generation for AI coding agents

    API tab: Send to Agent with one-click prompt generation for AI coding agents

  12. API tab: Shared Reports ledger and Access Log showing endpoint usage by IP

    API tab: Shared Reports ledger and Access Log showing endpoint usage by IP

  13. Settings: background measurement, capture rate presets, user/path filters

    Settings: background measurement, capture rate presets, user/path filters

  14. Settings: profile retention and proxy header trust for CDN/load-balancer setups

    Settings: profile retention and proxy header trust for CDN/load-balancer setups

  15. AI agent terminal output diagnosing a blocking HTTP call as the top performance issue

    AI agent terminal output diagnosing a blocking HTTP call as the top performance issue


Reviews & Comments