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.
I found that rails was slow startup because i was running it on ntfs drive /mnt/c etc.
When running rails in WSL which you can get to with cd ~ in wsl. My speed problems were resolved.