gambino's avatar

Why is chrome renderer taking 4GB of memory?

Hi guys, Chrome is really slow when I have the inspect open, my project is just built on Laravel/Inertia/React and I am using Tailwind css.

I've turned off the network recording, tried Brave browser but to no avail. what could be the issue?

0 likes
4 replies
Tray2's avatar

There are millions of reasons for this.

Here are some.

  1. Bad queries.
  2. Fetching more data than you need.
  3. No indexes (see bad queries).
  4. Huge images
  5. You do too much client side.
2 likes
gambino's avatar

@Tray2 Thanks for the reply, I don't fetch any data or use any queries It's a static page with styled text and media, the images and videos combined are 3Mb, would it take that much memory? I Noticed it goes slower over time when I'm making changes.

Please or to participate in this conversation.