← Back to team overview

launchpad-dev team mailing list archive

performance tuesday

 

Found a fun one today: eager loading archive subscriptions triggered
lazy evaluation *in the eager loading code* due to the security
permission checker kicking in as we tried to read the subscriber id.

Just a small thing, but worth watching out for when adding eager loading.

-Rob