article thumbnail

Design Of A Modern Cache—Part Deux

High Scalability

This is a guest post by Benjamin Manes , who did engineery things for Google and is now doing engineery things as CTO of Vector. The previous article described the caching algorithms used by Caffeine , in particular the eviction and concurrency models.

Cache 200
article thumbnail

Optimizing Google Fonts Performance

Smashing Magazine

Optimizing Google Fonts Performance. Optimizing Google Fonts Performance. It’s fair to say Google Fonts are popular. Without Google Fonts you would be limited to the handful of “ system fonts ” installed on your user’s device. Like all good things, Google Fonts do come with a cost. Browser Caching.

Google 111
Insiders

Sign Up for our Newsletter

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

article thumbnail

Geek Reading - Week of June 5, 2013

DZone

These items are the fruits of those ideas, the items I deemed worthy from my Google Reader feeds. Making Google’s CalDAV and CardDAV APIs available for everyone ( Google Developers Blog). Using MongoDB as a cache store ( Architects Zone – Architectural Design Patterns & Best Practices). Hacker News).

Java 244
article thumbnail

ABAC on SpiceDB: Enabling Netflix’s Complex Identity Types

The Netflix TechBlog

By Chris Wolfe , Joey Schorr , and Victor Roldán Betancort Introduction The authorization team at Netflix recently sponsored work to add Attribute Based Access Control (ABAC) support to AuthZed’s open source Google Zanzibar inspired authorization system, SpiceDB. SpiceDB walks the graph and decomposes it into subproblems.

Cache 257
article thumbnail

Kubernetes in the wild report 2023

Dynatrace

Most Kubernetes clusters in the cloud (73%) are built on top of managed distributions from the hyperscalers like AWS Elastic Kubernetes Service (EKS), Azure Kubernetes Service (AKS), or Google Kubernetes Engine (GKE). Accordingly, the remaining 27% of clusters are self-managed by the customer on cloud virtual machines.

article thumbnail

Cache and Prizes

Alex Russell

Browsers will cache tools popular among vocal, leading-edge developers. There's plenty of space for caching most popular frameworks. The best available proxy data also suggests that shared caches would have a minimal positive effect on performance. Browsers now understand the classic shared HTTP cache behaviour as a privacy bug.

Cache 89
article thumbnail

Optimising for High Latency Environments

CSS Wizardry

Interestingly, 304 responses are still a form of redirect: the server is redirecting your visitor back to their HTTP cache. Ensure you aren’t wastefully revalidating still-fresh resources : These files were revalidated for a repeat page view as they all carried Cache-Control: public, max-age=0, must-revalidate.

Latency 215