Performance Issues across all pages of our site
-
We were looking into performance issues on our site and narrowed it down to this plugin when toggling.
In our testing performance a blank page template took:
~400ms to load with this plugin installed
~200ms to load with this plugin disabled
We ran an AI scan of the code and received this analysis:
The?run?method indiscriminately registers all hooks globally. This behavior can cause significant performance issues, especially if:
? The plugin uses resource-intensive callbacks.
? The hooks are irrelevant on most pages (e.g., loading scripts/styles or querying the database unnecessarily).
I wasn’t sure if anyone else had run into this yet but wanted to put it out there in case performance can be improved in future releases or if others experience this.
- You must be logged in to reply to this topic.