corischlegel
Forum Replies Created
-
That’s a generous offer, and I thank you for that, but I’m afraid I can’t grant you that access. I can provide you with a list of the plugins I’m using, and some idea of number of posts and pages and their statuses if that would help.
ok, i didn’t do a ton of digging here, but removing those 2 lines of code resulted in a 10s drop in admin loading speed from 30s down to 20s of TTFB. Deactivating the plugin itself dropped the admin load TTFB from 20s to .5s. Reactivating it bumped it back up to 20s – this is to load the posts list (with an admittedly large number of draft posts, and a large number of published posts as well). Deactivating again dropped the TTFB back down to ~450 ms, so I’m fairly confident this plugin is at least the indirect source of the problem.
Since I imagine someone else would have noticed this if it’s all in the plugin I’ll chalk this up to an interaction between Social Media Feather and another plugin on the site I’m managing, or some special case around large numbers of draft posts, potentially – this is all before I even had an opportunity to configure the plugin. I’m not going to go ding you on the plugin page with a bad review based on the above factors, but I am disappointed – this looked like a perfect plugin for what we were hoping to achieve. I’ll just have to look elsewhere, because I can’t afford the time and effort to track this down.
looks awesome! thanks much!
Thanks, but I think you misunderstand me – I’m saying it would be nice if you could choose the default to either cross-post or not cross-post.
Right now the default is always to cross-post, but I would like to *not* cross-post automatically and check the box when I want to cross-post – essentially the opposite of the current default behavior.
Of course not every one will want it to work the way I want it to, so I’m saying it would be nice to be able to choose.
Forum: Plugins
In reply to: [Anti-Malware Security and Brute-Force Firewall] timthumb.phpok, I was confused – the nomenclature of the quarantined files link doesn’t make it clear that those are the files *in* the quarantine – I thought it had quarantined a new file on each scan and that’s what that message meant.
thanksForum: Hacks
In reply to: custom filter action not being calledThanks bcwp; I’m trying to call the function statically, so I don’t have a $this to reference.
You’re right about the apply_filters spelling, but unfortunately that was a typo in my pseudocode, not a mistake in my actual code.