-
Notifications
You must be signed in to change notification settings - Fork 662
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
High Memory and CPU Usage in pgAdmin 8.12 Web Interface Causes Browser Freezing #8113
Comments
This is a critical problem that leads to major errors and forces an exit from the web version. In many scenarios, I encountered this issue even in the very initial steps, not only in more complex ones. For example, it occurred when simply selecting a database or checking statistics from the dashboard. |
@masoudChd |
@akshay-joshi |
@MostafaHassanzadeh |
No response from author, hence closing the issue. |
n version 8.12 of pgAdmin, there is a bug that causes excessive memory and CPU usage on the client side when using the web interface. This issue leads to frequent browser freezing, significantly impacting usability. It appears that the web interface consumes resources continuously, even during idle periods.
Steps to reproduce:
Open the pgAdmin 8.12 web interface in any modern browser (tested on Chrome, Firefox).
Perform any basic operations, such as viewing tables or running queries, or leave the interface idle.
Monitor memory and CPU usage, which will spike and remain high over time.
The browser becomes unresponsive or crashes after prolonged use.
Expected behavior: The web interface should maintain stable memory and CPU usage without causing the browser to freeze.
Please address this issue in future updates, as it limits the usability of pgAdmin for regular database management tasks.
The text was updated successfully, but these errors were encountered: