Skip to content
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

MinIO GUI Rendering Slowdown When Browser Developer Tools are Open #3413

Closed
leo03164 opened this issue Jul 24, 2024 · 1 comment
Closed

MinIO GUI Rendering Slowdown When Browser Developer Tools are Open #3413

leo03164 opened this issue Jul 24, 2024 · 1 comment

Comments

@leo03164
Copy link

leo03164 commented Jul 24, 2024

NOTE

If this case is urgent, please subscribe to Subnet so that our 24/7 support team may help you faster.

Expected Behavior

Render fast

Current Behavior

Render too slow

Possible Solution

Maybe need to look the frontend source code?
I think something that calculates slowly in frontend

Steps to Reproduce (for bugs)

  1. Open minio web GUI
  2. Click F12 to open dev tool
  3. Reload page
  4. You can get a slow render result

Context

If you open the browser dev tool when you open minio GUI
You will find the browser render speed is too slow.

Regression

Is this issue a regression? (Yes)

Your Environment

  • Version used (minio --version):
  • Server setup and configuration:
  • Operating System and version (uname -a):

I install minio by docker compose

services: minio: image: minio/minio:RELEASE.2024-07-04T14-25-45Z-cpuv1 container_name: minio restart: unless-stopped volumes: - /home/leo/minio-disk/data:/data - /home/leo/minio-disk/config:/root/.minio environment: - MINIO_ROOT_USER=root - MINIO_ROOT_PASSWORD=test - MINIO_CONSOLE_ADDRESS=:9001 network_mode: host. command: server http://192.168.2.249/data http://192.168.2.250/data http://192.168.2.251/data http://192.168.2.252/data

2024-07-24.4.22.25.mov
@harshavardhana harshavardhana transferred this issue from minio/minio Jul 24, 2024
@cesnietor
Copy link
Collaborator

@leo03164 your request from devTools is throttled, disable it.:

Screenshot 2024-07-24 at 9 58 03 AM

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants