I have already done a search on google but almost all the information is about how to limit concurrent user sessions and limitations.
So just want to know is there a way to limit the real-time users limit. As an example, if we limit 2000 as the real-time users, the user comes after 2000 should have to wait. Better if there is a plugin Thanks
I have already done a search on google but almost all the information is about how to limit concurrent user sessions and limitations.
So just want to know is there a way to limit the real-time users limit. As an example, if we limit 2000 as the real-time users, the user comes after 2000 should have to wait. Better if there is a plugin Thanks
Share Improve this question edited Jun 6, 2019 at 13:53 jaze 901 gold badge1 silver badge6 bronze badges asked Jun 6, 2019 at 3:41 Radun De SilvaRadun De Silva 53 bronze badges1 Answer
Reset to default 0I think you will more likely receive responses to your question if you provide a bit more information, at the moment your question is very vague so it's not clear what you are trying to achieve.
From the little information you've provided it sounds like you want to limit how many people can access your site simultaneously. If this is desired from a performance perspective, for instance as a way to keep your site running well then this is something you'd need to do lower down in the server stack.
A user would have to come to your site and access content running on WordPress in order for a plugin to be triggered, but by that time you've already used a lot of resources to achieve that. Limiting user access within the web server software such as Apache or Nginx would be preferable for this.