Skip to content
Snippets Groups Projects
Commit 1dca30ac authored by Davide Aprea's avatar Davide Aprea
Browse files

added timings to duplication check

parent e2d0e7f2
No related branches found
No related tags found
2 merge requests!1739Development,!1700Resolve "Show information about every search engine that found a result"
......@@ -293,7 +293,11 @@ class MetaGer
if(!empty($timings)){
$timings["prepareResults"]["validated results"] = microtime(true) - $timings["starttime"];
}
$this->duplicationCheck();
if(!empty($timings)){
$timings["prepareResults"]["duplications checked"] = microtime(true) - $timings["starttime"];
}
# Validate Advertisements
$newResults = [];
foreach ($this->ads as $ad) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment