[Answer]-What's the best way to keep queries ?

1👍

The best way to do this is to create a custom manager with a method that performs the query when called. That way you don’t need to worry about it being cached, recycled, etc.

Leave a comment