cswebservice
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce PayPal Payments] Slow PagespeedHey,
the mini cart feature is disabled. The call is really on every page request (frontend and backend).I deactivated every plugin expect these three. I installed a basic storefront theme:
https://www.cswebservice.de/1.png
(The external request to paypal is on the plugin page /wp-admin/plugins.php?plugin_status=active)https://www.cswebservice.de/2.png
(The external request to paypal is on a WC marketing page wp-admin/admin.php?page=wc-admin&path=%2Fmarketing)https://www.cswebservice.de/3.png
(The external request to paypal is also on frontend)https://www.cswebservice.de/4.png
Here are my settings. Also the paypal request is on the setting page.What is that call for?
Aren’t these calls cacheable?
Do we need to call it on every page request?A few days after mentioned this behaviour I “solved” it by commenting out the curl request. My customer pages are now fast again.
- This reply was modified 2 years, 1 month ago by cswebservice.
Forum: Plugins
In reply to: [WooCommerce PayPal Payments] Slow PagespeedHey,
same here for me. On every page request that plugin is calling PayPal with curl. So the whole page request is stopped until paypal sends an response. This is +500ms for every page request and slows down everything.What is that call for?
Aren’t these calls cacheable?
Do we need to call it on every page request?Hallo Bernd,
als Benutzer würde ich erwarten, dass der Z?hlpixel als fertiges HTML direkt mit the_content auch über die API ausgegeben wird. Unter Umst?nden w?re eine Option wie beim RSS Feed sinnvoll, dass Benutzer dies de- und aktivieren k?nnen.
Wir k?nnen uns den Pixel auch selbst zusammensetzen mit den Meta Daten aus der API, kein Problem. ??
Lasst uns wissen, ob, wie und wann ihr eurer Plugin erweitern wollt, sodass wir entscheiden k?nnen, was wir tun.
Vielen Dank!