adminjs icon indicating copy to clipboard operation
adminjs copied to clipboard

Website freezes on mobile iPhone

Open danawoodman opened this issue 11 years ago • 1 comments

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

danawoodman avatar Aug 25 '13 17:08 danawoodman

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

stefanpenner avatar Aug 25 '13 17:08 stefanpenner