Page MenuHomePhabricator

Optimistic saving
Closed, ResolvedPublic

Description

We should adapt the save prediction / optimistic parsing logic in VisualEditor and provide it for the standard wikitext editor. See T58011 for the full description.

Adding Roan as CC since he implemented this for VisualEditor and thus may have useful feedback.


Version: 1.24rc
Severity: enhancement

Details

Reference
bz64767

Event Timeline

bzimport raised the priority of this task from to Medium.Nov 22 2014, 3:09 AM
bzimport set Reference to bz64767.

Some things to account for:

  • Account for use of rev ID parser functions (e.g. don't cache at all)
  • Use of parser timestamp functions lower TTL appropriately (or don't cache in some cases too)
  • Account for user prefs and options fully (they might change before the actual "save" click)
Tgr set Security to None.