JavaScript for Line of Business Applications
596.1K views | +0 today
Follow
JavaScript for Line of Business Applications
Keeping track of current JavaScript Frameworks that help design your clientside Business Logic Layers.
Curated by Jan Hesse
Beam to my Inbox:
Your new post is loading...
Your new post is loading...

Popular Tags - Filter using the Funnel

Current selected tags: 'EmberJS', 'performance'. Clear
Scoop.it!

Speed Up Ember.js List Rendering By Example

Speed Up Ember.js List Rendering By Example | JavaScript for Line of Business Applications | Scoop.it
While Ember.js helps you a lot when it comes to building robust web applications it's not an out of the box solution for building mobile apps. Building a snappy app for already underpowered mobile devices requires work and deliberate thinking about performance.
No comment yet.
Scoop.it!

Mobile Ember - Performance

Using Ember.js for creating native-like mobile apps

VIEW LAYER PERFORMANCE
* Screaming Crowd
* Views all the way down
* Stay in the Run Loop
* Forcing Reflows

No comment yet.
Scoop.it!

EmberJS vs AngularJS : performance testing

EmberJS vs AngularJS : performance testing | JavaScript for Line of Business Applications | Scoop.it

 

Performance testing is really a tough task. If the matter was to compare ember and angular, with their given features, simplicity or number of lines in the code, it really become simple as it atleast has a platform. But measuring performance depends on browser, number of environmental factors, data transfer, type of your app, code quality, logic and much more. And the judgement factors are simply the speed and accuracy. But it’s really a variable thing to judge, as the test cases play their roles.

Today with few chosen test cases I would like to show you the visible difference between ember and angular. How according to implementation cases their behavior changes, how they exactly works and these things will help you to choose the right one between ember and angular  for your application.

No comment yet.
Scoop.it!

Performance Testing Views in Ember.js

I've been working on performance tuning an Ember.js app recently and one of the tricks I learned while hunting through ember.js - the go-to for Ember developers when they need to figure something out - is how to time the rendering of handlebars views. I am going to show a couple of code snippets, and then I am out - this post is going to be short and sweet.

No comment yet.