sequencescape icon indicating copy to clipboard operation
sequencescape copied to clipboard

Add caching

Open JamesGlover opened this issue 2 years ago • 0 comments

Going through some un-merged branches in my folders, most of this is housekeeping/refactoring that I realised was necessary when doing other work, but wanted to keep separate to keep PRs focused.

This was an attempt to speed up manifest processing by reducing N+1 query problems. I think I never submitted a PR at the time as I was hoping to make further improvements, as the last commit message attests to.

I did try and track down this cache object in another piece of work recently, so glad to see it make an appearance here.

JamesGlover avatar Aug 02 '22 13:08 JamesGlover