Remove Cache Remove Magazine Remove Processing Remove Speed
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. Ford, et al., “TCP on Upcoming Sapphire Rapids CPUs,” [link] - Oct 2020 - [Liu 20] Linda Liu, “Samsung QVO vs EVO vs PRO: What’s the Difference?

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. Ford, et al., “TCP on Upcoming Sapphire Rapids CPUs,” [link] , Oct 2020 [Liu 20] Linda Liu, “Samsung QVO vs EVO vs PRO: What’s the Difference?

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

Tools And Practices To Speed Up The Vue.js Development Process

Smashing Magazine

Tools And Practices To Speed Up The Vue.js Development Process. Tools And Practices To Speed Up The Vue.js Development Process. Instead, use the getter function because it can be mapped into any vue component using the mapGetters behaving like a computed property with the getters result cached based on its dependencies.

Speed 132
article thumbnail

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

Smashing Magazine

This also implies that you don’t have to spend additional time and money on creating a PWA to suit various devices, greatly speeding up time-to-market. This primarily regards its UXUI and speed, so a progressive web app can be a solution to consider. you don’t have to create code to fit the separate Android and iOS requirements.

Code 74
article thumbnail

Using SWR React Hooks With Next.js’ Incremental Static Regeneration (ISR)

Smashing Magazine

The solution used in Scrapbook was to use the SWR library of React hooks to update the cached page from the server with client side data fetching. The client is first served the cached statically generated page (generated with getStaticProps() ), in the background the server also begins the process of revalidating that page (read more here ).

Cache 102
article thumbnail

How To Optimize Progressive Web Apps: Going Beyond The Basics

Smashing Magazine

It doesn’t come as a surprise, considering the benefits of higher conversion rates, customer engagement, decreased page loading speed, and lower costs on development and overhead. You can find a comprehensive Beginner’s Guide To Progressive Web Apps on Smashing Magazine that focuses on building the core of PWAs. Service Workers.

Cache 123