Forum Replies Created

Viewing 4 replies - 1 through 4 (of 4 total)
  • Forum: Plugins
    In reply to: Plugin: Smart Update Pinger
    Thread Starter cyner

    (@cyner)

    The error messages are copied verbatim from WordPress’ default ping functionality, and they are almost useless for the end user. An alternative would be to replace the ping class with a better one, but I’m hoping the WP crew will understand that this is long overdue.

    Posting from external tools with APIs such as XMLRPC is not tested, and probably doesn’t work. But give it a try, and have a look at the logs in the options page.

    BTW, development of this plugin is halted. I, the author, have stopped using WordPress, and will not maintain or further develop the plugin. It’s in the public domain, though, so I trust the community to improve it.

    One of the problems is that pinging takes too much time. When you publish a post, you probably wait 30 seconds or more, while WordPress is pinging your selected services.

    Now, imagine a visitor coming to your blog, and it just so happens that it’s the first visitor after your future post is supposed to be published. So, WordPress shows the new post. If using WP-Cron or any other similar tool, do you really want the visitor to have to wait 30 seconds, while the pinging is happening? If the visitor is impatient, he or she could actually abort your pinging! (And probably won’t stick around to actually read your post…)

    There is a plugin that somehow makes this ping delay disappear, but I never investigated that. Maybe it could be used here, but still you are putting your visitors in a position where they unknowingly can make sure your future posts aren’t pinged!

    The only solution I can think of is to use the actual UNIX cron tool, to fire a plugin every hour or so, checking if it should ping the services. Such a plugin would be very easy to implement, but much harder to configure and use. Not nearly as userfriendly as WordPress. I’m not going to do this, as I have moved on to another blog tool, but I’m sure someone will.

    Oh, and this is not a WordPress-specific problem. It will occur with every single blog tool on the planet, unless it uses cron jobs already.

    Forum: Plugins
    In reply to: Plugin: Smart Update Pinger
    Thread Starter cyner

    (@cyner)

    I have just tested it, and it doesn’t ping when saving drafts — at least not for me. But the text in the options panel wasn’t too clear on this, so I changed that for the new version.

    Version 1.2 enables pinging as soon as the plugin is activated. Before, you had to open the settings page to enable it the first time. Besides that there shouldn’t be any noticeable changes.

    Forum: Plugins
    In reply to: Plugin: Smart Update Pinger
    Thread Starter cyner

    (@cyner)

    I sure hope it doesn’t ping when *saving* the draft! It’s only supposed to ping when you later choose to *publish* a draft. Please let me know if I’m wrong.

Viewing 4 replies - 1 through 4 (of 4 total)