Details
-
Bug
-
Resolution: Fixed
-
Neutral
-
6.1.6, 6.2.3
-
None
-
demopublic
-
-
Empty show more show less
-
Maintenance 28
-
3
Description
When disabling the country filter, response time gets noticeably slower. This can be reproduced in our demo but not in a local installation with the bundle.Â
Steps to reproduce:
- Execute the following command in order to measure the response time:
curl -so /dev/null -w '%{time_starttransfer} Seconds \n' https://demopublic.magnolia-cms.com
- Add configuration property /server/filters/country@enabled with value false in order to disable the filter and execute same command than in step 1.
Expected result: response time is similar or even lower as filter execution is avoided.
Actual result: response time is noticeably higher:
$ curl -so /dev/null -w '%{time_starttransfer} Seconds \n' https://demopublic.magnolia-cms.com/travel 0.998357 Seconds COUNTRY FILTER IS DISABLED $ curl -so /dev/null -w '%{time_starttransfer} Seconds \n' https://demopublic.magnolia-cms.com/travel 2.363181 Seconds
Timebox for investigation: 3 SP
- Verify findings, can they be used as a solution?
- Consider potential implications (login page CSRF)
Checklists
Acceptance criteria
Attachments
Issue Links
- relates to
-
MAGNOLIA-7991 Invalid path for cookie with special characters
-
- Closed
-
-
MGNLPN-507 Consider an in-memory ip-based cache as an alternative to session storage for geo ip information
-
- Closed
-