Merge branch 'master' of https://github.com/thelia/thelia into coupon
# By Etienne Roudeix # Via Etienne Roudeix * 'master' of https://github.com/thelia/thelia: load test url output in loops backend loop translation backend trasnlation in loops
This commit is contained in:
@@ -50,4 +50,5 @@ $response = $thelia->handle($request)->prepare($request)->send();
|
||||
|
||||
$thelia->terminate($request, $response);
|
||||
|
||||
echo "\n<!-- page parsed in : " . (microtime(true) - $thelia->getStartTime())." s. -->";
|
||||
echo "\n<!-- page parsed in : " . (microtime(true) - $thelia->getStartTime())." s. -->";
|
||||
echo "\n<!-- memory peak : " . memory_get_peak_usage()/1024/1024 . " MiB. -->";
|
||||
|
||||
Reference in New Issue
Block a user