player-ui / tools

A Place for tooling related to Player
MIT License
9 stars 12 forks source link

[Research] Content Complexity Categorization #161

Closed hborawski closed 3 months ago

hborawski commented 3 months ago

Description

For products that enforce rendering budgets, or SLAs for rendering time we need a way to quantify the complexity of content, and assign it a weighted value to represent its cost on the user device.

Explore static analysis approaches for Player content for categorizing based on complexity.

Outcome

This research task should create a new enhancement issue for final implementation, with guidance on approach from this research.

KetanReddy commented 3 months ago

Basic example started in this branch with a couple to-dos

KetanReddy commented 3 months ago

Made #162 to track next steps