davide101
Forum Replies Created
-
Hi Eric, thank you for the thoughtful response.
We sent out our newsletter this week and had our second period of server instability in the last few years. In doing some research, I discovered a bug that was causing a ton of extra queries to admin-ajax.php.
I then noticed that calls to your function increase similarly to calls to admin-ajax.php. Perhaps a set of function calls are being triggered not just on pageviews, but on calls to admin-ajax.php as well?
I don’t know that this is a major performance issue, but I do get wary of anything that shows up on my “time consumed” report because if we get hit with 1000 simultaneous visitors, then 10ms x 1000 people x 10 ajax calls adds up to huge amounts of time.
Thanks for taking a look!
David
Hi Eric,
I’m using a tool called New Relic to profile our applications. This portion of the software is paid but they have a free trial. And the free version is fantastic for monitoring overall application performance and server loads – I think you’ll really like it.
The Function Call Count is how many times a function within the plugin is being called. So, in this case, a function is this plugin has been called over 4.5 BILLION times in the last three days. Which is 100x more function calls than our theme makes or 200x more than our caching software makes.
The calls might only take a few milliseconds. But billions of milliseconds adds up to real time.
Thanks for taking a look. I really like this and would be bummed to stop using it. There’s probably a simple tweak or two that can dramatically reduce those function calls.
As background, we have about 40 feeds and update them once every two hours in a staggered fashion. We are displaying the widget on just two pages that account for about 3% of pageviews.
Forum: Plugins
In reply to: [Print, PDF, Email by PrintFriendly] 500 Error on Plugin SettingsJust a note that this is indeed a conflict and it is within one of our internal plugins. We will be reviewing internally and resolving. Thank you for the great plugin. We are sorry for taking up some of your time – thank you for helping us track down the source!
Forum: Plugins
In reply to: [Print, PDF, Email by PrintFriendly] 500 Error on Plugin SettingsHi there, Thanks for the response. We have no plugin by that name installed. I am off on a few weeks of travel. Since you seem confident it’s a conflict and not a native issue, when I return, I will enable in our dev environment and then slowly add plugins until I find the culprit and report back.
Forum: Plugins
In reply to: [Print, PDF, Email by PrintFriendly] 500 Error on Plugin SettingsI’m using the latest version, 3.5.3.
We are on PHP 5.5.30.Hi Tobias, I believe I’m having the opposite issue (at least when I forked it 6 months ago). The plugin is respecting my website’s use of https:// whereas I want it to use http:// instead.
Forum: Fixing WordPress
In reply to: Google Analytics Tracking stopped working today, please helpI think Real-Time is busted for some people today. It’s not working for me either. I would just wait until they resolve it – the stats are clearly tracking in Google Analytics, so the code is installed correctly.
Forum: Plugins
In reply to: [ImageInject] Featured Image – No AttributionHi Thomas, I also installed the plugin on WordPress 4.1 and am experiencing the same issue. Here is what I’ve tried:
1. Select an image and embed in the post. This works perfectly with the setting to use the caption or the bottom of the post.
2. Select the same image and set as Featured Post. The Image Inject says that it is adding a credit to the bottom of the post. However, the credit is never actually added.
Thank you for sharing this great plugin with the community!
Best,
David