Forum Replies Created

Viewing 15 replies - 1 through 15 (of 19 total)
  • Yep, same here. No solution?

    Yes, I had to also remove it due to the enormous server load it created. My blog has around 3,000 posts and my server usage trebled with the use of this plug-in. Shame, as I really like it!

    Some form of caching is needed, I feel.

    @otto42:

    Thanks again for another detailed response. I tried the Grid Hosting as it was recommended by a lot of people for WordPress 🙂

    I shall try the Cookies for Comments plugin and see how that goes. Should I keep the RewriteRule (modified as you suggest) in place, or is that overkill if I also use the plugin?

    Now, something interesting has happened overnight! I did 2 things. One was block a lot of image hijacking that was taking place. Now, whilst this would reduce bandwidth (which wasn’t a problem anyway), I think I’m right in saying it wouldn’t reduce GPU/CPU usage – it’s only serving a file.

    The other thing I did was write another email to Media Temple Support. I haven’t heard back from them but, guess what, GPU usage has dropped to about a quarter of what it has been! I’m waiting to hear back from them as to what they’ve done, so will keep you posted.

    Otto42:

    Thanks for the detailed response. I apologise – I did think you were an “official” WordPress presence. I do appreciate that you’re trying to help.

    Here’s an explanation of a GPU from the MT site:

    “With (mt) Media Temple’s GRID system your server site is no longer tied to an individual hardware server, rather it is spread across hundreds of server processors. The model gives your site ever expanding grid-cluster computing capability which allows you to scale and grow beyond the older shared server systems and even radically exceed dedicated server performance. The way this system is made possible is by keeping track of each customer’s individual usage using a system we created, called GPU (which stands for Grid Performance Unit). Each (gs) Grid-Service hosting plan includes a large number of GPUs which have been carefully calculated to provide 99.7% of all customers with enough resources to never exceed the GPU allocation. For those clients operating large scale web sites experiencing daily or infrequent traffic surges, GPUs allow you to host your websites without worrying about reaching an arbitrary limit before getting shut down.”

    This is what confuses me – why am I not in the 99.7%? I would be surprised if a fair number of that 99.7% weren’t WordPress, so what’s different about mine?

    I think you might be on to something re “what’s hitting index.php”. I’ve put:

    RewriteEngine On
    RewriteCond %{REQUEST_METHOD} POST
    RewriteCond %{REQUEST_URI} .wp-comments-post\.php*
    RewriteCond %{HTTP_REFERER} !.*flightsimx.co.uk.* [OR]
    RewriteCond %{HTTP_USER_AGENT} ^$
    RewriteRule (.*) http://%{REMOTE_ADDR}/$ [R=301,L]

    in my htaccess to try and stop what appeared to be a fair number of spam bots coming in. It does seem to be making some difference. I’ll report back with results when it’s been in place for a while.

    Sorry for hitting out at WordPress. It’s just that everyone seems to blame everyone else. To be honest, I don’t really care where the problem is, so long as I can fix it!

    @otto42 – MT is my third host for this blog. The previous 2 both said WordPress was hammering their servers and that I’d need to look elsewhere. MT haven’t asked me to move yet – why would they when they’re raking in an extra $80 a month from me? If I move to another host, I’ll most likely be told the same thing. The only common denominator here is WordPress. And, after all, it’s not like I’m the only one with the problem here.

    I do find this more than a little frustrating. WordPress seems to always end up saying “find another host” and the hosts always seem to end up saying “find another blogging platform”! In any case, I’ve used Dreamhost and now Media Temple – both on your recommended list. If they’re recommended, why are they not up to the job, as you seem to be suggesting? Or is it really not the host as I suspect?

    Look at the timeline here. I’d been using my blog on MT quite happily for a year. I was always under the 1,000 GPU, or maybe 50 or 60 over on a really busy month. I’m happy with that. WP 2.7.1 comes out, I upgrade and my GPU almost doubles. If the problem was with MT, people would be screaming about it. But they’re not – they’re screaming about WP 2.7.1. Moving hosts (again) won’t solve the problem.

    I’ve been making a diary on the impact of removing plug-ins, watching how it affects GPU etc for the past 2 weeks. The only thing that made any real difference was that WP Super Cache caused a spike in GPU usage due to wp-cron. Having said that, it still only accounted for maybe 3 of the 60 GPU I was using per day. If I’m removing as much of the optional stuff as I can and the problem persists, then it seems to me the problem is with the core.

    Installing DB Cache caused wp-cron to be hit excessively again – over 200 times in an hour, using almost of that hours GPU allowance in itself. I’ve therefore now disabled that, too.

    I’ve left 1BlogCacher in place for now.

    It seems that any kind of caching (with the exception of 1BlogCacher so far as I can tell) kicks off a huge number of hits on wp-cron. If so, that somewhat defeats the object, doesn’t it? We’re installing all this caching stuff to speed things up and reduce server load, when in fact they seem to increase server load!

    Update: I’ve just checked my “requested pages” log for yesterday and it shows nearly 15,000 hits for /flightsimx.co.uk/index.php when I only had around 3,500 page views. Also, “Robots by Hits Drilldown” shows 21,886 hits for yesterday.

    Is this extremely high, or am I not understanding the numbers?

    @jmaxwilson – I managed to solve the wp-cron problem – by switching off WP Super Cache! wp-cron was getting hit more than 2,000 times per day. Switching it off has reduced that to less than 10! Looking back over the logs, I can see that the massive hits on wp-cron started when I installed WP Super Cache.

    I’m now using 1BlogCacher to see if that’s any better.

    Although I’ve now sorted out wp-cron (I hope), there’s still a severe problem with server load. Looking back through the logs, it appears to coincide with the upgrade to WP 2.7.1. Prior to that, I was just under my 1,000 GPU allowance on Media Temple. Since 2.7.1, I’m regularly using double that (so that’s an additional $80 – $100 per month, on top of the $20 per month for the GS service). I’m getting the same number of visitors and I have the same plugins installed.

    I’ve done pretty much everything I can think of. Uninstalled as many plugins as I can, installed 1BlogCacher and DB Cache etc. The site loads fast now, but still the excessive server load persists.

    I’m only 8 hours into the day, have had 636 hits and 962 page views on the site and I’m already over my daily GPU allowance.

    If it’s any help, Media Temple reports that my index.php has had 3,381 hits (defined as “number of hits to this path” and an IO read (defined as “the read load that these hits caused”) of 553,000 in those 8 hours. Any idea why I’d be getting that many hits? I’m getting spidered quite a bit, but not a lot to take it up to that number.

    I’d really like some idea how to proceed. I’m reaching the stage where I really can’t afford to run the site much longer 🙁

    I had a similar problem removing the files. Moving the entire directory to another directory allowed me to then delete it.

    Mark

    I’ll add my name to the list of WP 2.7.1 users with slow, server heavy installations.

    I’m with Media Temple and my GPU usage has almost doubled since installing 2.7.1. That’s costing me an additional $80 per month for hosting, when my traffic is not substantially different than it was before 2.7.1.

    Here’s a snapshot of my GPU usage for today so far (8 hours worth of data):

    Path HTTP response Hits IORead IOWrite GPUs / hit %of total GPUs

    flightsimx.co.uk/index.php 200 1046 163207 2317 0.0014 10.85% 1.4984

    flightsimx.co.uk/wp-cron.php 200 811 118022 1527 0.0015 8.53% 1.1789

    wp-cron.php seems to be having an adverse affect for sure.

    I’ve tried all the usual – added WP Super Cache, removed all non-essential plugins, optimised the database etc.

    If whatever the problem is isn’t fixed soon, I’m gonna have to look at another platform – I can’t afford this much for my hosting!

    Mark

    I’m starting to get this too, with 5 posts!

    Thread Starter psionmark

    (@psionmark)

    Thanks – I’ve added a ticket – http://core.trac.ww.wp.xz.cn/ticket/9312

    Thread Starter psionmark

    (@psionmark)

    Thanks for taking a look for me.

    1) The post in question is not associated with Uncategorized. If I look in my category archives for the Uncategorized category, it’s not shown, which is correct. So I don’t think I should be able to go to that URL and see it

    2) Thanks – Where do I report bugs?

    Cheers,

    Mark

    Hi renato_s,

    That’s the one! Many thanks. It’s obvious now you’ve pointed it out 🙂

    Cheers,

    Mark

    Hi mzsigler,

    I’ve tried both the Flash and Browser uploader but get the same problem as you do.

Viewing 15 replies - 1 through 15 (of 19 total)