Topic: Performance

2 Performance Articles

Exploring articles tagged with "Performance"

Use the search box to find articles by title, content, or tags. Use arrow keys to navigate suggestions when they appear.

Performance Articles

Showing 1-2 of 2 results

Proxy vs. Reverse Proxy: A Simple Guide with Examples
System Design
58

Proxy vs. Reverse Proxy: A Simple Guide with Examples

Proxies and reverse proxies are key networking tools that serve different purposes. A proxy (forward proxy) sits between users and the internet, hiding your identity and bypassing restrictions, like accessing blocked social media at school. A reverse proxy sits in front of servers, managing traffic.

10/24/2025
Read more
Top Caching Strategies Explained — Complete Guide
System Design
94

Top Caching Strategies Explained — Complete Guide

Caching makes systems faster and handles more users. This guide explains caching simply, covering types like browser, server, and CDN caching, plus strategies like cache-aside and write-through. Learn where to use caches, how to manage them, and see examples from e-commerce sites to boost speed and

10/22/2025
Read more