Category
Performance
12 posts tagged #Performance
- · 1 min read
Scaling Laravel (Repost)
Mateus Guimarães shares how they scaled a Laravel app to handle 30,000 requests/sec and 100M+ jobs, with clear, practical insights on database tuning, queue optimization, and architecture choices.

- · 1 min read
JavaScript Bloat in 2024 (Repost)
Nikita Prokopov’s post “JavaScript Bloat in 2024” is a refreshingly honest look at how modern websites have traded simplicity and performance for layers of unnecessary JavaScript.

- · 5 min read
How to Configure PHP Memory and PHP-FPM for Scalable Performance on 8, 16, and 32+ GB Servers
Learn how to configure PHP memory limits and PHP-FPM settings for 8GB, 16GB, and 32GB servers to maximize concurrency, avoid swap usage, and scale your app efficiently without wasting memory.

- · 1 min read
Link Share: Issue #1
Curated links and resources about CSS performance optimization and web rendering best practices.

- · 2 min read
Run Times for PHP Function & Method Call Types
Performance benchmarks comparing different PHP function and method call types for optimization.

- · 2 min read
Code Merged: Laravel
How Laravel transformed my development journey and inspired the creation of the TypeRocket framework.

- · 1 min read
How to Display and Debug All Database Queries Made by WordPress
Debug WordPress database queries using SAVEQUERIES constant and helper functions for optimization.

- · 1 min read
Increase Mac OSX Key Repeat Speed
Increase keyboard key repeat speed on macOS using terminal defaults commands.

- · 1 min read
Don’t mistake the service worker as a small thing
Service workers enable progressive web apps by controlling network access and creating native-like experiences.

- · 1 min read
The JavaScript Event Loop
Understanding how the JavaScript event loop works and how setTimeout functions in the call stack.

- · 2 min read
Raw PHP and MySQL Eager Loading
Implement eager loading in PHP with PDO to reduce database queries and improve performance.

- · 2 min read
Enabling Performance Monitoring for MariaDB and MySQL
Enable performance schema monitoring in MariaDB and MySQL to track query performance and optimization.
