Workaday Reading

Network Analysis Reference



"Discover new ways to analyze how your page loads in this comprehensive reference of Chrome DevTools network analysis features. By default, DevTools records all network requests in the Network panel, so long as DevTools is open."

read »

Workaday Reading

Unfinished network requests



"You can use the Is:running Advanced Network Filter to see unfinished network requests (e.g. running requests). Some other filters you can try are: status-code, method, domain and more! Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 3."

read »

Workaday Reading

Local JSON



"Local JSON is a new feature added in version 5 which saves field group and field settings to files within your theme. The idea is similar to caching and both dramatically speeds up ACF and allows for version control over your field settings!"

read »

Reading Today

Simple Made Easy



"Summary Rich Hickey emphasizes simplicity’s virtues over easiness’, showing that while many choose easiness they may end up with complexity, and the better way is to choose easiness along the simplicity path."

read full text »

Reading Today

Simplify Web Worker code with Comlink



"It’s not a fantasy, we can make it a reality with Comlink. Comlink is a small (1.6k) RPC library for workers. This guy made it. His name is Surma, he's a Google colleague of mine. Comlink provides an RPC layer to call methods from a worker on the main thread."

read full text »

Reading Today

Introduction



"The Service Worker Cookbook is a collection of working, practical examples of using service workers in modern web sites. Tip: Open your Developer Tools console to view fetch events and informative messages about what each recipe's service worker is doing!"

read full text »