steren’s avatarsteren’s Twitter Archive—№ 3,763

  1. …in reply to @_developit
    _developit What you think perf optimizing looks like: O(n²) -> O(n) What it actually looks like: Getting rid of the 2MB of JS that your page is loading but not using.