I switched from Movable Type to Wordpress almost two years ago.
I could lie and say that I never looked back, but it would, of course, be a lie.
Much as I love Wordpress it is not without its faults. While I originally enjoyed the way it published articles "on the fly" I've now come to find that feature to be a little bit annoying.
Why?
Well every time someone visits an entry, browses a category or interacts with this blog a number of SQL queries are generated. Although the database is not that big the number of queries per hour and per day is quite high:
17,769.75 queries per hour (not just for this site admittedly)
The knockon effect is that the server can become slow and unresponsive at times, as the MySQL daemon (the database engine) is being hammered.
With Movable Type, however, the pages / entries / categories etc., are static files, so there is no need to generate database queries each time an entry or page is viewed.
When I setup the Blacknight blog I opted for Movable Type over Wordpress for that reason, among others.
I've also been experimenting with the plugins and extensions that are available for MT and so far I have not been disappointed. In some cases I've been pleasantly surprised with the ease of installation and management.
For example setting up Feedburner was simply a matter of a couple of clicks. I didn't even have to login to my feedburner account to do it, as the MT plugin did that for me!
I'm in two minds as to what I should do moving forward and I'm also aware that it is only "early days", but I must say I am impressed with the management console / inteface that MT provide.
However, the installation procedure is still horrendous compared to Wordpress.
Adventures With Movable Type
Categories:
5 Comments
Rate This Blog
Categories
- Cinema (105)
- Domains & Hosting (19)
- General (108)
- Harry Potter (17)
- Linguistics (28)
- Podcasting (21)
- Techie :: Techno :: (633)
- Thoughts :: Pensieri :: (250)
- Work :: Lavoro :: (96)
- accessibility (17)
- adsense (2)
- adwords (15)
- amazon (9)
- apache (4)
- apple (33)
- audio (2)
- barcamp (6)
- blacknight (51)
- blogging (59)
- books (15)
- cool (84)
- copyright (4)
- data retention (2)
- design (16)
- ebay (12)
- ecommerce (57)
- events (14)
- gaming (3)
- google (28)
- humour (78)
- iedr (9)
- iia (27)
- interviews (3)
- jaiku (3)
- linksys (4)
- marketing (34)
- microsoft (11)
- movabletype (13)
- paypal (3)
- philately (4)
- phones (7)
- photography (27)
- rant (16)
- ripe (6)
- security (8)
- seo (22)
- skycon (4)
- technoratifeedback (3)
- travel (12)
- tv (3)
- twitter (7)
- weird (6)
- wordpress (7)
- yahoo (2)
Monthly Archives
- December 2008 (25)
- November 2008 (24)
- October 2008 (10)
- September 2008 (14)
- August 2008 (29)
- July 2008 (24)
- June 2008 (19)
- May 2008 (36)
- April 2008 (43)
- March 2008 (41)
- February 2008 (51)
- January 2008 (35)
- December 2007 (22)
- November 2007 (21)
- October 2007 (42)
- September 2007 (71)
- August 2007 (61)
- July 2007 (39)
- June 2007 (37)
- May 2007 (41)
- April 2007 (39)
- March 2007 (63)
- February 2007 (47)
- January 2007 (82)
- December 2006 (25)
- November 2006 (34)
- October 2006 (28)
- September 2006 (36)
- August 2006 (40)
- July 2006 (31)
- June 2006 (45)
- May 2006 (47)
- April 2006 (40)
- March 2006 (39)
- February 2006 (54)
- January 2006 (63)
- December 2005 (38)
- November 2005 (61)
- October 2005 (68)
- September 2005 (46)
- August 2005 (54)
- July 2005 (85)
- June 2005 (25)
- May 2005 (20)
- April 2005 (18)
- March 2005 (19)
- February 2005 (13)
- January 2005 (15)
- December 2004 (9)
- November 2004 (14)
- October 2004 (13)
- September 2004 (11)
- August 2004 (23)
- July 2004 (7)
- June 2004 (1)
- May 2004 (1)
- April 2004 (2)
- March 2004 (5)
- February 2004 (2)
- January 2004 (10)
- December 2003 (8)
- November 2003 (4)
OpenID accepted here
Learn more about OpenID
Search
About this Entry
This page contains a single entry by Michele Neylon published on March 11, 2006 2:01 AM.
Blog Awards - Who will be there? was the previous entry in this blog.
AK47s - Every Home Should Have One is the next entry in this blog.
Find recent content on the main index or look in the archives to find all content.

mod_proxy
Would that make much difference?
What about the security implications?
1. Depends on how you set it up I guess. However I'd imagine there'd be quite a few requests between comment posts, and the proxy should catch everything in between.
2. A proxy's a proxy's a proxy. Again, it's all down to how you set it up. If it's good enough for Wikipedia... (although they use squid, obviously).
I'll have a look into it. The other thing I'm interested in is improving MySQL's performance. Any thoughts?
The tuners on this vB forum are geniuses (pay attention to the README by Eva):
http://www.vbulletin.com/forum/forumdisplay.php?f=14
Obviously it's not vB, but the principle is the same.