∅ the empty set

Movable Type in the fast lane

Movable Type Badge

One of Pronet's latest weblog posts entitled "Make Movable Type 15 times faster!" attracted my attention a few days ago, and I decided to give it a try over the weekend. It turns out that the latest version of Movable Type is really faster when run under FastCGI. A Developer wiki's post explains how to run Movable Type under FastCGI.

Unfortunately, my main hosting provider pair Networks doesn't provide FastCGI support in my hosting plan, so I decided to try it out on my brand new (mt) MediaTemple (gs) Grid-Server account. The first thing was to find out if FastCGI was installed. I didn't find the list of installed Apache modules in the KnowledgeBase, so I ran the test documented in the developer's wiki article:

Add the following code to an .htaccess file in your MT directory:

<IfModule mod_fastcgi.c>
FastCgiIpcDir /tmp/fcgi_ipc/
AddHandler fastcgi-script .fcgi
FastCGIConfig -autoUpdate -idle-timeout 120 -killInterval 3600 -maxClassProcesses 6 -maxProcesses 15
</IfModule>

Then create a [HelloWorld.fcgi] file and see if it loads properly. If it does, FastCGI is installed. Any other error and it probably isn't.

I ran the script, and guess what, "Hello World!" popped up in my browser!

I don't know if the increase in performance is 15 fold, but it feels significantly faster, which is exciting. This adds to my favourable first impressions of (mt) Media Temple's (gs) Grid-Server plan. I've been playing with it since the beginning of the year, and I am very impressed by it (but more on that in a later post).

Ø permalink: http://www.davidroessli.com/logs/2007/02/movable_type_in_the_fast_lane/


Reponses to “Movable Type in the fast lane”

#1 by De Soto

02:27 on 19 July 2007

MT's grid doesn't use FastCGI. The script you ran may have output the expected results, but support confirms they have no plans to install FastCGI.

Post a comment



Previous: Apple UK ads

Next: WWDC07


About

Hello, my name is David Roessli. I am a freelance web designer and developer based in Geneva, Switzerland.

This weblog is an nth attempt to solve my multiple online personalities and weblog/rss feeds burnout issues. (more)

Words

I have been contemplating the idea of upgrading my desktop Mac since this spring. The latest 27" iMac (Quad-Core) seemed the perfect candidate, but the release of Apple's 27" Monitor last September made me stick with the Mac Pro...

Music

Parov Stelar | Coco CD cover

Parov Stelar is an Austrian musician and DJ located in Linz, to who's music I have really taken to since discovering his album “Shine” last year. Like Waldeck, his music is smooth and silky, and entices you to listen...

Pictures

Check out my latest Flickr ramblings. Mostly day to day cameraphone pictures stolen here and there.


© 2000-2011 David Roessli | v4.1 | as valid xhtml and css as possible | hosted by pair Networks | RSS feeds.