lib-cove is very slow: open-contracting/lib-cove-oc4ids#23
There is no reason to re-validate the data on each request. This should be cached.
I think we can just use the per-site cache, which is i18n-aware: https://docs.djangoproject.com/en/3.1/topics/cache/#the-per-site-cache Please setup memcached on the server.
lib-cove is very slow: open-contracting/lib-cove-oc4ids#23
There is no reason to re-validate the data on each request. This should be cached.
I think we can just use the per-site cache, which is i18n-aware: https://docs.djangoproject.com/en/3.1/topics/cache/#the-per-site-cache Please setup memcached on the server.