Skip to content

Separate emoji from the main autocomplete_sources file.

Connor Shea requested to merge autocomplete-perf into master

What does this MR do?

Separates the emoji autocompletion data from the mainautocomplete_sources.json file.

Why was this MR needed?

This is the first step toward making the autocomplete_sources.json file load significantly less data on every page load.

What are the relevant issue numbers?

#13299 (closed)

Screenshots (if relevant)

Before:

Screen_Shot_2016-05-27_at_2.57.05_PM

After:

Screen_Shot_2016-05-27_at_2.57.30_PM

Merge request reports