Why is this plugin being called from the front end?
-
I had a colleague run a detailed performance check of one of the several client sites that have this plugin installed, and he discovered something surprising:
duplicate-post/vendor/composer/ClassLoader
was called thousands of times from the front end of the site, accounting for 8% of performance loss.I would not expect the plugin to be called at all from the front end. Is there a reason for this? Is there a way to turn it off? (I notice that “admin bar” is one of the display options, though I don’t believe my colleague was logged in while testing.) And if not, could y’all stick a simple
is_admin()
check in there to keep it from happening? The plugin is extremely useful, but that’s quite a penalty.Thanks,
Sallie
- You must be logged in to reply to this topic.