|
|
|
|
|
by acqq
3562 days ago
|
|
Storing a lot of static images as JSON base64 encoded, every 15 seconds is certainly not something that users should be blamed ("some users have 300MB JSON files"), just the poor programming. It would be interesting if somebody would actually analyze what takes the most of the mentioned 300 MB. I see a lot of base64 encoded stuff, if they are "favicons," come-on. There are so many caches in Firefox already, JSON files certainly aren't the place for these images. |
|
But yeah, storing favicon in Session Restore would be pretty bad. I didn't remember that it was the case, though.