getoutreach / adminjs

The backend agnostic administration framework.
http://adminjs.com
699 stars 50 forks source link

Website freezes on mobile iPhone #2

Open danawoodman opened 11 years ago

danawoodman commented 11 years ago

Loading http://adminjs.com freezes both Chrome and Safari on iOS (tested on iPhone 4). Perhaps the large results table?

stefanpenner commented 11 years ago

Doing a quick once over it appears some perf related low hanging fruit exists.

EPF is causing some unexpected autoruns, I have filed the appropriate issue. https://github.com/GroupTalent/epf/issues/77

It also seems this is a development build of ember, which includes many helpful development assertions, but they do incur a performance penalty. As this project is based on the ember-app-kit, I have open an issue there, to remind the lazy author of (me), that a production build of the app should also include a production build of ember. https://github.com/stefanpenner/ember-app-kit/issues/89

Related to extra slowness when using a development build of ember, there was a performance regression in Ember.assert itself, that has since been fixed