article thumbnail

USENIX SREcon APAC 2022: Computing Performance: What's on the Horizon

Brendan Gregg

As I was determined to become great at my new occupation regardless of my location, I read every sysadmin book, article, and magazine I could find on the shelf.

article thumbnail

USENIX SREcon APAC 2022: Computing Performance: What's on the Horizon

Brendan Gregg

As I was determined to become great at my new occupation regardless of my location, I read every sysadmin book, article, and magazine I could find on the shelf.

Insiders

Sign Up for our Newsletter

This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

Trending Sources

article thumbnail

Five Data-Loading Patterns To Improve Frontend Performance

Smashing Magazine

Every unnecessary bit of JavaScript code you bundle and serve will be more code the client has to load and process. Active Memory Caching. When you want to get data that you already had quickly, you need to do cachingcaching stores data that a user recently retrieved. Caching Schemes. Large preview ).

Cache 125
article thumbnail

Are Imposter Domains Re-Publishing Your Website?

Smashing Magazine

They all generally are instrumented as JavaScript processes that are loaded onto your site’s web pages through a tag or snippet of loader code. Search Engine And Web Archive Cached Results. Another common category of imposter domains are domains used by search engines for delivering cached results or archived versions of page views.

Website 89
article thumbnail

How To Maintain A Large Next.js Application

Smashing Magazine

This can be reduced by a proper code-review process. Your application might also suffer from caching, and performance issues. They handle a lot of things like caching and performance which are difficult to manage on your own. Fortunately, tools like Dependabot can help your team by automating the update process.

Cache 143
article thumbnail

Creating A Magento PWA: Customizing Themes vs. Coding From Scratch

Smashing Magazine

Due to the use of modern frameworks, advanced caching and rendering, and data transmission via API, properly developed PWAs can be a seven-league step up to boost the store’s speed. To specify, users can continue using those parts of the site that were cached if the Internet connection is unstable or when offline. Large preview ).

Code 74
article thumbnail

Understanding Weak Reference In JavaScript

Smashing Magazine

When the JavaScript engine runs a garbage-collection process, the man object will be removed from memory and from the WeakMap that we assigned it to. The process of clearing memory when objects are no longer being used is referred to as garbage collection. smashing = null; console.log(array[0]) // {name: 'magazine'}.

Cache 116