kirtanp98 / mangaupdates-graphql-api

A GraphQL api to fetch information from mangaupdates.com
MIT License
7 stars 0 forks source link

Add caching to queries #31

Closed kirtanp98 closed 3 years ago

kirtanp98 commented 3 years ago

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.