I am new node guy and ran some tests one my website for speed efficiency. I got two really bad scores in these sections:
I looked into this and saw .htaccess solutions. From what I've read .htaccess is only supported on Apache servers. Node.js creates the server and therefore having an Apache install is useless.
I've seen some .htaccess alternatives for node but none seem to offer a fix to this issue. I also do not want to install npm modules that are too large.
What's the best solution?