in reply to modules slowing webpage

Yes there is. It's called mod_perl.

It not only pre-loads your modules, it keeps your program in memory, so it doesn't need to reload your program either.

There are some issues that you have to be carefull with when you use mod_perl, but if you use strict, most of them are moot.