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

optimization: experiment with next.js SSR (server side rendering) #272

Open
amilajack opened this issue Dec 11, 2020 · 2 comments
Open

optimization: experiment with next.js SSR (server side rendering) #272

amilajack opened this issue Dec 11, 2020 · 2 comments
Labels

Comments

@amilajack
Copy link
Member

Another alternative to snap-js is server side rendering with next.js! Its made by vercel and its a very popular option for server side rendering! I think we should experiment by implementing both options and measuring the performance of each one.

@hamirmahal
Copy link
Member

Is #16 a prerequisite to this? I kind of treat our issues as a stack rather than a queue, tackling the most recent issues first instead of the earliest ones.

@amilajack
Copy link
Member Author

amilajack commented Dec 12, 2020

Unfortunately, that algorithm is suboptimal when it comes to improving the user experience. The ideal algorithm optimizes for the best user experience first. The algorithm I use is:

  1. list all p0 and bug tickets
  2. go through all of them and review them so I have context
  3. determine which of those tickets improves the user experience the most (hint: this is a greedy algorithm 😉 )
  4. work on that ticket

@amilajack amilajack added the perf label Dec 12, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants