Hi, Could you repeat the test with the last version?
Thank you.
-
This reply was modified 8 years, 2 months ago by
Oscar Gare.
Hi, thanks for reply. Should I use this option: Load products price in background. for better performance ? Or it should work better without this option ?
Hi, If you are using WP Super Cache, maybe the best solution is Country Caching For WP Super Cache
to generate separate cache files by country.
version 1.7 removes dependency of woocommerce session cookie, how PBC does not load the cookie from begin, the performance should improve.
Thanks for reply! I installed new version.
But still getting huge load time.
I am very curious about this file xmlrpc.php, I have removed from header and still connects with this file.. could you tell me why ?
screen:
https://s20.postimg.org/ulm7oubwd/webas.jpg
-
This reply was modified 8 years, 2 months ago by
andisman.
Hi,
WP super cache generates a static html files and server this files, so, WooCommerce and PBC don’t run. If your WP total cache settings are correct, the new version of PBC can’t affect to the page load.
The ajax request is required to change the prices according to the location of the customer. This request can require more time on slow servers.
I don’t know about xmlrpc.php, the plugin does not uses this file.
Regards,
Oscar.
Thanks @oscargare for reply. pingdom and gtmetrix shoes this xmlrpc.php that comes all the receiving time. But I putted in that file logging and didn’t get any log from this file, so maybe it is not related with xmlrpc.php. I am now using my eshop without cache plugin, and when I turn on geolocation it adds 2 sec to loading … maybe your plugin could have option to determine from browsers locale information ?
Thanks!
Hi,
WooCommerce provides the Geolocation function, PBC read the country after WooCommerce has guessed the location by GeoIP.
If the Geolocation is slow in your site, to improve performance, you can activate cloudflare:
https://support.cloudflare.com/hc/en-us/articles/227634427-Using-Cloudflare-with-WordPress
The WooCommerce geolocation function supports “Cloudflare IP Geolocation” $_SERVER variable:
https://support.cloudflare.com/hc/en-us/articles/200168236-What-does-Cloudflare-IP-Geolocation-do-
Regards,
Oscar.