Performance Tip
If you want to speed up your website by 40% or even more – use composer command with –optimize parameter. How? Run in the main folder (if you already have composer): composer install -o This operation is safe and there are almost not any drawbacks (more info, check: https://getcomposer.org/doc/articles/autoloader-optimization.md + https://docs.spryker.com/docs/dg/dev/troubleshooting/troubleshooting-performance-issues/not-optimised-composer-on-the-production-environment#solution) If you downloaded from …
Read More Performance Tip