This way, no chrome request will ever fail due to a `database lock` error, which happens when a write operation is being performed by another `IRequestHandler`s. This fixes #3040.
Also, the overall speed of page rendering is much improved, as a typical request (e.g. `/project/timeline`) typically translates into nearly 20 `GET /project/chrome/*` secondary requests.