Possible Performance Improvement
-
First, thanks for a great plugin.
I noticed that there is code to get a list of all installed plugins and themes in the main class constructor. It looks like those lists are only used in two methods though.
Since the class is loaded (and the constructor is called) on every request to the site, it seems like it might be beneficial to move that code to the methods where it is used. Or, am I missing some reason why those lists are needed on every request?
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
The topic ‘Possible Performance Improvement’ is closed to new replies.