Run production mode
Always run the public server with NODE_ENV=production. Noderyx then caches view discovery, parsed trees, static reads, hashes, and both Gzip and Brotli variants, with bounded cache sizes for small servers.
NODE_ENV=production npm start
Dynamic HTML uses low-CPU Gzip; static CSS and JavaScript use cached Brotli when the browser supports it.