FrontEnd Development
30.8K subscribers
145 photos
1 video
9.34K links
Полезные ссылки иHTML, CSS, JavaScript, TypeScript, Angular, React, Vue, Node.js, Mobile and more.

Admin: @andrey2019
Download Telegram
How Web Content Can Affect Power Usage

Users spend a large proportion of their online time on mobile devices, or on untethered laptop computers. This post digs into factors that affect battery life, and how to make your pages more power efficient so that users can spend more time engaged with your content. - http://amp.gs/Afa3

#web
In A Swipe At Chrome, Firefox Now Blocks Ad Trackers by Default

Firefox 69, as released this week (above), enables Enhanced Tracking Protection by default, which blocks cryptominers and certain types of third party cookies designed to track users for advertising purposes. - http://amp.gs/AhtT

#web #news
The Baseline Interpreter: A Faster JS Interpreter in Firefox 70

JIT (Just-In-Time) compilation was once all the rage for speeding up JavaScript but a faster interpreter can result in significant performance improvements on modern workloads and here’s how it works. - http://amp.gs/Ag8O

#web #news
Avoid 100vh On Mobile Web

If you’re using viewport units in CSS to style an element to take up the full screen height (using height: 100vh), you may want to reconsider. David points out that this technique is “broken in a subtle but fundamental way on mobile”, and recommends an alternative approach using JavaScript. - http://amp.gs/q97t

#mobile #web
The Web Almanac 2019: Mobile Web

This is a comprehensive report on the state of the web as a whole. We’ve linked up the chapter focusing on the mobile web, but the entire document is worth digging into. - http://amp.gs/sQ6E

#mobile #web
How to Monitor Your Web Page's Total Memory Usage with performance.measureMemory()

Learn how to measure memory usage of your web page in production to detect regressions. - http://amp.gs/37YT

#web #monitor #memory
Inspecting & Debugging Mobile Sites On Real Devices

There are a multitude of tools, emulators and other solutions available to help you test and diagnose mobile issues. This post takes a look at a few options available to you. - http://amp.gs/ourU

#debugging #mobile #web
5 Common Mistakes Developers Do that Affect Page Load Time

Is your web site too slow? Find out where it could have gone wrong and to avoid the common pitfalls - http://amp.gs/cpOo

#web