AuthonAuthon Blog
All articles

#performance

12 articles tagged with “performance

Why Google reCAPTCHA is breaking your site (and how to actually replace it)
debugging

Why Google reCAPTCHA is breaking your site (and how to actually replace it)

Google reCAPTCHA can silently break your signup flow. Here's how to diagnose the failure and replace it with a proof-of-work challenge you control.

webdevsecurityjavascript
TokenSpeed and the Quiet Race to Make LLM Inference Boring
tutorial

TokenSpeed and the Quiet Race to Make LLM Inference Boring

A grounded look at TokenSpeed, the new LLM inference engine trending on GitHub, plus a practical benchmark you can actually run yourself.

llmmachinelearningperformance
Why cross-platform desktop apps balloon to 200MB and how to slim them down
debugging

Why cross-platform desktop apps balloon to 200MB and how to slim them down

Bundled-runtime desktop apps pay for a full browser per install. Here's why that happens and how to replace it with the OS's native webview.

webdevdesktopperformance
Why local LLM inference stalls on Apple Silicon (and how to fix it)
debugging

Why local LLM inference stalls on Apple Silicon (and how to fix it)

Local LLM inference on Apple Silicon often runs at a fraction of what the hardware can do. Here's why — and how to fix it with kernel fusion, KV cache layout, and the right quantization.

machinelearningperformancemetal
Why Your Site Is Slow on Shared Hosting and How to Fix It with a VPS Migration
debugging

Why Your Site Is Slow on Shared Hosting and How to Fix It with a VPS Migration

How to migrate from shared hosting to a VPS — a step-by-step guide covering server setup, data migration, Nginx config, and the performance gains you can expect.

webdevdevopslinux
We Moved Our API from Node to Bun. Here's What Broke (and What Got 3x Faster).
tutorial

We Moved Our API from Node to Bun. Here's What Broke (and What Got 3x Faster).

We moved our production API from Node.js to Bun. Some things broke, some got 3x faster. Heres the honest breakdown.

bunnodejsjavascript
Your Node.js App Uses 1,000,000x More RAM Than Voyager 1. Fix It.
debugging

Your Node.js App Uses 1,000,000x More RAM Than Voyager 1. Fix It.

Debug and fix Node.js memory leaks with heap snapshots, bounded caches, and proper listener cleanup — inspired by Voyager 1's 69 KB constraint.

nodejavascriptperformance
Why Your Measurement Tools Might Be Corrupting Your Data
debugging

Why Your Measurement Tools Might Be Corrupting Your Data

How measurement tools can contaminate the data they collect — lessons from microplastics research applied to software observability and benchmarking.

datasciencepythonperformance
Why Your Video Player Is Bloating Your Bundle (and How to Fix It)
debugging

Why Your Video Player Is Bloating Your Bundle (and How to Fix It)

Video.js v10 beta dropped an 88% size reduction. Here's why the old version was bloated and how to migrate to the leaner rewrite.

javascriptwebdevvideojs
Why Windows Games Stutter on Linux and How Wine 11 Finally Fixes It
debugging

Why Windows Games Stutter on Linux and How Wine 11 Finally Fixes It

Wine 11 rewrites syscall dispatching and WoW64 handling to eliminate PE/ELF boundary overhead. Here's why Windows games stuttered on Linux and how the fix works.

linuxwinegaming
Cursor Just Made ripgrep Look Slow. Here's How.
tutorial

Cursor Just Made ripgrep Look Slow. Here's How.

I've been using `ripgrep` for years. It's the kind of tool that makes you feel smug about your workflow -- blazing fast, zero complaints. Then Cursor'

cursorregexperformance
Why Your Object Storage Is Slow (And How Parallelism Over HDDs Fixes It)
debugging

Why Your Object Storage Is Slow (And How Parallelism Over HDDs Fixes It)

How large-scale object stores serve petabytes per second from slow HDDs using erasure coding, massive parallelism, and smart data placement.

distributed-systemsstorageperformance
Articles tagged "performance" | Authon Blog