[ 原始碼: ruby-bullet ]
套件:ruby-bullet(7.2.0-1)
ruby-bullet 的相關連結
Debian 的資源:
下載原始碼套件 ruby-bullet:
維護小組:
- Debian Ruby Team (QA 頁面, 郵件存檔)
- Cocoa (QA 頁面)
外部的資源:
- 主頁 [github.com]
相似套件:
ActiveRecord helper for detecting performance issues
The Bullet gem is designed to help you increase your application's performance by reducing the number of queries it makes. It will watch your queries while you develop your application and notify you when you should add eager loading (N 1 queries), when you're using eager loading that isn't necessary and when you should use counter cache.
Best practice is to use Bullet in development mode or custom mode (staging, profile, etc.). The last thing you want is your clients getting alerts about how lazy you are.
其他與 ruby-bullet 有關的套件
|
|
|
|
-
- dep: ruby-activesupport (>= 2:3.0.0)
- collection of utility classes used by the Rails framework
-
- dep: ruby-uniform-notifier (>= 1.11)
- Uniform notifier for a number of platforms