MFS201 : Table of Contents

Chapter 4

Lesson 4

Turbocharging your GraphQL API with Caching

Understand how caching helps you significantly improve your API performance, the difficulties of caching in GraphQL, and learn how to implement caching in your Yoga GraphQL API. We will also talk about how to invalidate the cache intelligently and implement session-based caching.

Quiz it to win it

Take the quiz

5 Questions
12 XP

Consistent performance is of paramount importance for any API. The expectation of a fast response has only increased over time.

Typically,

  • the API consumer sends a request to the computing layer,
  • the compute layer then interacts with the data sources and other dependencies (e.g., third-party services),
  • then, the compute layer returns the response.
  • The first step to improve the response time is to strengthen the fundamentals of the API.

    Get started for free today!

    No commitments. No contracts. Enjoy all features for a day — join in just three clicks!

    No credit card required.

    Quiz it to win it

    Complete this quiz successfully to proceed to the next lesson and win upto 12XP.

    Start quiz for this lesson

    Completing this quiz will get you

    +12 Experience Points

    +6% course progress