mirror of
https://github.com/discourse/discourse.git
synced 2025-09-07 12:02:53 +08:00
Added ember-renderspeed library for profiling rendering. Removed old probes stuff that
that was just profiling the run loop.
This commit is contained in:
parent
0e494c7303
commit
b11e1f8b40
3 changed files with 103 additions and 72 deletions
|
@ -220,7 +220,6 @@ Discourse = Ember.Application.createWithMixins(Discourse.Ajax, {
|
|||
Discourse.KeyValueStore.init("discourse_", Discourse.MessageBus);
|
||||
|
||||
// Developer specific functions
|
||||
Discourse.Development.setupProbes();
|
||||
Discourse.Development.observeLiveChanges();
|
||||
Discourse.subscribeUserToNotifications();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue