Delay in page loading due to “WPC Smart Wishlist for WooCommerce” Plugin
-
Hello,
We were facing huge delays in page loading. The FCP was 14 seconds, and the full page load time was 18 seconds.
So I contacted our web host KINSTA to check why this was happening, They shared with me:
Okay, I believe that the issue on this page is the plugin called woo-smart-wishlist, let me share some screenshots with you
When visiting the page you can see that the two requests that are taking much time (the top two) are two POST calls:
One is due to the plugin called woo-smart-wishlist, if you select the item and then move into the Payload tab, you see that the action called is woosw_get_data:
Which a grep command shows to be only used by that plugin:
Generally speaking, it is not good that a page makes POST calls without the user clicking anything. Usually the POST calls are made when a user compiles a form or add an item to the cart and so on, not when the user is simply visiting the page.
I deactivated the plugin and the page loading issue seems to be resolved, Now the whole site loads in under 4 seconds.
Could you please look into it and resolve it asap.?
The page I need help with: [log in to see the link]
- You must be logged in to reply to this topic.