You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for making this plugin I know it's early alpha but should help me massively in my current project.
Was looking to use this would 'multisite' Wordpress setup, by default that wasn't working as it was returning content for the incorrect site (since that content was already cached). I think the issue is the query key set in src/QueryCache.php, line 79:
Thanks for making this plugin I know it's early alpha but should help me massively in my current project.
Was looking to use this would 'multisite' Wordpress setup, by default that wasn't working as it was returning content for the incorrect site (since that content was already cached). I think the issue is the query key set in
src/QueryCache.php
, line 79:By default this ignores the current 'site' in the multisite setup, I've addressed this by modifying it to:
In a bit of a rush at moment so just leaving this issue here as a 'note' and will try to find time to make a proper pull request for this change.
The text was updated successfully, but these errors were encountered: