datopian / frontend-v2

CKAN / Data Portal frontend as microservice in pure Javascript (Node).
http://tech.datopian.com/frontend/
MIT License
38 stars 18 forks source link

Memoize response of certain WP APIs. #239

Closed anuveyatsu closed 2 years ago

anuveyatsu commented 2 years ago

Basically wrapped functions that call WP APIs. The only issue is that it never expires - we need to implement TTL variable and clear it but I think it is very minor issue for now.

Notes: