Page MenuHomePhabricator

Defer compression of templatedata property
Closed, ResolvedPublic1 Estimated Story Points

Description

Compression of the templatedata property, which isn't needed to output the page, can be deferred until LinksUpdate update, using the LinksUpdate hook. gzencoding of data in the 64 KB range can take up to 15 ms.

Event Timeline

Cenarium raised the priority of this task from to Low.
Cenarium updated the task description. (Show Details)
Cenarium added a project: TemplateData.
Cenarium subscribed.
Cenarium renamed this task from Defer compressing of templatedata property to Defer compression of templatedata property.Jan 27 2016, 11:57 AM
Cenarium set Security to None.

Not sure if we should do this here since there's a warning if the size is exceeded.
We could avoid doing the encoding twice though.

Not sure if we should do this here since there's a warning if the size is exceeded.
We could avoid doing the encoding twice though.

Avoided encoding twice in https://gerrit.wikimedia.org/r/#/c/266661/. Can't be deferred since there's a warning.

Jdforrester-WMF set the point value for this task to 1.