Plugin Support
MixHa
(@mixha)
Hello @antonynz ,
Thank you for reporting a concern. However, that request alone uses close to 0 resources of any server CPU in 2025. If you are having issues on your server, we recommend the switch to a proper hosting.
Kind regards
The issue isn’t so much to do with the low resource issue of the ajax action itself but how ajax requests to WordPress are resource extensive by nature since they require the full WordPress stack to load (all plugins, theme, database connections and so on) on each ajax request.
For example I have a site that makes 15,000 requests to this ajax request daily. If we estimate it takes .5s for WordPress to load (it’s a large site on a fast dedicated server), then that’s 7,5000 seconds or 2 hours daily of 1 core spending time on these requests. If multiple editors or tabs are open this further takes away resource usage for front end traffic. On slower unoptimized servers these requests could take 1s+.
This occurs even when the admin toolbar menu for this item is set to be hidden in the plugin’s settings. Surely it won’t be necessary to make that many requests?
Hopefully that explains the issue further and the potential resource issue when many ajax requests are queried.
Just following up if this will be looked into? 15,000 ajax requests is a lot.
I’m seeing the same problem as @antonynz — after spending a while in the admin panel, the flood of AJAX requests of action called cdp_action_handling eventually overwhelms the server.
You may need to create another ticket as @mixha has marked this as resolved. Hopefully they will be able to resolve it in the future. I’ve had to replace the plugin with an alternative on multiple sites.