TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

High Performance Rails

13 点作者 matsuu大约 12 年前

3 条评论

doktrin大约 12 年前
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 未加载
tomfakes大约 12 年前
This is a nice overview of how to get the best performance out of modern Rails app.
rapcal大约 12 年前
Are 1,000+ models really necessary for a recipe sharing application?