Other Information
I have a PHP script that does some light database work, but it is spread across many different scripts and they call each other with require_once (e.g. auth.php, db.php, checkPerms.php). I also see high hit count even though there shouldn’t be many visitors. Does require_once count as hits even though it’s completely server-side?