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

Site load time improvements #57

Open
dbe opened this issue Jan 4, 2019 · 3 comments
Open

Site load time improvements #57

dbe opened this issue Jan 4, 2019 · 3 comments
Labels
enhancement New feature or request

Comments

@dbe
Copy link
Collaborator

dbe commented Jan 4, 2019

Site is getting a 0 on Google's PageSpeed test.

screen shot 2019-01-03 at 11 05 07 pm

Links to reports:

There are two very low hanging fruit ways to get the PageSpeed score significantly improved.

  1. Set CloudFront file compression on (will likely save 20+ seconds from load time)
  2. Set cache control headers

Great blog post outlining how to do this: https://christianoliff.com/blog/optimizing-cloudfront-performance.

I'd be happy to do this, but it requires CloudFront access.

@austintgriffith
Copy link
Owner

DONE, how does it look?

@austintgriffith
Copy link
Owner

maybe check dendai.io too?

@dbe
Copy link
Collaborator Author

dbe commented Jan 7, 2019

screen shot 2019-01-07 at 9 35 37 am

Wew!

Lol, that was actually a huge improvement, but we were just so far in the doghouse before that it only got us to a 2.

Looks like the next big thing is going to be optimizing the JS. There are a lot of unneeded dependencies getting shipped. Just splitting out dev dependencies and prod ones will be a next big win.

@TimDaub TimDaub added the enhancement New feature or request label Jun 4, 2019
iamonuwa pushed a commit to iamonuwa/burner-wallet that referenced this issue Jul 1, 2019
* Throw error when transaction fails

* Fix typo

* Fix more typos

* Failed tx view

* remove console log
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants