When I’m not logged in site as a user, the page loads from the cache, but when I’m logged in as a user, it has to get my information from the database and it takes a long time.
what can I do?
When I’m not logged in site as a user, the page loads from the cache, but when I’m logged in as a user, it has to get my information from the database and it takes a long time.
what can I do?
Hi there,
I was checking your setting and see no reason why it should be slower loading when logged in, however, having tested many WP websites, I would strongly advise not caching /wp-admin, this might be at least part of the issue since it could lead to caching issues.
To stop wp-admin caching go to Caching
→ Cache Rules
→ Create rule
, fill it like this and press save:
After that clear your own browser cache before testing.
Test it out and let us know how it went.
Take care.
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.