
The best chrome update ever. Now you don’t need to wait till internet connection is down.

The best chrome update ever. Now you don’t need to wait till internet connection is down.
That’s what we all have been waiting for ages

Sometimes misprint could lead to problems with your location bar autocomplete (it will suggest you wrong varian first). For example you accidentally visited gist.gihub.com (note the missing t), and now that URL auto completes each time you start typing gist.….

It’s really annoying. How can we remove this URL? In case if we don’t want to remove everything, just exact URL.
I found really nice answer here. All you need – just select the URL and press [Shift] + [Delete]. (for Mac is [Fn] + [Shift] + [Delete]).
It not very obvious where to find crashes logs in Chrome. First thing that you need to do is make sure that you have logging option ON, you should have check on this option in Chrome setting:

Then you can go to
chrome://crashes
Taken from stackoverflow, thanks Mahai.
Found something new for myself when followed by chrome://net-internals.
To clean-up DNS cache you should just select DNS from dropdown and after click the button “Clear host cache”:

Вольный перевод статьи “Improving Angular web app performance example“. Трактат довольно фундаментальный. Большая часть методик оценки производительности подойдет для любого веб-приложения (не только AngularJS).
Состоит из следующих разделов:
Еще одна прекрасная вещь внезапно обнаруженная мной в Chrome – это возможность создания JavaScript сниппетов – кусочков кода, которые можно будет выполнить в любой момент на странице.
Suddenly found out that Chrome has possibility to “edit breakpoint” or other words – to add extra behaviour for it: like stop only for special condition, output console.log, etc.
Probably you already know that Chrome now allows to put script source file to blackbox (or simply to ignore it during debug). It helps to avoid jumping inside 3rd party library and debugging it instead of focusing on own code.