zachleat’s avatarzachleat’s Twitter Archive—№ 35,757

    1. …in reply to @davatron5000
      @davatron5000 @eleven_ty I’ve done it both ways—architecturally it’s more challenging to make it work efficiently as part of your build but there are optimizations to make it work well: de-duping same requests and an in-memory cache for results (just as a few examples).
  1. …in reply to @zachleat
    @davatron5000 @eleven_ty For larger projects I have had success with a few more tricks, specifically writing images directly to the output directory and not await-ing the result from the call. But that would require another blog post I think