Giter Club home page Giter Club logo

Comments (1)

Jalle19 avatar Jalle19 commented on June 16, 2024 1

You're absolutely right, we've noticed this in real world usage as well. Unfortunately we haven't gotten around to writing proper documentation for advanced usage yet, but I made a gist of a service we're using: https://gist.github.com/Jalle19/fc17e8046fa1d530c02c80c337e47e96

The service improves production performance by:

  • not validating the schema at all (we validate the schema in our CI pipeline so we know it's valid)
  • it caches the parsed schema document so it only needs to be parsed once
  • it calculates a hash of each query encountered and remembers whether it was valid or not, so each query is only validated once

This approach is more robust but it also involves more code. The graphql() helper function is designed to get up and running quickly. I think instead of adding a parameter to it the README should be expanded to explain these concepts and how you can take advantage of them to speed up your average query execution time.

Let me know if you have any feedback or questions!

from graphql-php.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.