Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[EN] Don't run irrelevant JS on phones #8

Open
1 of 3 tasks
JeS24 opened this issue Jul 23, 2023 · 5 comments
Open
1 of 3 tasks

[EN] Don't run irrelevant JS on phones #8

JeS24 opened this issue Jul 23, 2023 · 5 comments
Labels
enhancement New feature or request frontend HTML / JS / CSS related reports good first issue Good for newcomers perf Site / pipeline performance related reports

Comments

@JeS24
Copy link
Collaborator

JeS24 commented Jul 23, 2023

Feature request / Suggestion

The webapp can be sluggish on low / mid-range phones. Prima facie, the following seem to be the culprit:

  • Many event listeners, some of which are probably unnecessary on phones.
  • Copious use of CSS blur(), some of which are not even supported on phones.

Possible implementation

Some suggestions:

  • Things like resize event-listeners are probably not needed on phones.
  • Split JS for phone and desktop.

Other details

Self-check

@JeS24 JeS24 added enhancement New feature or request good first issue Good for newcomers frontend HTML / JS / CSS related reports perf Site / pipeline performance related reports labels Jul 23, 2023
@JeS24 JeS24 assigned JeS24 and unassigned JeS24 Jul 23, 2023
@github-actions
Copy link

This issue is stale because it has been open for 60 days with no activity. Remove stale label or comment to re-open.

Copy link

github-actions bot commented Dec 1, 2023

This issue is stale because it has been open for 60 days with no activity. Remove stale label or comment to re-open.

Copy link

This issue is stale because it has been open for 60 days with no activity. Remove stale label or comment to re-open.

@JeS24 JeS24 removed the stale-issue label Feb 1, 2024
@JeS24 JeS24 assigned JeS24 and unassigned JeS24 Mar 11, 2024
Copy link

This issue is stale because it has been open for 60 days with no activity. Remove stale label or comment to re-open.

Copy link

This issue is stale because it has been open for 60 days with no activity. Remove stale label or comment to re-open.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request frontend HTML / JS / CSS related reports good first issue Good for newcomers perf Site / pipeline performance related reports
Projects
None yet
Development

No branches or pull requests

1 participant