kirtanp98/mangaupdates-graphql-api

Add caching to queries

Closed this issue · 0 comments

Getting series data is really slow right now due to interacting/parsing the mangaupdates page. Caching will help improve future queries to the same series. Also when we have more queries in the future it will be really useful.

Redis should be used for caching, as I don't care about keeping a database.