Cache screenshots to avoid downloading them over and over
AbandonedPublic

Authored by jgrulich on Mar 23 2017, 10:55 AM.

Details

Reviewers
apol
Summary

This makes screenshots to be stored in cache and used next time from cache. Right
now the backend downloads them over and over, which sometimes take a while and also
saves data usage.

Diff Detail

Repository
R134 Discover Software Store
Branch
screenshot-caching
Lint
No Linters Available
Unit
No Unit Test Coverage
jgrulich created this revision.Mar 23 2017, 10:55 AM
Restricted Application added a project: Plasma. · View Herald TranscriptMar 23 2017, 10:55 AM
Restricted Application added a subscriber: plasma-devel. · View Herald Transcript
apol edited edge metadata.Mar 23 2017, 12:08 PM

Please try using QNetworkDiskCache.

apol requested changes to this revision.Mar 23 2017, 12:08 PM
This revision now requires changes to proceed.Mar 23 2017, 12:08 PM
jgrulich abandoned this revision.Mar 23 2017, 3:03 PM

Using more simple and different approach.