Plugin speed optimization
-
Composer seems to be not being used with autoloader optimization, that is harming the php server time as it needs to find every file and class to load, that can be easily solved with composer update -o which generates the mapping of classes and that saves a lot of time. It is fully recommended in production environment
Documentation:
https://getcomposer.org/doc/articles/autoloader-optimization.md
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Plugin speed optimization’ is closed to new replies.