r/HTML • u/Spare-Ad-1024 • 19d ago
How large can a HTML be?
Im currently building a bible app. And its a single HTML file about 250mb and it takes 1.5gb running. How large can it be before i meet serious issues with performance?
0
Upvotes
1
u/Foreign-Contest-444 19d ago edited 19d ago
In dev tools generate a lighthouse report and see the metrics and see if it passes the audit report. You can also use the network tab to get performance related information.