I am hosting an Ionic-React web app via firebase-hosting here:
https://drakapoor-65d6d.web.app/
I ran a lighthouse audit on the page via chrome dev-tools and got a very poor performance rating...
I am not able to understand which part of the code is causing the score to fall.
I've commented on all the routes and components for this demo, even removed the fonts, if you try to run the Lighthouse via chrome dev tools and go to "View Original Trace", It'll show the detailed analysis of the website, Below is the result that came out:
Now, if you see around 4 seconds are lost trying to load a specific chunk "https://drakapoor-65d6d.web.app/static/js/6.53bd499b.chunk.js", I have no idea what's in it, I've commended the entire project and deployed. How can I get rid of this? what is going on, I am clueless to even proceed in any direction...
LightHouse score: here if you see the largest contentful paint and speed index are very poor, what Is causing this? I'm barely even doing anything..
please let me know if I can provide anything that'll help you help me, thanks.


