Hi Marko,
While the fix from last week is still working like a charm page speed wise, we are encountering issues with down time since we enabled the option “Cache URIs with query string variables”.
UptimeRobot detected 8 down times last week, at first we thought this should be incorrect after seeing successful requests in the access log.
However, yesterday we saw that the site was indeed down when UptimeRobot alarmed us. Well, the site was not down in fact but couldn’t be reached because of too many redirects. In the access log below you can see that the site is sometimes switching between country ID’s infinitely.
We did some testing and see if you open the site with for example a USA query parameter from the Netherlands, this is being cached and if we open the page without query parameter from NL the redirect is does not change from USA to NL. Which can be harmful while some users will share the link, that includes the parameter.
But, more importantly we suspect this will also sometimes lead to a infinite redirect loop. which is of course very harmful.
Should we make sure redirects are not being cached, or is there something we can do in the plugin to fix this?
XX.XXX.143.126 - - [23/Feb/2023:16:06:07 +0000] "GET /?v=d3dcf429c679 HTTP/2.0" 307 0 "-" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/109.0.0.0 Safari/537.36"
XX.XXX.143.126 - - [23/Feb/2023:16:06:07 +0000] "GET /?v=796834e7a283 HTTP/2.0" 307 0 "-" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/109.0.0.0 Safari/537.36"
XX.XXX.143.126 - - [23/Feb/2023:16:06:07 +0000] "GET /?v=d3dcf429c679 HTTP/2.0" 307 0 "-" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/109.0.0.0 Safari/537.36"
XX.XXX.143.126 - - [23/Feb/2023:16:06:07 +0000] "GET /?v=796834e7a283 HTTP/2.0" 307 0 "-" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/109.0.0.0 Safari/537.36"
XX.XXX.143.126 - - [23/Feb/2023:16:06:07 +0000] "GET /?v=d3dcf429c679 HTTP/2.0" 307 0 "-" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/109.0.0.0 Safari/537.36"
XX.XXX.143.126 - - [23/Feb/2023:16:06:07 +0000] "GET /?v=796834e7a283 HTTP/2.0" 307 0 "-" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/109.0.0.0 Safari/537.36"
XX.XXX.143.126 - - [23/Feb/2023:16:06:07 +0000] "GET /?v=d3dcf429c679 HTTP/2.0" 307 0 "-" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/109.0.0.0 Safari/537.36"
-
This reply was modified 1 year, 9 months ago by tomowow.