Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cache image config #2125

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Cache image config #2125

wants to merge 1 commit into from

Conversation

henzigo
Copy link
Member

@henzigo henzigo commented Nov 16, 2020

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

@henzigo henzigo force-pushed the jg-cache-image-config branch from 50e4ea5 to ea2072b Compare November 16, 2020 20:05
@henzigo henzigo force-pushed the jg-cache-image-config branch from ea2072b to 9a1c816 Compare November 16, 2020 20:17
@sonarqubecloud
Copy link

Kudos, SonarCloud Quality Gate passed!

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities (and Security Hotspot 0 Security Hotspots to review)
Code Smell A 0 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication

@sslt sslt added this to the SSFW 9.2.0 milestone Nov 27, 2020
@pk16011990 pk16011990 removed this from the SSFW 9.2.0 milestone Jun 2, 2023
@vitek-rostislav vitek-rostislav changed the title [framework] Cache image config Cache image config Jan 10, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants