Skip to content

Enable Django cache? #84

@davmlaw

Description

@davmlaw

It doesn't look like your site uses Django cache ?

This can give a significant performance boost - I would think transcript queries would have power law distributions (everyone working on same genes etc) and is very easy to do:

CACHES = {
    "default": {
        "BACKEND": "django.core.cache.backends.redis.RedisCache",
        "LOCATION": "redis://127.0.0.1:6379",
    }
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions