mars / heroku-cra-node

⚛️ How to use create-react-app with a custom Node server on Heroku
MIT License
927 stars 226 forks source link

compression not working #46

Closed rickithadi closed 4 years ago

rickithadi commented 4 years ago

running a lighthouse audit gives a very poor performance rating(in single digits). Is compression enabled for the for the react front end?

mars commented 4 years ago

This example app is made to present a minimal app that builds & runs using Heroku, a starting point for Heroku deployment.

Everything this example app does is right there in the JavaScript code.

Setup Express with compression if you desire… it's not part of this all-in-one design example.