RSSAmplifier

Andrew Odendaal

Python Performance Optimization: Profiling and Tuning Guide

0
Sign in to vote or save

This site does not allow itself to be embedded. You can still read it on the original site — the toolbar below keeps your place in the directory.

Don’t optimize until you’ve profiled. I’ve watched teams rewrite entire modules that weren’t even the bottleneck. Weeks of work, zero measurable improvement. The code was “cleaner” I guess, but the endpoint was still slow because the actual problem was three database queries hiding inside a template tag. I learned this the hard way on a Django project a couple…

Read on andrewodendaal.com

Comments

Nothing yet. Say the first thing.

    Sign in to join the conversation.