Fix login issue for HyperDB
If using HyperDB, or any advanced database plugin that allows for Writer/Reader configurations, for your WordPress setup, you may notice a common issue with logins not working properly. The issue here is the latency from the Writer DB and the Read Replicas. To resolve this issue, just add a sleep for 1 second. I have…