Performance and unnecessary requests
-
Not sure if this started with the latest plugin update, but I’m seeing several unnecessary requests on my home page where no payment functionality is needed and it’s creating a major performance problem. Specifically, I see the following external requests:
https://www.paypal.com/sdk/js?client-id= … (1.27s)
https://www.paypal.com/tagmanager/pptm.js?id= … (600ms)
https://t.paypal.com/ts?pgrp= … (630ms)
logger (js fetch twice) … (760ms)
log (js fetch) … (603ms)As I said, this is on a home page that needs no paypal functionality and I’m getting hammered. How can I disable all of that, and only do external paypal requests when on pages that needs it: cart for express and checkout. I also don’t want any additional load or external requests on the product page since I’m not using any payment functionality there.
Thanks for your help.
The page I need help with: [log in to see the link]
- The topic ‘Performance and unnecessary requests’ is closed to new replies.