Support: Perforator - Ember Performance Extension
Item logo image for Perforator - Ember Performance Extension

Perforator - Ember Performance Extension

4.1(

7 ratings

)
ExtensionDeveloper Tools244 users

7 support issues

  • All
  • Questions
  • Suggestions
  • Problems

Roman Shterenzon

Dec 22, 2015

Parent element might not be there after render

With a loading view, for instance.
So the extension crashes on parent.removeEventListener('click', handleClick); in runOnTransitionEnd, because the obj.element.parentElement is null.

Sergio Arbeo Rodríguez

Oct 26, 2015

CSS breaks my app

The first selector of in-page-styles.css breaks my app.

.ember-view:hover {
overflow: visible;
}

It is a scroll panel with a spy and that resets the scroll.

garris shipon

Oct 23, 2015

Times Hidden not persistent on reload

Would be nice if it would not always insert times into the view on reload.

Igor Rogatty

Oct 23, 2015

Doesn't work with Ember loaded asynchronously

In our app we load Ember and other JavaScript assets on DOMContentLoaded event so they don't block rendering.

If I understand the code correctly this extension checks for Ember existance only once:
inPageScript.onload = afterInjection;

Ember Inspector doesn't have this problem so it should be possible to fix. Thanks in advance :)

Selva Ganesh

Oct 23, 2015

Doesn't seem to detect the Ember app

I installed the chrome extension. But it doesn't detect my ember app. Says,

```
No Ember!

This page doesn't have Ember.js running on it. The icon you clicked on will change when you're on a page that does:
```
I tried reloading the page too


Ember v1.11.3
Chrome: 46.0.2490.71 (64-bit)

Régis Hanol

Oct 22, 2015

Times do not show on Discourse

I installed the extension and tried it on Discourse (https://meta.discourse.org) but the times do not show, only the logs in the console work.

Johan Lindström

Oct 22, 2015

Syntax error

Getting a weird error when the extension is enabled and I reload the app.

In content-script.js:

case 'HAS_EMBER':
if (request.hasEmber !== undefined) {
hasEmber = request.hasEmber;
}
sendResponse({ hasEmber });
break;

On the sendResponse line, I get "Uncaught SyntaxError: Unexpected token }"

Google apps