diff options
author | Rodrigo Arias Mallo <rodarima@gmail.com> | 2025-08-03 15:12:04 +0200 |
---|---|---|
committer | Rodrigo Arias Mallo <rodarima@gmail.com> | 2025-08-11 21:43:10 +0200 |
commit | 9a7063837431d803075484c66078f6af39718516 (patch) | |
tree | e044c120b72ee6073419181ca8fcad089e853d88 /src/bookmark.c | |
parent | 1a885c25f7ad7eb217d9b2f0ab477ab1b7be6433 (diff) |
Add dicache meaning: decompressed image cache
From Livio Baldini Soares:
> Let me clarify a little bit about what the dicache is.
>
> This is how Dillo works. When you ask for a URL (be it a root URL,
> like a HTML, or an image embedded in a page), it looks it up in a
> _memory_ cache. If it's already there it returns the content of the
> cache, and if not it makes a connection to retrieve that URL.
>
> But there is a complication with respect to images. The images which
> are downloaded need to be decompressed to be displayed (that is,
> transformed from their original format, jpeg, gif, etc, to a bitmap
> format). So for images, first the dicache (_d_ecompressed _i_mage
> cache) is checked, then the cache, then finally it is retrieved from
> the site. The problem with dicache is that it eats up a *LOT* of
> memory, and the only benefit is the processing time of transforming
> from the original format to the bitmap. That's why the default is NO.
See: https://dillo-dev.auriga.wearlab.narkive.com/TYZWEMgE/how-to-use-dicache#post3
See: https://github.com/dillo-browser/dillo/issues/249#issuecomment-2295040723
Diffstat (limited to 'src/bookmark.c')
0 files changed, 0 insertions, 0 deletions