Slow switching to correct currency
The support doesn work on Saturdays and Sundays, so some Friday requests can be answered on Monday. If you have problems with registration ask help on contact us page pleaseIf you not got email within 24~36 business hours, firstly check your spam box, and if no any email from the support there - back to the forum and read answer here. DO NOT ANSWER ON EMAILS [noreply@pluginus.net] FROM THE FORUM!! Emails are just for your info, all answers should be published only here.
The support doesn work on Saturdays and Sundays, so some Friday requests can be answered on Monday.
Quote from Void on March 5, 2023, 17:20Hey,
The plugin is flashing cached currency before updating to the correct selected/geo currency. I've noticed that after admin-ajax loads, the woocommerce prices as well as the switcher itself load correctly.
How can I make it as seamless as possible?
I'm using Litespeed cache, I've been trying all the storage settings. The best one was PHP Session but when I uncached the PHPSESSID cookie in Litespeed, the site became extremely slow.
Hey,
The plugin is flashing cached currency before updating to the correct selected/geo currency. I've noticed that after admin-ajax loads, the woocommerce prices as well as the switcher itself load correctly.
How can I make it as seamless as possible?
I'm using Litespeed cache, I've been trying all the storage settings. The best one was PHP Session but when I uncached the PHPSESSID cookie in Litespeed, the site became extremely slow.
Quote from Pablo Borysenco on March 6, 2023, 11:36Hello
After the page is fully loaded, the plugin checks the current currency. And if the currency does not match, the plugin redraws prices in ajax mode\
Prices will redraw faster if your page loads faster.
From our side, you can hide the prices until they are redrawn - https://share.pluginus.net/image/i20230306113617.png
Hello
After the page is fully loaded, the plugin checks the current currency. And if the currency does not match, the plugin redraws prices in ajax mode\
Prices will redraw faster if your page loads faster.
From our side, you can hide the prices until they are redrawn - https://share.pluginus.net/image/i20230306113617.png
Quote from Void on March 7, 2023, 03:15Our page is loading faster than our competitors yet on their site, there is no flashing of default/incorrect currency, instead, all of their currencies are loaded correctly without any mistake.
Yes, I am aware of the ajax prices redraw function.
Is there some file that we can exempt from caching in order to fix our issue? Also, I am not sure if redis works correctly on my end, often seeing cached currency instead of the GeoIP one.
Our page is loading faster than our competitors yet on their site, there is no flashing of default/incorrect currency, instead, all of their currencies are loaded correctly without any mistake.
Yes, I am aware of the ajax prices redraw function.
Is there some file that we can exempt from caching in order to fix our issue? Also, I am not sure if redis works correctly on my end, often seeing cached currency instead of the GeoIP one.
Quote from Pablo Borysenco on March 7, 2023, 11:37Hello
Our page is loading faster than our competitors - Ok! In this case, the prices are redrawn quickly, immediately after the page is loaded.
Is there some file that we can exempt from caching in order to fix our issue? - Unfortunately there is no such file. compatibility with caching plugins implemented using ajax
I am not sure if redis works correctly on my end, often seeing cached currency instead of the GeoIP one. - https://currency-switcher.com/using-geolocation-causes-problems-doesnt-seem-to-work-for-me
What plugin version number are you using?
Hello
Our page is loading faster than our competitors - Ok! In this case, the prices are redrawn quickly, immediately after the page is loaded.
Is there some file that we can exempt from caching in order to fix our issue? - Unfortunately there is no such file. compatibility with caching plugins implemented using ajax
I am not sure if redis works correctly on my end, often seeing cached currency instead of the GeoIP one. - https://currency-switcher.com/using-geolocation-causes-problems-doesnt-seem-to-work-for-me
What plugin version number are you using?
Quote from Void on March 7, 2023, 20:25I have checked the competitor's pages. They make no call to ajax, how is this possible? They have turned on the cache option in settings.
I am using the newest version - v.2.4.0
I have checked the competitor's pages. They make no call to ajax, how is this possible? They have turned on the cache option in settings.
I am using the newest version - v.2.4.0
Quote from Pablo Borysenco on March 8, 2023, 11:03Hello
Please paste your license key here - https://share.pluginus.net/image/i20230222134241.png -> https://share.pluginus.net/image/i20230222134511.png
They make no call to ajax, how is this possible? - So they have this option disabled.
Hello
Please paste your license key here - https://share.pluginus.net/image/i20230222134241.png -> https://share.pluginus.net/image/i20230222134511.png
They make no call to ajax, how is this possible? - So they have this option disabled.
Quote from Void on March 8, 2023, 11:11No, they have the option enabled - I have checked from the script, (var woocs_shop_is_cached =1;)
I have added my license code.
No, they have the option enabled - I have checked from the script, (var woocs_shop_is_cached =1;)
I have added my license code.
Quote from Pablo Borysenco on March 8, 2023, 12:57Then 100% there is an ajax request. You just don't see how the prices are redrawn because the current currency is correct( Page not cached )
Then 100% there is an ajax request. You just don't see how the prices are redrawn because the current currency is correct( Page not cached )
Quote from Void on March 9, 2023, 18:04Following up on this. I think I have found the golden settings without sacrificing page speed.
I use FOX Session for storage and in Litespeed (Cache Tab -> Excludes -> Do Not Cache Cookies) I excluded wp_woocs_sessionĀ
Following up on this. I think I have found the golden settings without sacrificing page speed.
I use FOX Session for storage and in Litespeed (Cache Tab -> Excludes -> Do Not Cache Cookies) I excluded wp_woocs_sessionĀ
Quote from Pablo Borysenco on March 10, 2023, 10:32Hello
great! this is a good solution
Hello
great! this is a good solution