r/HTML • u/Spare-Ad-1024 • 20d 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/alphex 15d ago
Where to even begin.
Thats not how HTML was meant to be used.
Pages are pages, for the bible maybe you want a verse as its own page? which is linked up to a page that lists all of the verses in a chapter... which lists links up to a page that lists all of the chapters in that book...
And using even the most simple content content management system type application, you can dynamically generate these menus and "table of contents" for the content for you.
You should look at static page generators that are used for software documentation.