IconProvider: Add memory cache for imageForUrl

Authored by drosca on Apr 11 2018, 4:05 PM.

Description

IconProvider: Add memory cache for imageForUrl

During page load there may be a lot of requests for page favicon
until the page favicon is actually loaded.
Using cache (last 100 results) will reduce multiple database
queries during page load to at most one.

Details

Committed
droscaApr 11 2018, 4:24 PM
Parents
R875:977bce9886c4: IconProvider: Use SqlQueryJob to save icons to database
Branches
Unknown
Tags
Unknown