WP Manifestindependent plugin directory
manifest / performance / wp-performance-audit-toolkit

WP Performance Audit Toolkit

Yellow Star Design WordPress performance audit plugin for maintenance and technical SEO workflows.

by Emre Sariyildiz · github.com/emresariyildiz/wp-performance-audit-toolkit · website

0stars
0forks

Install

No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:

wp plugin install https://github.com/emresariyildiz/wp-performance-audit-toolkit/archive/refs/heads/main.zip

Readme

WP Performance Audit Toolkit

A lightweight WordPress plugin for running repeatable performance checks from the admin dashboard or through REST endpoints. It is built as a professional Yellow Star Design starter for client audits, maintenance retainers, and technical SEO workflows.

Highlights

  • Admin dashboard with Core Web Vitals-oriented checklist
  • REST endpoint for triggering an audit from external tooling
  • Modular audit runner for cache, assets, database, media, and security hygiene
  • Transient-based report storage with a small footprint
  • Clean WordPress coding style and namespaced PHP classes

Project Structure

wp-performance-audit-toolkit.php
includes/
  AdminPage.php
  AuditRunner.php
  Plugin.php
  RestController.php
assets/
  admin.css
  admin.js

Installation

  1. Copy this folder into wp-content/plugins/.
  2. Activate WP Performance Audit Toolkit from the WordPress admin.
  3. Open Tools > Performance Audit.

Support

Professional support and implementation help are available through Yellow Star Design.

REST Usage

curl -X POST https://example.com/wp-json/wpat/v1/audit \
  -H "X-WP-Nonce: <nonce>"

Roadmap

  • WP-CLI command support
  • Lighthouse JSON import
  • Scheduled weekly audit email
  • Exportable PDF client report

License

MIT

Read the full README on GitHub →