Closed mjordan closed 4 years ago
Currently, $utilties->getReportData() gets run when the user simply views the reports selection page. This (potentially very expensive) method should only be run when the user clicks on the "Go" button.
$utilties->getReportData()
Currently,
$utilties->getReportData()
gets run when the user simply views the reports selection page. This (potentially very expensive) method should only be run when the user clicks on the "Go" button.