Title: TinySharp Performance Diagnostics
Author: TinySharp
Published: <strong>3. september 2026</strong>
Last modified: 3. september 2026

---

Søk gjennom innstikk

![](https://ps.w.org/tinysharp-performance-diagnostics/assets/banner-772x250.png?
rev=3679934)

![](https://ps.w.org/tinysharp-performance-diagnostics/assets/icon.svg?rev=3679934)

# TinySharp Performance Diagnostics

 Av [TinySharp](https://profiles.wordpress.org/tinysharp/)

[Last ned](https://downloads.wordpress.org/plugin/tinysharp-performance-diagnostics.1.0.0.zip)

 * [Detaljar](https://nn.wordpress.org/plugins/tinysharp-performance-diagnostics/#description)
 * [Omtalar](https://nn.wordpress.org/plugins/tinysharp-performance-diagnostics/#reviews)
 *  [Installasjon](https://nn.wordpress.org/plugins/tinysharp-performance-diagnostics/#installation)
 * [Utvikling](https://nn.wordpress.org/plugins/tinysharp-performance-diagnostics/#developers)

 [Hjelp](https://wordpress.org/support/plugin/tinysharp-performance-diagnostics/)

## Skildring

TinySharp Performance Diagnostics is a read-only WordPress performance diagnostic
plugin built around one simple question: what is actually taking time?

TinySharp Performance Diagnostics runs three local diagnostic requests against your
homepage, WP Admin dashboard or a chosen same-site frontend URL and uses the median
result. It measures server processing, database work, PHP memory, autoloaded options,
outgoing HTTP requests, major WordPress lifecycle phases and directly timed callbacks
on important hooks.

Measured evidence is translated into conservative plain-English next steps. Reports
remain stored locally on the site.

The plugin does not create an account, send diagnostic reports to TinySharp or load
remote code. During a scan, WordPress makes temporary loopback requests to the selected
URL on the same website so the request can be measured.

Current features:
 * Homepage, WP Admin and same-site Custom URL scan targets * 
Separate local history for every target and Custom URL * 3-run median diagnostic
scan * Performance health score * Separate diagnostic coverage percentage * Timed
hook callback attribution * Database caller attribution * External HTTP caller attribution*
Top measured contributors from directly measured evidence * Evidence-based Recommended
next steps * Request lifecycle timeline * Memory usage relative to PHP memory_limit*
Autoloaded option size * Last 10 scans stored locally and non-autoloaded * Read-
only normal scans; no plugin is globally disabled

TinySharp Performance Diagnostics separates measured work from conclusions. It does
not recommend deleting or deactivating a plugin automatically.

## Skjermbilete

[⌊Performance summary, diagnostic coverage and evidence-based next steps.⌉⌊Performance
summary, diagnostic coverage and evidence-based next steps.⌉[

Performance summary, diagnostic coverage and evidence-based next steps.

[⌊Homepage scan history with measured plugin and theme contributors.⌉⌊Homepage scan
history with measured plugin and theme contributors.⌉[

Homepage scan history with measured plugin and theme contributors.

[⌊Authenticated WP Admin diagnostic with admin-specific hook timing.⌉⌊Authenticated
WP Admin diagnostic with admin-specific hook timing.⌉[

Authenticated WP Admin diagnostic with admin-specific hook timing.

[⌊Same-site Custom URL scan with its own separate local history.⌉⌊Same-site Custom
URL scan with its own separate local history.⌉[

Same-site Custom URL scan with its own separate local history.

## Installasjon

 1. Upload the plugin ZIP in Plugins > Add New > Upload Plugin.
 2. Activate TinySharp Performance Diagnostics.
 3. Open Tools > TinySharp Performance Diagnostics.
 4. Click Run Performance Scan.

## Vanlege spm.

### Does the scan change plugin activation?

No. Scans observe the current request and do not activate, deactivate or omit plugins.

### Do I have to scan every time I open the page?

No. The last 10 completed reports are saved locally. Your latest result opens automatically
and you can run a new scan whenever you want.

### Does scan history leave my website?

No. Scan history is stored locally in a non-autoloaded WordPress option.

### What happens to saved data when I remove the plugin?

Deactivation keeps saved reports. Uninstalling and deleting TinySharp Performance
Diagnostics removes its local scan history.

### Does the plugin send telemetry or diagnostic data to TinySharp?

No. The plugin has no telemetry, account connection or TinySharp API request. Scan
reports remain in the local WordPress database until they are cleared or the plugin
is uninstalled.

### Will TinySharp Performance Diagnostics tell me to delete a slow plugin?

No. A plugin may be doing important work. The action plan recommends investigation,
configuration changes, retesting or alternatives where evidence supports it, but
it does not automatically recommend deletion/deactivation.

## Omtalar

There are no reviews for this plugin.

## Bidragsytarar og utviklarar

“TinySharp Performance Diagnostics” is open source software. The following people
have contributed to this plugin.

Contributors

 *   [ TinySharp ](https://profiles.wordpress.org/tinysharp/)

[Omset “TinySharp Performance Diagnostics” til ditt eige språk.](https://translate.wordpress.org/projects/wp-plugins/tinysharp-performance-diagnostics)

### Interested in development?

[Les kjeldekoden](https://plugins.trac.wordpress.org/browser/tinysharp-performance-diagnostics/),
sjekk [SVN-lageret](https://plugins.svn.wordpress.org/tinysharp-performance-diagnostics/)
eller abonner på [utviklingsloggen](https://plugins.trac.wordpress.org/log/tinysharp-performance-diagnostics/)
med [RSS](https://plugins.trac.wordpress.org/log/tinysharp-performance-diagnostics/?limit=100&mode=stop_on_copy&format=rss).

## Endringslogg

#### 1.0.0

 * Initial public release.
 * Added homepage, authenticated WP Admin and same-site Custom URL diagnostics.
 * Added three-run median reports, health score and diagnostic coverage.
 * Added hook, database, HTTP, memory and autoload attribution.
 * Added conservative evidence-based next steps and complete local-data cleanup 
   on uninstall.

#### 0.8.0

 * Added translator context for every recommendation containing placeholders.
 * Added ordered placeholders where translators may need to reorder numeric values.
 * Documented intentional nonce-token, database, backtrace and filesystem profiler
   operations for code-quality checks.
 * Removed development-only Markdown files from the production package.

#### 0.7.0

 * Hardened loopback requests so redirects are not followed beyond the selected 
   target.
 * Added complete temporary-token cleanup for failed and incomplete scans.
 * Added safer authenticated WP Admin cookie handling.
 * Added complete temporary-token and local-history cleanup.
 * Removed placeholder release metadata and localized additional interface messages.

#### 0.6.0

 * Added Homepage, WP Admin and same-site Custom URL scan targets.
 * Added same-site URL validation to block external scan targets.
 * Added separate last-10 history for each scan target and Custom URL.
 * Added target identity and URL to saved reports and history.
 * Added timing coverage for major wp-admin hooks.

#### 0.3.0

 * Added local history for the last 10 completed scans.
 * Latest report now appears automatically without rescanning.
 * Added PHP/hook callback timing on major WordPress lifecycle hooks.
 * Added callback-to-component attribution with confidence levels.
 * Added Top measured contributors.
 * Added Diagnostic Coverage separate from the performance score.

#### 0.2.0

 * Added 3-run median scans, database/HTTP attribution and request timeline.

#### 0.1.1

 * Added initial caller evidence attribution.

## Om

 *  Version **1.0.0**
 *  Last updated **4 dagar sidan**
 *  Active installations **Færre enn 10**
 *  WordPress version ** 6.4 eller nyare **
 *  Tested up to **7.1**
 *  PHP version ** 7.4 eller nyare **
 *  Language
 * [English (US)](https://wordpress.org/plugins/tinysharp-performance-diagnostics/)
 * Tags
 * [debug](https://nn.wordpress.org/plugins/tags/debug/)[performance](https://nn.wordpress.org/plugins/tags/performance/)
   [plugin performance](https://nn.wordpress.org/plugins/tags/plugin-performance/)
   [profiler](https://nn.wordpress.org/plugins/tags/profiler/)[slow wordpress](https://nn.wordpress.org/plugins/tags/slow-wordpress/)
 *  [Avansert vising](https://nn.wordpress.org/plugins/tinysharp-performance-diagnostics/advanced/)

## Vurderingar

No reviews have been submitted yet.

[Your review](https://wordpress.org/support/plugin/tinysharp-performance-diagnostics/reviews/#new-post)

[See all reviews](https://wordpress.org/support/plugin/tinysharp-performance-diagnostics/reviews/)

## Contributors

 *   [ TinySharp ](https://profiles.wordpress.org/tinysharp/)

## Hjelp

Har du noko å seia? Treng du hjelp?

 [Sjå hjelpeforumet](https://wordpress.org/support/plugin/tinysharp-performance-diagnostics/)