What are the Google Lighthouse performance capabilities with Meteor?
It really depends on certain factors, like if the app is behind an authentication screen or if it is optimized for Lighthouse, for example.
Â
If the application is built without performance and the web standards in mind, it will perform poorly.
Â
Meteor Framework has all the capabilities to perform well if build with good practices like code-splitting, optimal API requests, and so on. That’s why it depends on the developer experience and if they are targeting the Google Lighthouse performance measure.
Â
Some good open source examples: