check_apachedex_result: Prevent false alarm if only few hits
In some projects, the Apachedex promise fails on days when the instance is barely used. A small number of slow page loads can lead to a low score, which is not representative of actual performance or user experience.
To avoid false alarms, the check is now skipped if the number of hits is below a configurable minimum.