Tigran Nazaryan
Tigran Nazaryan

Reputation: 1

Why React Lazy Loading generating one big chunk?

I'm trying to increase my website performance. I did a lot of research and found a code splitting. I have tried both React Lazy load and Loadable Components. I have got a result but not that big.

I think the problem is the big chunk which is 600 kb. For getting where it comes from I've named all my chunks which I'm lazy loading. And all the chunks are renamed expect that big one.

Check my network and u will see that chunk

Can somebody explain me what it is and how it is generated ?

Thanks in advance. Best regards

Upvotes: 0

Views: 218

Answers (0)

Related Questions