eleven_ty’s avatareleven_ty’s Twitter Archive—№ 523

    1. …in reply to @gauntface
      @gauntface Good question. Template engine renders and writes are probably the most expensive things so we try to minimize those as much as possible. But higher level I’d say: 1. profiling is good 2. one person has full ownership of the performance 3. fewer features than competitors 😇
  1. …in reply to @eleven_ty
    @gauntface The other thing we’ve taken full advantage of a Node 8 minimum which allows us to benefit greatly from async/await in most of the code.