|
From: Chris H. <ch...@hu...> - 2003-03-09 22:55:15
|
Is there any 'standard' way to reduce the load/configuration time of SPOPS-based classes? I'm trying to run an SPOPS-based application under non-mod_perl CGI, and the compile/load time of pages is currently quite slow. I tried defining database fields in the classes, rather than discover_fields, but this made no difference to the speed. Can any specific configuration be made in the class hashes so SPOPS doesn't need to run all its configuration work generating accessors, etc. Thanks for any advice, Chris Hutchinson |