Agile Web Development

Build it. Launch it. Love it.

Plugins Tagged performance

  • Exception Notifier

    The Exception Notifier plugin provides a mailer object and a default set of
    templates for sending email notifications when errors occur in a Rails
    application.

  • Lazy Methods

    Adds lazy method wrapping to every object. Preceding any method with lazy_ will defer the invocation until the result is actually needed. Use this pattern to add caching to your views and still maintain your logic in the controller.

  • dev_mode_performance_fixes

    Misc fixes and speedups to make Rails development mode almost as fast as production in normal use.

  • pg_explain

    This Rails plugin shows the output, in your application log, of applying "Explain" or "Explain Analyze" to the select queries of your rails application. It should be used with a PostgreSQL database.

  • Seamless Database Pool

    Adapter for seamlessly integrating a master/slave database pool for ActiveRecord..

  • faster_from_xml

    This plugin provides a LibXML replacement for the Hash.from_xml method. This provides about a ten fold improvement in performance and can be especially useful in ActiveResource backed applications.