Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author Gabe Livan

    (@gabelivan)

    @nmiletic thank you for reporting a potential issue with the plugin. After all, it’s a performance one and its main purpose is to help you out with the optimization and not use many resources. Without a more details report, it’s hard to say why the number of calls is so high. I know New Relic can determine what parts of the plugin (e.g. method within a class) are using more resources then others and I believe you need to check that. Without more details, it’s hard to say why the number from your chart is so high. The plugin is called indeed whenever a non-cached page is accessed.

    If you were using a plugin such as WP Rocket, Asset CleanUp as well as other plugins would not have been called so many times as the caching plugin would serve the static HTML pages without triggering any plugins’ PHP code which includes queries to the database (some of those query could be using lots of resources).

    Let me know if you can provide me more details about the resources used via New Relic. Meanwhile, consider setting up a caching plugin (or perhaps your hosting company has a caching system that could be activated). Your TTFB (time to the first byte) in my tests is very high (~3s, sometimes 5s) and that would be the first thing I would be worried about when it comes to performance. Basically, sometimes, a visitor has to wait for a few seconds until the first byte is downloaded by the browser and at least half a second until they will see content loaded.

    Thread Starter Nat Miletic

    (@nmiletic)

    Thank you for your response. I am using Pantheon and caching is enabled.

    I am not sure that this is necessarily an issue at this point as my website is performing fine and not throwing any errors but I wanted to check with you to see if there is an option that I should enable or that I am overlooking to limit the number of calls?

    If there is more information I can offer from my New Relic dashboard please let me know?

    Plugin Author Gabe Livan

    (@gabelivan)

    @nmiletic there’s a way to check which particular parts of the plugin is using more CPU with New Relic. If you can do that, it would be fantastic as I can quickly debug it. It could be something from the plugin that is not working well with your hosting or a conflict with another plugin, you never know. Can you please send me your “System Info” from “Tools” (plugin’s menu)? You can do it privately via https://gabelivan.com/contact/ as it contains sensitive information you might not want to share publicly.

    Thread Starter Nat Miletic

    (@nmiletic)

    Info sent using your contact form.

    Thanks,

    Nat

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Plugin Call Count’ is closed to new replies.