Skip to content

Latest commit

 

History

History
38 lines (18 loc) · 706 Bytes

README.md

File metadata and controls

38 lines (18 loc) · 706 Bytes

ember-renderspeed

A script for instrumenting rendering speed in an Ember.js Application.

Installation

You can install ember-renderspeed using Bower:

bower install ember-renderspeed

(Or if you wish, simply download the script from github and put it in your project.)

Usage

Include the script in your Ember.js project. Open your developer log and you'll see a nice expandable graph of rendering speeds:

ember-renderspeed screenshot

You can use it to figure out what bits of rendering are taking the longest.

Authors

Robin "Evil Trout" Ward

License

MIT