View Single Post
Old 11-21-2020, 01:47 PM   #7
KevinH
Sigil Developer
KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.
 
Posts: 8,860
Karma: 6120478
Join Date: Nov 2009
Device: many
To speed up loading, you may want to turn off "Mend on Open" in Sigil preferences. But we still check for not well-formed html (even if you decide to not auto fix things) and that involves reading in each xhtml file and parsing it with a strict xml parser to look for errors.
This is what takes the most time even using multiple threads to do the testing.

For a future release, I will see if there is a way to easily prevent the well-formed check on initial load.
KevinH is online now   Reply With Quote