Boopathi's blog
Subscribe
Tagged

optimization

A collection of 4 posts

GraphQL Optimization - Lookaheads - Prefetching
graphql

GraphQL Optimization - Lookaheads - Prefetching

This post is a part of the series about optimizations in GraphQL servers. This post requires a basic understanding of GraphQL — especially the resolvers. If you've not read my previous posts in this series, I recommend you to read them. Part 1: Lookaheads Part 2: Field Filtering Part 3: Dataloaders

  • Boopathi Rajaa
Boopathi Rajaa Feb 23, 2020 • 5 min read
GraphQL Optimization - Dataloaders
graphql

GraphQL Optimization - Dataloaders

In this post, I'm going to talk about how we can handle the complexities of lookaheads and field filtering in a dataloader. In the previous posts, we saw how lookaheads and field filtering helped us in performance. This post helps us achieve more performance using dataloaders.

  • Boopathi Rajaa
Boopathi Rajaa Feb 20, 2020 • 6 min read
GraphQL Optimization - Field Filtering
graphql

GraphQL Optimization - Field Filtering

In this post, I'm going to introduce complexities in lookaheads and present an idea of how to handle them using some constructs and data structures. We will go over how these principles can be applied for many of the backend systems.

  • Boopathi Rajaa
Boopathi Rajaa Feb 19, 2020 • 6 min read
GraphQL Optimization - Lookaheads
javascript

GraphQL Optimization - Lookaheads

GraphQL is a great tool to optimize data between a client and the GraphQL server. This post explains how one can take advantage of the query AST to lookahead and use the info to optimize data between GraphQL server and a backend server.

  • Boopathi Rajaa
Boopathi Rajaa Feb 18, 2020 • 5 min read
Boopathi's blog © 2021
  • Home
Powered by Ghost