WP Super Cache Plugin Questions
-
I have WP Super Cache plugin activated and it works fine by generating some static html files in cache folder. Now what I don’t understand is, does it mean it won’t hit the database anymore? Say for example 1,000 visitors hitting the site, would it just serve them the cached static files and not bother to hit the database?
I run a load test job in Visual Studio by setting 500 users pattern and it ended up throwing internal server errors for 100+ users. So I assume somehow it still connects to the database? Does anyone know anything about how this work?
My app is hosted on Azure web app with a MySQL app which has maximum 10 connections threadshold limit. That’s why we need a cache plugin that can avoid this max out issue when hundreds or even thousands of visitors accessing the site.
The topic ‘WP Super Cache Plugin Questions’ is closed to new replies.