nyogtha
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Very slow front page (20-30 seconds)Turned out to be the UTW-plugin that left a huuuge number of tags behind in the wp_posteta table. I emptied the table and now my WP is quick as ever. UTW must do something messed up with this table, or maybe I did something messed up with UTW 😉
Forum: Fixing WordPress
In reply to: edit.php slow and broken (?)I’ll have a look, thanks. Still strikes me as odd that this is the only one out of four or five wordpress-installations on my server that I’m having this issue with.
Forum: Fixing WordPress
In reply to: edit.php slow and broken (?)The php.ini is set up to 256mb max memory
Forum: Fixing WordPress
In reply to: edit.php slow and broken (?)To continue the bad habit of replying to my own messages, the file seems to work ok if one substitutes the_author() with echo get_the_author(). I’ll try that for now and see how it works out.
I spoke too soon, it still stops, but this time after 10 entries (still at the author-column) instead of five.
Another update: This time the script stopped because of the php-timeout values. It now runs, but takes close to a minute to list the first page of posts.
Forum: Fixing WordPress
In reply to: edit.php slow and broken (?)Removing the call to the_author() from edit.php “fixed” the problem (the post list lists ok, but without the author column).
Forum: Alpha/Beta/RC
In reply to: 2.1 RC1 – Multiple categories = “multiple” posts…Thanks mate. Will wait for an update of sideblog then.
Forum: Alpha/Beta/RC
In reply to: 2.1 RC1 – Multiple categories = “multiple” posts…Sorry about that.