Page MenuHomePhabricator

FlowHooks::getOccupationController() should not be called on every page view
Open, LowPublic

Description

It should be possible to lazy load this?

Event Timeline

Legoktm raised the priority of this task from to Needs Triage.
Legoktm updated the task description. (Show Details)
Legoktm added a project: StructuredDiscussions.
Legoktm subscribed.
Restricted Application added a subscriber: Aklapper. · View Herald Transcript

It's called in both the extension function and:

// Initialized in FlowHooks to facilitate only loading the flow container
// when flow is specifically requested to run. Extension initialization
// must always happen before calling flow code.
$c['occupation_controller'] = FlowHooks::getOccupationController();
Catrope triaged this task as Medium priority.Jul 22 2015, 11:29 PM
Catrope lowered the priority of this task from Medium to Low.
Catrope set Security to None.