View Single Post
Old 01-04-2022, 10:48 PM   #71
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,804
Karma: 6000000
Join Date: Nov 2009
Device: many
When files are moved, especially when css files are moved and images are moved, each css sheet is parsed to look for url(), background images, importing other css files, etc and any that need updated due to the file move. That is true of page maps and templates that link to any files moved. So all of that is expected behaviour given the movement of that file or links into that file or out of that file.

In an unrelated change, I tried to speedup OPF parsing itself to try to speed up adding blank xhtml files. You are probably seeing those slight speedups in your timings as Importing an Epub is only a light user of opf parsing in general. Mainly just the manifest.

Last edited by KevinH; 01-04-2022 at 10:52 PM.
KevinH is online now   Reply With Quote