I'm running Puma in Windows Subsystem for Linux, installing it was a breeze and it worked right away but serving static files is horribly slow. It takes more than 8 seconds to serve them:
Any ideas what's going on or how to fix it? The app itself is running at a good speed.
I run puma by executing:
rails s Puma
Other than adding the gem to my Gemfile, I haven't made any particular configuration for Puma.