TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Autotuner: How to speed up your Rails app

183 pointsby onnnonabout 1 year ago

5 comments

Alifatiskabout 1 year ago
Github: <a href="https:&#x2F;&#x2F;github.com&#x2F;Shopify&#x2F;autotuner">https:&#x2F;&#x2F;github.com&#x2F;Shopify&#x2F;autotuner</a><p>It’s incredible how much Shopify is investing in Rails (&amp; Ruby for that matter).<p>And I assumr the investment is paying off because otherwise they wouldn’t continue like this.
评论 #40157647 未加载
评论 #40157223 未加载
评论 #40163858 未加载
andrewmutzabout 1 year ago
I love to see how active and vibrant the Rails community is. I used to be concerned about the viability of building new companies in Rails, since the ruby share of languages is so low these days. Based on the still-healthy community and the ridiculous productivity level that a developer can have with Rails 7+ (turbo, morph, stimulus) I still think its a fantastic stack to build a company with.
评论 #40160536 未加载
评论 #40158421 未加载
评论 #40160049 未加载
评论 #40158348 未加载
评论 #40161561 未加载
评论 #40160995 未加载
评论 #40164190 未加载
评论 #40161007 未加载
评论 #40160624 未加载
davidingabout 1 year ago
I tried this and couldn&#x27;t get it to work on a Rail 7.1 Ruby 3.2, no output. The readme.md could do with some examples of what sort of recommendations come out. Edit: it outputs metric, just no recommendations so moving on.
kristianpabout 1 year ago
To provide some detail if you haven&#x27;t clicked, it tunes the Ruby garbage collector based on runtime behaviour.
Didahabout 1 year ago
Is there something similar for flask apps that anyone knows of?