Ditto! Running this query on our database,
SELECT * FROM wp_options WHERE option_name LIKE '%wp_give_zapier_trigger%' AND autoload='yes'
returned over 1700 entries. Yikes. This was cited by our performance analyst as a principal contributor to our page load time. And it gets worse.
Deactivating the GiveWP Zapier Add-on didn’t remove the rows nor did deleting it. What is the recourse for site owners when they delete a plug-in and it leaves this horror behind? (That’s not a real question.)
For those facing this problem, here’s what we did
DELETE FROM wp_options WHERE option_name LIKE '%wp_give_zapier_trigger%'
Entire site: faster.
-
This reply was modified 2 years, 1 month ago by
1earthsangha.
-
This reply was modified 2 years, 1 month ago by
1earthsangha.
-
This reply was modified 2 years, 1 month ago by
1earthsangha.