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.

High Performance Rails

13 pointsby matsuualmost 12 years ago

3 comments

doktrinalmost 12 years ago
Can someone speak to the difference between the two routes shown, and why exactly one is significantly more performant than the other?<p>e.g.<p>link_to 'hello', hello_index_url<p>vs.<p>link_to 'hello', controller: 'hello', action: 'index'<p>The fact that the first resolves orders of magnitude faster than the second seems counter intuitive.
评论 #5802355 未加载
tomfakesalmost 12 years ago
This is a nice overview of how to get the best performance out of modern Rails app.
rapcalalmost 12 years ago
Are 1,000+ models really necessary for a recipe sharing application?