Hey,
We have a multi store set up that has been working absolutely fine and caching all stores perfectly for several years now. After a couple of recent server updates we are now seeing an issue though of it only caching from one of the stores
The others are getting a report of this when debugging
Not sure if its something to do with the EnvVary part, but any idea would be most welcome
Some additional details on this
In the
"vendor/litespeed/module-litemage/Model/CacheControl.php" file
$currentVary = $this->request->get(self::ENV_VARYCOOKIE_DEFAULT); on line 352
is coming back as an empty string for all of the non-main sites which means when comparing it to the request $varyString it never matches.
I have no idea why this would be the case, but it might help someone to identify the issue
We have a multi store set up that has been working absolutely fine and caching all stores perfectly for several years now. After a couple of recent server updates we are now seeing an issue though of it only caching from one of the stores
The others are getting a report of this when debugging
Not sure if its something to do with the EnvVary part, but any idea would be most welcome
Some additional details on this
In the
"vendor/litespeed/module-litemage/Model/CacheControl.php" file
$currentVary = $this->request->get(self::ENV_VARYCOOKIE_DEFAULT); on line 352
is coming back as an empty string for all of the non-main sites which means when comparing it to the request $varyString it never matches.
I have no idea why this would be the case, but it might help someone to identify the issue
Last edited: