Replies: 0
We are working on our site performance and during testing it we noticed this plugin is sending an additional POST request to the home page for each load. It’s like the site is getting loaded twice per single view, and because it is a POST, it will always hit the actual server, not the cache. This request is taking ~1.5 – 2.5 seconds, and so it’s always either the 1st or 2nd most time consuming request. I think it’s doing this POST request to track how many views the form gets, and I could not find a way to disable it.
Any ideas about this?