ga-wdi-boston / ember-inspector

Using the Ember Inspector to explore an Ember app.
Other
0 stars 108 forks source link

Console message not the same as what is in the study #22

Open alexkarasik opened 7 years ago

alexkarasik commented 7 years ago

Our study says we should see this:

Build successful - 9951ms.

Slowest Trees                                 | Total
----------------------------------------------+---------------------
ConcatWithMaps                                | 6567ms

Slowest Trees (cumulative)                    | Total (avg)
----------------------------------------------+---------------------
ConcatWithMaps (4)                            | 6622ms (1655 ms)
Babel (4)                                     | 1088ms (272 ms)

In my terminal, I see this:

Build successful - 30150ms.

Slowest Trees                                 | Total               
----------------------------------------------+---------------------
broccoli-persistent-filter:Babel              | 12984ms             
broccoli-persistent-filter:Babel > [Babel:... | 4801ms              
broccoli-persistent-filter:Babel > [Babel:... | 4090ms              
broccoli-persistent-filter:Babel > [Babel:... | 1692ms              

Slowest Trees (cumulative)                    | Total (avg)         
----------------------------------------------+---------------------
broccoli-persistent-filter:Babel (5)          | 14345ms (2869 ms)   
broccoli-persistent-filter:Babel > [Ba... (1) | 4801ms              
broccoli-persistent-filter:Babel > [Ba... (1) | 4090ms              
broccoli-persistent-filter:Babel > [Ba... (1) | 1692ms 

My local host is rendering what it is suppsosed to I think (a super rentals page), but I wasn't sure what to make of this indiscprepancy.