W3C MEIG monthly meeting: Performant TV applications
  • Past
  • Confirmed

Meeting

Event details

Date:
Coordinated Universal Time
Status:
Confirmed
Groups:
Media and Entertainment Interest Group ( View calendar)

Building a performant and polished UI for a TV application using HTML is extremely difficult. While devices have steadily increased their processing power, the CPU is heavily taxed by JavaScript and HTML rendering. Users expect a polished interface with gradients, drop shadows, animations and performance of a native app. However, the more complicated the UI the less time there is to use the main thread to do API / business logic work. In order to achieve 60fps, there is 16ms of processing time per frame and the browser will use most of that to do housekeeping work (see web.dev article on Rendering Performance). Even without any business logic, the UI is regularly janky and with business logic and API calls and lazy loading data, the performance of the UI is too poor to ship to customers.

This is a follow up to our previous discussion during TPAC 2021.

Agenda

  • Welcome and AOB
  • Performant TV applications (Chris Lorenzo, Comcast)
  • Open discussion
  • Next steps

Export options

Personal Links

Please log in to export this event with all the information you have access to.

Public Links

The following links do not contain any sensitive information and can be shared publicly.

Feedback

Report feedback and issues on GitHub.