6 ms·
Funny enough I build an app that is almost identical: http://memeifier.com/ http://memeifier.com/ Code: https://github.com/jkupferman/meme-creator https://gith
by jkupferman 13y ago
Funny enough I build an app that is almost identical: http://memeifier.com/ http://memeifier.com/
Code: https://github.com/jkupferman/meme-creator https://github.com/jkupferman/meme-creator
- p8952 13y agoI see you are using Puma for your rack server, how do you find it performs compared to Unicorn?
- jkupferman 13y agoI haven't done any load testing on this app in particular since it's pretty low volume. However on another high-traffic Rails app I did some benchmarking and found Unicorn to have a 10% faster response time and much less variance at the high end. Obviously YMMV.