From 3eb1cbae6313a59ce4d1c2f7bcd32a717009f159 Mon Sep 17 00:00:00 2001 From: Yorhel Date: Sun, 9 Oct 2016 09:26:01 +0200 Subject: [PATCH] Log slow pages --- www/index.pl | 1 + 1 file changed, 1 insertion(+) diff --git a/www/index.pl b/www/index.pl index 164dc28..0075435 100755 --- a/www/index.pl +++ b/www/index.pl @@ -19,6 +19,7 @@ TUWF::set( db_login => [undef, undef, undef], debug => 0, xml_pretty => 0, + log_slow_pages => 500, # Cache the system information pre_request_handler => sub { my $self = shift;