Skip to content

Effect on bundle size / main thread parsing time, etc #71

Open
@matthewp

Description

@matthewp

My uneducated read of this proposal is that it will encourage people to use features like Workers (pending whatwg/html#6911) more often, good, but it will also encourage them to put their worker code in the same script that their main-thread code is in, potentially bad.

What effect will this have on the bundle size of main-thread scripts? What effect will it have on parse-time, and real world Time to Interactive (TTI)?

Is there anything in the proposal that aims to limit the performance degradation caused by combining code from 2 files, that run in different threads, into 1 file?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions