You should use the debug log in the plugin and check what URLs are loaded. Maybe that theme is sending an AJAX request for data. That request wouldn't be cached and would result in many PHP processes running.
↧
You should use the debug log in the plugin and check what URLs are loaded. Maybe that theme is sending an AJAX request for data. That request wouldn't be cached and would result in many PHP processes running.