Skip to content

build: improve WASM webui performance #612

Open
@adamdecaf

Description

@adamdecaf

The webui built with fyne is slow on some browsers. This is a known issue within fyne as it paints a big <canvas> element (that looks identical to desktop GUIs).

This is a known issue with Fyne, see fyne-io/fyne#2803, fyne-io/fyne#5216

Possible Solutions

  • Shrink the wasm bundle by removing deadcode
  • Simplify the webui interface (fewer nested elements, less callback and animations)

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or requesthelp wantedExtra attention is needed

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions