Dynamic caching capabilities?
-
I’m trying to make multi-currency work with my woocommerce store, but the issue is the website speed is severely affected.
WooCommerce’s current method to provide multi-currency that’s compatible with cache is using Woocommerce based geo detection, which tends redirects the visitor 4 times to the correct URL of the page with the correct currency/tax displayed, with query strings attached to bypass standard caching rules. Web speed times suffered.
Other multi-currency plugins attempt improve this but their loading speeds are too slow, drastically affecting woocommerce store loading times, and making caching useless.
I read about this dynamic caching to improve multi-currency solutions here:
https://aelia.co/woocommerce-currency-switcher-cache-new-solutions/Also, is there a way to explicitly declare specific URLs with query strings to cache? Idea is since most store owners will know where their visitors are from, they can set the country / currency combinations in admin, then have Breeze cache those generated pages with their specific URL/query string combinations.
Please advise.
- The topic ‘Dynamic caching capabilities?’ is closed to new replies.