Remove link
article thumbnail

Improving Core Web Vitals, A Smashing Magazine Case Study

Smashing Magazine

Improving Core Web Vitals, A Smashing Magazine Case Study. Improving Core Web Vitals, A Smashing Magazine Case Study. I’m a big fan of Smashing Magazine and am very interested in web performance and the Core Web Vitals. Search Console told Smashing Magazine that their LCP on mobile for most of their pages needed improving.

Google 143
article thumbnail

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

Brendan Gregg

The video is now on [YouTube]: The slides are [online] and as a [PDF]: first prev next last / permalink/zoom In Q&A I was asked about CXL (compute express link) which was fortunate as I had planned to cover it and then forgot, so the question let me talk about it (although Q&A is missing from the video).

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

Microsoft Ignite 2023 guide: AI transformation and Microsoft Azure

Dynatrace

Furthermore, an accelerating digital-centric economy pushes us closer to the edge—processing client data as close to the originating source as possible. The surge of the internet of things (IoT) has led to the exponential growth of applications and data processing at the edge. We hope to see you there! and/or its affiliates in the U.S.

Azure 130
article thumbnail

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

Brendan Gregg

The video is now on YouTube : The slides are online and as a PDF : first prev next last / permalink/zoom In Q&A I was asked about CXL (compute express link) which was fortunate as I had planned to cover it and then forgot, so the question let me talk about it (although Q&A is missing from the video).

article thumbnail

How To Protect Your API Key In Production With Next.js API Route

Smashing Magazine

function MyApp({ Component, pageProps }) { return ( <React.Fragment> <Head> <meta name="theme-color" content="#73e2a7" /> <link rel="icon" type="image/ico" href="" /> </Head> <Component {.pageProps} process object unavailable on the client-side. process object.

Servers 130
article thumbnail

Implementing A Reset Password Feature With Next.js Dynamic Routes

Smashing Magazine

We’re only picking a specific pattern of the authentication process: the “reset password” flow and how it can be implemented on the client-side — frontend — of a web application. As much as we’d love to just get over the flow of the reset password process, the UX of that flow should be prioritized too.

article thumbnail

Next.js Wildcard Subdomains

Smashing Magazine

As you can see in this piece of code, we do an extra set processing on the wildcard if it’s the base domain we set the wildcard to home (if taking user input, this is a case you will need to handle) and if we are testing on localhost we can test out other wildcards. Further Reading On Smashing Magazine. “ process.env.NODE_ENV !=

Servers 83