2
You could try to use queryset caching similar to what johnny-cache does and expire the querysets once new data comes in rather than every n minutes.
Source:stackexchange.com
2
You could try to use queryset caching similar to what johnny-cache does and expire the querysets once new data comes in rather than every n minutes.