near / Pagoda-Roadmap

Repo for testing GH project management features.
3 stars 0 forks source link

🔰 [Initiative] Near.org UI Performance Improvements #93

Closed charleslavon closed 6 months ago

charleslavon commented 10 months ago

Problem

UI performance of near.org does not match a typical user's expectations, and is extremely poor with an internet speed below 200 Mbps.

Areas for Improvement

  1. Improve performance when running near.org locally via pnpm dev
  2. Improve the fetching of components from the VM. Currently, each URL update refreshes the entire UI (must each URL update re-fetch VM component?)
  3. Improve the Caching of Data fetched by VM components
  4. The Next JS app and how we initialize/use the VM
  5. The VM and how it fetches component code and data

How might we improve UI performance for each of the above areas?

### Related Epics
- [ ] https://github.com/near/near-discovery/issues/380