WordPress Cache Woes and other Crap

WordPress Cache Woes and other Crap

Now I discover that Internet Explorer users (you know, what most of the world uses) has problems with some of pages here. For one thing, the email page doesn’t work on IE because of some issue with the caching plugin. And now I find that there’s ANOTHER issue with comment submission on IE that I have been trying to debug.

The upshot of all this is that (1) WordPress is a memory / cpu pig when you are running Markdown to do the handy text formatting and (2) You need to use a cacheing plugin that (3) works.

I’m running Firefox here as my main browser, and no longer really use Internet Explorer. I’m switching back to IE6 to see if I can track down these stupid issues.

2 Comments

  1. ricardo galli 19 years ago

    Beta5 available that implement what you asked about plugins and ignores completely all POSTs.

    But I think this won’t solve your Exploter related problem, probably your script is expecting some header/cookie that IE does not send. I tried with wget from my computer and the error is similar:

      wget -S “https://davidseah.com/wordpress/email-dave.php” -O –
      —03:22:36— https://davidseah.com/wordpress/email-dave.php
            => `-’
      Resolving davidseah.com… 216.92.78.137
      Connecting to davidseah.com[216.92.78.137]:80… connected.
      HTTP request sent, awaiting response…
        1 HTTP/1.1 404 Not Found
        2 Date: Sat, 07 May 2005 01:22:37 GMT
        3 Server: Apache/1.3.29
        4 X-Powered-By: PHP/4.3.8
        5 Connection: close
        6 Content-Type: text/html
      03:22:39 ERROR 404: Not Found.

    Thanks for testing.

    ——-

  2. Dave 19 years ago

    Interesting! Thanks for taking the time to check, Gallir. I’ll give Beta6 a try! Thanks for the wget tip too.