Page MenuHomePhabricator

Make Phacility instances come up faster
Closed, ResolvedPublic

Description

Phacility instances come up pretty fast right now, but they could be faster. One easy thing we could do is skip database verification on initialization, since we know we're initializing into a good state and verification is somewhat slow.

A more involved thing we could do is pre-allocate databases, although this seems very complicated and probably not worth it. Providing a UI (T5166) is probably a better improvement here than adding a lot of complexity to save a couple of seconds.

Related Objects

Event Timeline

epriestley raised the priority of this task from to Needs Triage.
epriestley updated the task description. (Show Details)
epriestley added a project: Phacility.
epriestley moved this task to Backlog on the Phacility board.
epriestley added a subscriber: epriestley.
epriestley claimed this task.

I fixed some issues with this and added --no-adjust since it shouldn't be necessary if we're doing things right and they seem to come up pretty fast now.