Hit count calculation

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?

No

7 Likes

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.