Problem/Motivation
Route preloading helps to avoid DB queries, but it comes with the cost to unserialize more than actually needed.
Proposed resolution
Still load the preloaded routes, but just unserialize on the fly.
Route preloading helps to avoid DB queries, but it comes with the cost to unserialize more than actually needed.
Still load the preloaded routes, but just unserialize on the fly.