Remove Availability Remove Cache Remove Demo Remove Design
article thumbnail

AWS serverless services: Exploring your options

Dynatrace

Instead of worrying about infrastructure management functions, such as capacity provisioning and hardware maintenance, teams can focus on application design, deployment, and delivery. The first benefit is simplicity. But which are the best fit for your business, and where do they make the most sense in your serverless application stack?

article thumbnail

A Guide To Image Optimization On Jamstack Sites

Smashing Magazine

At first glance, it seems like a simple task, but in the background, browsers do a tedious job of calculating the size of these images in different scenarios: For images that are resized in responsive design. The change of design. Design change fix: Different images for different displays. Cache Your Images.

Media 109
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

When Do SQL Server Sorts Rewind?

SQL Performance

Its raison d’être is to cache result rows from a plan subtree, then replay those rows on subsequent iterations if any correlated loop parameters are unchanged. Table-valued functions use a table variable, which can be used to cache and replay results in suitable circumstances. Spools are the least costly way to cache partial results.

Servers 106
article thumbnail

A New Way To Reduce Font Loading Impact: CSS Font Descriptors

Smashing Magazine

If the web font isn’t available then, we fall back to the fallback font, but the next page navigation (or a reload of this page) will use the font — as it should have finished downloading now. It’s also trickier to handle cached fonts we already have, not to mention differences in various fallback styles.

article thumbnail

The Fastest Google Fonts

CSS Wizardry

It’s widely accepted that self-hosted fonts are the fastest option: same origin means reduced network negotiation, predictable URLs mean we can preload , self-hosted means we can set our own cache-control. directives , and full ownership mitigates the risks that come with leaving static assets on third-party origins.

Google 364
article thumbnail

Reducing The Web’s Carbon Footprint: Optimizing Social Media Embeds

Smashing Magazine

These numbers are based on first-page load — caching seems very efficient for subsequent page loads. Ideally, the design process should take into account the ways in which clients might wish to share content from social media. It’s worth considering whether other design options might provide the same (or better) value.

article thumbnail

Front-End Performance Checklist 2021

Smashing Magazine

Performance isn’t just a technical concern: it affects everything from accessibility to usability to search engine optimization, and when baking it into the workflow, design decisions have to be informed by their performance implications. Looking back now, things seem to have changed quite significantly.