Chapter 3. How to Optimize Your Mobile Website
In the previous chapter, you learned about the essentials of Mobile Web Optimization. I can assure you, the technics that you have learned so far are very powerful and very easy to implement, but the outcome they produce is massive. So, I would like to expand on that area more in this chapter.
When developing a website, the frontend developer plays a huge role. Having your development team apply frontend optimization techniques to your mobile website can dramatically improve the site's performance for mobile users. As I discussed in the previous chapter, many of those frontend principles are fairly straightforward to implement.
To go through with this chapter, I assume you have a basic knowledge of frontend web development. In this chapter, we are going to cover the following topics:
- Use of HTML5 and CSS3
- CSS animation versus JavaScript
- Iconic fonts
- How to use media queries
- Displaying
none
in CSS - Video and images via media queries
- CSS...