Page MenuHomePhabricator

Improve editor loading experience
Open, LowPublic

Description

From the performance review in T361070, specifically see T361070#9758085.

Problem

Currently when a user navigates to one provider editor page they get a blank markup until the full editor loads. The time to the first meaningful editor paint is comprised mainly between (1) loading the message keys for the form labels, help texts, etc (2) Form render time.

This task needs refinement and to be split into performance optimizations, instrumentation and UI improvements.

Open questions

  • How can the message keys computation be optimized?
  • ...
Acceptance criteria

Event Timeline

Restricted Application added a subscriber: Aklapper. · View Herald Transcript
Sgs renamed this task from Improve editor loading state to Improve editor loading performance.May 8 2024, 9:08 AM
Sgs renamed this task from Improve editor loading performance to Improve editor loading experience.