Earliest point to send an HTTP request?

My product relies on DB queries - the earlier they are sent and processed the earlier my users get to a usable state.

How do I make sure I’m sending out these queries as early as possible? The engine does a lot of initialization before my code in AGameMode::InitGame gets called.