-
Notifications
You must be signed in to change notification settings - Fork 268
Description
Basic Information
The check whether guest access is disabled is, unfortunately, late in the overall process - AFTER the session has been loaded & AFTER the guest's/user's online status has been logged.
I.e., it doesn't help. Although it effectively blocks the guest from reading anything, the problematic I/O and high CPU caused by bots/guests remains.
So... Folks on the forum attempt to handle bot issues by blocking guest access, but that won't work.
What's worse, is that log_online shows info about the request, not the end result. I.e., in the log it appears they're still browsing when they're not.
We need to find a way to make blocking guests more effective, & to stop all of the I/O associated with guests/bots, BEFORE the session & logging kick in.
https://www.simplemachines.org/community/index.php?topic=593888.0
Steps to reproduce
Expected result
No response
Actual result
No response
Version/Git revision
2.1.6 & 3.0 Alpha 4
Database Engine
All
Database Version
No response
PHP Version
No response
Logs
Additional Information
No response