xtraxtra
Forum Replies Created
-
Forum: Networking WordPress
In reply to: Cannot change WP upload pathCooliojones – works perfectly.
Seems like a bug to me! I’ve filed a ticket in trac … http://core.trac.ww.wp.xz.cn/ticket/18272.
Forum: Networking WordPress
In reply to: Cannot change WP upload pathI’m having an identical problem – on our multisite installation, WordPress ignores the values I’ve set for Upload Path, Upload URL Path and Fileupload Url and uses its defaults.
Did you end up resolving the issue?
Forum: Fixing WordPress
In reply to: database maxing cpu usage after upgrade to 3.1@fugj: Great to see that it’s a known issue and the fixes are going to be applied in an upcoming release. I’m applying the three patches to our install in the meantime. Thanks again!
@rsgrone: Check out the ticket fudj references above. There’s three patches relevant to this issue, one with includes fudj’s suggestions (albeit a little more efficient).
Forum: Fixing WordPress
In reply to: database maxing cpu usage after upgrade to 3.1An hour after making this change, I have not had a single entry in my slow query log.
That’s a tremendous improvement … I was seeing hundreds an hour and they were killing our database servers (which are pretty powerful, hardware-wise).
My only nervousness is that the change affects WordPress functionality … but my testing so far shows no impact on features/our live site.
Thanks fudj … so far, so good!
Forum: Fixing WordPress
In reply to: database maxing cpu usage after upgrade to 3.1We’ve been experiencing the same issue on an installation with 60k+ posts. After the upgrade to 3.1, database CPU usage regularly maxes with the slow queries log showing SELECT SQL_CALC_FOUND_ROWS wp_posts.* etc as the culprit.
We’re runnning MySQL 5.0.51a.
I’ve attempted your fix to see how it works.
Would be keen if you’d add it to trac to see comments from the developers.