Performance improvements
-
Hello,
The file_exists() check on the woo-permalink-manager/vendor/composer/ClassLoader.php file line #423 is particularly slow due to making thousands of file_exists checks.
The spl_autoload_register function further up the page loops over every class. Is it possible for this to be updated to only load the required classes for this plugin?
Thanks
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Performance improvements’ is closed to new replies.