profiler icon indicating copy to clipboard operation
profiler copied to clipboard

Homepage startup speed improvements

Open julienw opened this issue 4 years ago • 0 comments

Profile: https://share.firefox.dev/3nxO0rj

Main take aways:

  • before-load.js takes a lot of time => we could at least inline it inside index.html. But we can also look at whether it could be changed: the redirection part could possibly be replaced with Clear-Site-Data (if netlify allows it). Maybe it's also fine that this script is ran with "async" attribute, we may not need it to be synchronous.
  • extracting CSS could be useful
  • preloading app.ftl for english could be good

┆Issue is synchronized with this Jira Task

julienw avatar Jan 17 '22 14:01 julienw