Cache SettingsΒΆ

Generating map image tile is resource intensive. Mappin’s tile cache allows us to serve a large number of users while maintaining good performance. If a layer is cached, when a map tile is drawn, it will also be saved to disk so that next time the map tile is requested, it can simply be fetched from disk instead of drawing it from scratch. This section details how to work with Mappin’s cache.