Page MenuHomePhabricator

Cache more tiles
Closed, DeclinedPublic

Description

I found the same tile sets loading over and over. Instead lets increase our cache size so that we fetch less.


Version: unspecified
Severity: enhancement

Details

Reference
bz39714

Event Timeline

bzimport raised the priority of this task from to Lowest.Nov 22 2014, 12:45 AM
bzimport set Reference to bz39714.
bzimport added a subscriber: Unknown Object (MLST).

I don't think there's any way to change the WebView's cache size; potentially we could make sure that Leaflet doesn't discard tiles as quickly as it does, but I'm a bit unsure how.

The 'reuseTiles' option on TileLayer _might_ or might not help (or it might just more actively recycle the tiles :)

http://leaflet.cloudmade.com/reference.html#tilelayer

It's issues like this that make me want to go native for tiles.

Overly complicated for now, requires some exploration. tabling for now.

[Closing as "WONTFIX" to get rid of the deprecated "LATER" resolution]