Skip to content

After centralising optimisation TELBlazor do same for LH #116

@Phil-NHS

Description

@Phil-NHS

This kind of stuff plus broti AOT maybe?

true
  <!--
Trim culture-specific resources to reduce WASM download size.
Current reasoning: Our app only targets invariant formatting (no multi-culture UI).
Trade-off: Any culture-specific number, date, or currency formatting will not work.
Remove if your app needs localized formatting.

-->
true

  <!--
Trim timezone support to reduce WASM size.
Current reasoning: Our app only uses UTC or fixed offsets; we don't need full client-side timezone info.
Trade-off: Client-side timezone conversions will not work.
Remove if your app displays local time or uses time zone conversions.

-->
true
false

  <!--
Strip collation data for different cultures.
Current reasoning: Only invariant string comparisons/sorting are needed, reducing payload size.
Trade-off: String comparison may behave differently across cultures; e.g., sorting might be incorrect for localized strings.
Remove if your app relies on culturally correct string comparisons/sorting.

-->
false

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