mirror of
https://github.com/ACSPRI/queXS
synced 2024-04-02 12:12:16 +00:00
Disabled overall performance information as it is slow with large installations and not particularly useful
This commit is contained in:
@@ -66,9 +66,9 @@ include("../functions/functions.operator.php");
|
|||||||
|
|
||||||
xhtml_head(T_("Operator Performance"),true,array("../css/table.css"),array("../js/window.js"));
|
xhtml_head(T_("Operator Performance"),true,array("../css/table.css"),array("../js/window.js"));
|
||||||
|
|
||||||
$rs = get_stats_total(get_stats());
|
//$rs = get_stats_total(get_stats());
|
||||||
print "<h2>" . T_("Overall") . "</h2>";
|
//print "<h2>" . T_("Overall") . "</h2>";
|
||||||
xhtml_table($rs,array("firstName","completions","totalcalls","time","callt","CPH","CALLSPH","effectiveness"),array(T_("Operator"),T_("Completions"),T_("Calls"),T_("Total time"),T_("Call time"),T_("Completions p/h"),T_("Calls p/h"),T_("Effectiveness")));
|
//xhtml_table($rs,array("firstName","completions","totalcalls","time","callt","CPH","CALLSPH","effectiveness"),array(T_("Operator"),T_("Completions"),T_("Calls"),T_("Total time"),T_("Call time"),T_("Completions p/h"),T_("Calls p/h"),T_("Effectiveness")));
|
||||||
|
|
||||||
$questionnaire_id = false;
|
$questionnaire_id = false;
|
||||||
if (isset($_GET['questionnaire_id'])) $questionnaire_id = bigintval($_GET['questionnaire_id']);
|
if (isset($_GET['questionnaire_id'])) $questionnaire_id = bigintval($_GET['questionnaire_id']);
|
||||||
|
|||||||
Reference in New Issue
Block a user