boomerang icon indicating copy to clipboard operation
boomerang copied to clipboard

Performance Audit 2017: Investigate areas during plugin init() that could be deferred to later

Open nicjansma opened this issue 7 years ago • 0 comments

We should audit all plugins' init() to see if there's any work being done that could be deferred to later (e.g. beacon).

Work during init() is on the critical path to page load. If there are operations we can wait on until beacon (after onload), we should.

nicjansma avatar Dec 22 '17 15:12 nicjansma