View Single Post
Old 02-14-2026, 05:15 PM   #208
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: 9,565
Karma: 6774048
Join Date: Nov 2009
Device: many
But little to nothing was loaded.

I am going to have to really redesign the cache clearing approach. Furthermore based on testing on a Mac I will need to redesign the WebProfileMgr class to make each MainWindow use its own profile.

This change by Qt to use asynchronous cache clearing is really hard to workaround without a structural redesign.

And I tried following Qt guide to disable all caching by setting NoCache in the profiles but it just doesn't work. Internal caches are still being kept.

An interesting redesign process. Mixing asynchronous code with synchronous code is really for the birds!

Last edited by KevinH; 02-14-2026 at 05:19 PM.
KevinH is offline