Releases: Ultimate-Multisite/hook-profiler
Releases · Ultimate-Multisite/hook-profiler
v1.1.0
What's Changed
- chore: initialize aidevops project management by @superdav42 in #4
- fix: resolve unknown plugin source in hook profiler by @superdav42 in #5
- fix: prevent OOM memory exhaustion on sites with many hooks by @superdav42 in #6
- feat: multi-tab UI, plugin loading analysis, advanced filtering (salvaged from #1) by @superdav42 in #8
- feat: enhanced hook profiling — multi-tab UI, plugin analysis, advanced filtering by @superdav42 in #9
- chore: add PHPDoc blocks to all PHP classes and methods by @superdav42 in #11
- docs: update AGENTS.md by @superdav42 in #16
New Contributors
- @superdav42 made their first contribution in #4
Full Changelog: v1.0.1...v1.1.0
Hook Profiler Bug fixes
Fixes errors when activating
First Release of Hook Profiler for WordPress
This is the profiler for WordPress plugins I always wish I had. Find out what overhead each plugin is adding to your page loads. Find out which actions are taking the most time. People said this kind of timing data wasn't possible without using PHP extensions but this proves that it is possible and very useful.
The plugin is fully functional but there's still much room for improvement. PRs are very welcome.