[Catalyst] Re: Hello, Deployment of Catalyst apps in a shared web hosting account without shell

Aristotle Pagaltzis pagaltzis at gmx.de
Sat Feb 7 09:51:51 GMT 2009


* Anton Katsarov <tony at katsarov.org> [2009-02-05 17:50]:
> I can also confess that the Internet connection in my town is
> not so good.

If you’re on a modem then 5 seconds might well feel adequate.
The apps I work on load in something like 0.6 +/-0.3 seconds.

If you use an ORM for the model and the DB schema is complex
the 5 seconds will easily be 10.

CGI pushes you toward loading as little code because the code
is compiled over and over again, which distorts the architecture
toward all sort of microoptimisations. Nasty. If you want to
write code that way, of course, that’s your call.

Regards,
-- 
Aristotle Pagaltzis // <http://plasmasturm.org/>



More information about the Catalyst mailing list