← Index
NYTProf Performance Profile   « line view »
For starman worker -M FindBin --max-requests 50 --workers 2 --user=kohadev-koha --group kohadev-koha --pid /var/run/koha/kohadev/plack.pid --daemonize --access-log /var/log/koha/kohadev/plack.log --error-log /var/log/koha/kohadev/plack-error.log -E deployment --socket /var/run/koha/kohadev/plack.sock /etc/koha/sites/kohadev/plack.psgi
  Run on Fri Jan 8 14:31:06 2016
Reported on Fri Jan 8 14:33:30 2016

Filename/home/vagrant/kohaclone/koha-tmpl/intranet-tmpl/prog/en/modules/errors/404.tt
StatementsExecuted 0 statements in 0s
Subroutines
Calls P F Exclusive
Time
Inclusive
Time
Subroutine
311234µs385msTemplate::Document::::__ANON__[:45]Template::Document::__ANON__[:45]
Call graph for these subroutines as a Graphviz dot language file.
Line State
ments
Time
on line
Calls Time
in subs
Code
1338.2ms
# spent 385ms (234µs+385) within Template::Document::__ANON__[/home/vagrant/kohaclone/koha-tmpl/intranet-tmpl/prog/en/modules/errors/404.tt:45] which was called 3 times, avg 128ms/call: # 3 times (234µs+385ms) by Template::Document::process at line 163 of Template/Document.pm, avg 128ms/call
$output .= $context->include('doc-head-open.inc');
# spent 38.2ms making 3 calls to Template::Context::include, avg 12.7ms/call
2$output .= "\n<title>Koha &rsaquo; Error 404</title>\n";
33147ms#line 3 "/home/vagrant/kohaclone/koha-tmpl/intranet-tmpl/prog/en/modules/errors/404.tt"
# spent 147ms making 3 calls to Template::Context::include, avg 49.0ms/call
4$output .= $context->include('doc-head-close.inc');
5$output .= "\n</head>\n<body id=\"err_404\" class=\"err\">\n\n";
6#line 7 "/home/vagrant/kohaclone/koha-tmpl/intranet-tmpl/prog/en/modules/errors/404.tt"
7365.3ms$output .= $context->include('header.inc');
# spent 65.3ms making 3 calls to Template::Context::include, avg 21.8ms/call
8354.4ms$output .= "\n";
# spent 54.4ms making 3 calls to Template::Context::include, avg 18.1ms/call
9#line 8 "/home/vagrant/kohaclone/koha-tmpl/intranet-tmpl/prog/en/modules/errors/404.tt"
10$output .= $context->include('cat-search.inc');
11$output .= "\n\n<div id=\"breadcrumbs\"><a href=\"/cgi-bin/koha/mainpage.pl\">Home</a> &rsaquo; Error 404</div>\n\n<div id=\"doc\" class=\"yui-t7\">\n \n <div id=\"bd\">\n <div id=\"yui-main\">\n <div class=\"yui-b\"><div class=\"yui-g\">\n <h1>An error has occurred!</h1>\n <h3><em>Error 404</em></h3>\n <h3>This message may have been caused by any of the following reasons:</h3>\n <ul style=\"padding-bottom: 0.5em;\">\n <li>You made use of an external link to an item that is no longer available</li>\n <li>You followed an outdated link e.g. from a search engine or a bookmark</li>\n <li>You tried to access a page that needs authentification</li>\n <li>An internal link in the client is broken and the page does not exist</li>\n </ul>\n <h3>What's next?</h3>\n <ul style=\"margin-bottom: 1em; padding-bottom: 1em; border-bottom: 1px solid #CCC;\">\n <li>Use top menu bar to navigate to another part of Koha.</li>\n <li>To report a broken link or any other issue, please send an <a href=\"mailto:";
12#line 29 "/home/vagrant/kohaclone/koha-tmpl/intranet-tmpl/prog/en/modules/errors/404.tt"
13$output .= $stash->get('admin');
14$output .= "\">email to the Koha Administrator</a></li>\n </ul>\n</div>\n\n</div>\n</div>\n\n";
15#line 36 "/home/vagrant/kohaclone/koha-tmpl/intranet-tmpl/prog/en/modules/errors/404.tt"
16$output .= $context->include('intranet-bottom.inc');
17$output .= "\n";
18 } };
19 if ($@) {
20 $_tt_error = $context->catch($@, \$output);
21 die $_tt_error unless $_tt_error->type eq 'return';
22 }
23
24 return $output;
25}
26
- -
29312µs
# spent 12µs making 3 calls to Template::Stash::XS::get, avg 4µs/call
- -