Hi, @wondercrazy
Thank you for your comment.
I have a few questions to help solve the problem.
- Which version of WordPress are you using?
- Which version of this plugin are you using?
- Does it only happen to logged-in users?
- I’m using this plugin on my site and I’m wondering if the same thing is happening?
Please answer if you want.
Thanks
Hi Takashi
1. I am using WordPress 5.8.1 version
2. Plugin version is Version 1.4.0
3. Yes this issue is happen to logged-in users
4. I have also test in your site It’s working properly
Here is https://dfwtargetmarketing.com/ site and I’m facing this issue when users are login
Please solve this issue ASAP!
Thanks
Hi, @wondercrazy
Thanks for the reply.
For logged-in users, it depends on the processing speed of the web server and database (MySQL). Logged-in users communicate with the database asynchronously, so if it takes a long time to update the database, the WebUI may become inconsistent.
You may be able to adjust the function in line 80 of “/assets/list.js“.
Try changing the “600” in line 101 to “1000” or higher.
This will increase the time to wait for a response from the database.
You can try it by setting up a development environment. I don’t recommend using it on a public theme right away.
Thanks