X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FCatalyst%2FManual%2FSuccessStories.pod;h=a15385a2b1637e4af30239fa68e71eee7a15dd7e;hb=0cf56dbcd3a060c815aa5e66a67709bb51efd80d;hp=35f952bf1e341d4c0d0f4009c4a40d868973b79c;hpb=d01df17df2888c322ad8047d40da81271b25ce59;p=catagits%2FCatalyst-Runtime.git diff --git a/lib/Catalyst/Manual/SuccessStories.pod b/lib/Catalyst/Manual/SuccessStories.pod index 35f952b..a15385a 100644 --- a/lib/Catalyst/Manual/SuccessStories.pod +++ b/lib/Catalyst/Manual/SuccessStories.pod @@ -8,22 +8,68 @@ Catalyst is great, no question... =head1 STORIES -=head2 A first benchmark after porting from Maypole to Catalyst - - the_jester: Very fast. Very very fast. - the_jester: I've run some basic benchmarks. On a "list" page, - I was getting about 7-8 pages/second with Maypole; - I'm getting 18 with Catalyst. On a "view" page, - I'm getting 16 pages/second under Maypole, - and 57 under Catalyst. - the_jester: And NOTE: That's Maypole running with cached templates, - and Catalyst running without. - Adding template caching to Maypole gave me an - improvement of about 250%, so.... +=head2 Early Maypole -> Catalyst porting (Jesse Sheidlower) + +The original version of the Oxford English Dictionary's +Science Fiction web site, now at +L, was written as plain CGI +scripts. (No, it's worse than that. It was written as .shtml +pages, with the SSI shelling out to a Perl script that +generated HTML. And yes, this was written after 1996. So sue +me.) While this was mostly satisfactory at one time, as the +site grew there were very many problems introduced by this +system. I decided to upgrade it to a modern system based on +L and L