X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=htetc%2Fhandler.pl;h=4bb214c9805611fb897dc36d1f2853b0203b7ee6;hb=5b2c7dda1c5acf62de9e7472ad6ec7a25bdca04d;hp=416ea69c471c87a26e300c7bfb96feb9de8335a6;hpb=9aee669886202be7035e6c6049fc71bc99dd3013;p=freeside.git diff --git a/htetc/handler.pl b/htetc/handler.pl index 416ea69c4..4bb214c98 100644 --- a/htetc/handler.pl +++ b/htetc/handler.pl @@ -10,6 +10,12 @@ use FS::Conf; $FS::Conf::conf_cache_enabled = 1; # enable FS::Conf caching for performance +# Preload to share in mod_perl parent for performance +use FS::UID qw(load_schema); +load_schema(); +use FS::Record qw(fk_methods_init); +fk_methods_init; + if ( %%%RT_ENABLED%%% ) { require RT;