Diigo Bookmarks 04/16/2017
著
-
Better battery life with Microsoft Edge - Microsoft Edge Dev BlogMicrosoft Edge Dev Blog
"we’ve made Microsoft Edge much more intelligent, throttling the JavaScript timers for iframes that aren’t visible, and stopping them from calculating animations that will never be seen. Users won’t notice any difference: the iframes still load and behave normally when you can see them."
-
JavaScript server-side rendering with device detection - mobiForge
"A common use case for server-side rendering is to take care of the initial render when a user first makes a request. When the server receives the request, it renders the required page components into an HTML string, and then sends that as a response to the client."
-
What's New In DevTools (Chrome 59) | Web | Google Developers
"Full-page screenshots. Take a screenshot of the entire page, from the top of the viewport to the bottom."
-
Chromium Blog: Real-world JavaScript performance
"Using insights gleaned from this real-world performance data, the V8 team implemented optimizations which improved mean page load between Chrome 49 and Chrome 56 by 10-20%, depending on CPU architecture."
-
Preload, Prefetch And Priorities in Chrome – reloading – Medium
"Tip: Preload resources you have high-confidence will be used in the current page. Prefetch resources likely to be used for future navigations across multiple navigation boundaries."
-
Achieve 60 FPS Mobile Animations with CSS3 — SitePoint
"While everyone uses CSS3 animations in mobile these days, many do so incorrectly. Developers often disregard best practices. This happens because people don’t understand the reasons why those practices exist and why they are so vigorously endorsed."