A bit of a Hail Mary. I've inherited a project that uses an old version of graphql-jit, 0.5.2. The project has a complex schema and runs into 1-4 second compileQuery executions at runtime.
I've added tracing the the package. Most of the runtime is in compileVariableParsing function. It's broken out further in the provided screenshot.

Could I please get some insight into this? Possible optimizations, compilation at start time, etc.
Thank you :).