shopsys
shopsys copied to clipboard
[framework] Cache image config
Q | A |
---|---|
Description, reason for the PR | Image config is loading from file and parsed on every request. This PR just micro-optimized it and saves parsed image config into cache. Parsing took about 2ms on every request. Now it takes only 0.2ms. I used Symfony magic to get the correct cache pool |
New feature | No |
BC breaks | No |
Fixes issues | ... |
Have you read and signed our License Agreement for contributions? | Yes |
Kudos, SonarCloud Quality Gate passed!
0 Bugs
0 Vulnerabilities (and
0 Security Hotspots to review)
0 Code Smells
No Coverage information
0.0% Duplication