|
First of all, the article is all about web page optimization, nothing about hardware, not even apps.
Second, it isn't just about mobile web pages, the article applies to tethered desktop performance as well. Yes, there's stuff about optimizing m. websites, but much much more about web pages in general.
The Title Is Not Important
What's important is that the tips and ideas apply to websites served up by SQL Anywhere's built-in HTTP server, and that's why it's important to readers of this blog.Here are a few tidbits from the article...
- Concentrate on reducing the number of HTTP requests, reducing the size of responses and optimizing client-side code.
- Embed scripts and images for first-time loading.
- Compress images, scripts and CSS.
- Minify scripts (just like we did with BASICA in 1981 :)
- Resize images to match the display size.
- Simplify pages with new HTML5 features.
- Simplify pages with new CSS3 features.
- Defer rendering below-the-fold images.
- Defer loading scripts.
Oh, About Those New Features...
Here are two websites mentioned in the article:- caniuse.com - Compatibility tables for support of HTML5, CSS3, SVG and more in desktop and mobile browsers
- mobilehtml5.org - HTML5 compatibility on mobile and tablet browsers with testing on real devices
No comments:
Post a Comment