Skip to content

Use redis for caching

Rafael Reggiani Manzo requested to merge improve_map_loading_performance into master

The file_store (default for production) is as slow as rendering some of the partials again. The memory_store would take at least 1GB of RAM.

Through local tests the redis caching is the one that produced better results. The cached version took half the time of actuallt rendering without cache.

Merge request reports