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

PERFORMANCE: Improve initial page load experience #307

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

ZibanPirate
Copy link
Member

Description

Performance improvement branch, resolves #306

please branch out of feat/improve_initial_page_load_experience for any changes related to performance improvement

Tasks

  • Prioritize content loading over unnecessary assets that can be lazy-loaded (for example article content over GH contributors)
  • Dynamically render components
  • Cache Backend-to-data source requests/queries
  • Consider SSR
  • Do more work on the backend (for example fetching contributors lists and returning their avatars).

Type of change

  • Bug fix (non-breaking change which fixes an issue)

@ZibanPirate ZibanPirate added enhancement New feature or request good first issue Good for newcomers task Task labels May 23, 2021
@ZibanPirate ZibanPirate force-pushed the feat/improve_initial_page_load_experience branch from c9975fa to 97d986e Compare June 18, 2021 12:05
@ZibanPirate ZibanPirate force-pushed the feat/improve_initial_page_load_experience branch from 97d986e to 97f07b8 Compare July 3, 2021 19:42
@ZibanPirate ZibanPirate self-assigned this Oct 16, 2021
@ZibanPirate ZibanPirate changed the title Performance: Improve initial page load experience PERFORMANCE: Improve initial page load experience Mar 19, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers task Task
Projects
Status: Backlog
Development

Successfully merging this pull request may close these issues.

Perf: Improve initial page load experience
1 participant