• Resolved Moobs

    (@nickyb713)


    I just started using this plugin on a fresh install and server. After updating my.cnf to tweak a couple settings I restarted the mysql server.

    The “Maximum No. of Connections” in the dashboard for basic information is still displaying 151 even though that variable has changed. But if you look “Advanced Database Information” > “max_connections” the new value displays correctly. MySQL is also reporting the new max connection value as well.

    The admin area does not get cached, but to be sure I also cleared everything including browser cache for the heck of it too.

    • This topic was modified 3 years ago by Moobs.
Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter Moobs

    (@nickyb713)

    Displaying correctly now, not sure what changed.

    Plugin Author iSaumya

    (@isaumya)

    Hi @nickyb713,
    Nothing is changed. I totally understand your problem and let me explain why it happened. You see the plugin cached many information that is shown in the WP Admin dashboard using WP Transient Cache. This is because as the dashboard page is access a lot, without caching those info would cause unnecessary high load to the server.

    So, when you changed your server config and checked the dashboard, it was showing the cached info, but the detailed database page was showing correct info as it was fetching directly from the server.

    You can also purge the cache from the WP Admin Menu Bar: https://i.imgur.com/BoyeOWj.jpeg
    Just click on it and wait for a few seconds for the cache to be purged and then refresh the page.

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Bug – Incorrect Max Connections For Basic Info?’ is closed to new replies.