Skip to content

Improve caching for firefox favicons

Alexander Lohnau requested to merge work/reuse_favicon_instances into master

When we create/delete a FaviconFromBlob instance the cache is cleared. If we create and delete the instance for every match session the cache is consequently for every match session cleared.
This is quite wasteful, especially considering that the Kicker backend also uses the bookmarks runner.

@davidedmundson @meven

Edited by Alexander Lohnau

Merge request reports