Reputation: 26331
Our company develops big corporate solution for business (web-site). After approving to support Apple iPad we saw, that our site is very slow on it. So, I was tasked to optimize performance for iPad by optimizing GUI (Html, JS...), because server part of application is pretty fast.
I've found some solutions tricks with customer's approve:
* Reduce grids columns count and leave only the most useful.
* Turn off all the animation.
* Decrease resizing as much as possible.
And of course, I minified all the scripts and stylesheets.
Can you make me some additional advises how to improve performance?
Upvotes: 1
Views: 3013
Reputation: 50760
Some of the practical things which i would like to tell are;
Also to add a few more points;
Upvotes: 1
Reputation: 63666
There's several things, many of which apply to desktop web as well as they are just part of good practice.
In no particular order:
Upvotes: 2