Writing Efficient JavaScript: Chapter 7 - Even Faster Websites - O'Reilly Media
The performance of web pages can be dictated by the javascript, and the efficiency varies by browser. While most modern browsers are pretty efficient at JS execution, browser such as IE8 can really slow down. Using techniques that improve performance in Internet Explorer do also help other browsers as well, and can make web pages even snappier. While with IE an improvement by a factor of three might be several seconds, even saving a tenth or two in Chrome or Firefox can improve the user experience.
Writing Efficient JavaScript: Chapter 7 - Even Faster Websites - O'Reilly Media
Writing Efficient JavaScript: Chapter 7 - Even Faster Websites - O'Reilly Media
Comments
Post a Comment