From f4127c2effaee9e5ffd5332d09f2ad3c0e317da4 Mon Sep 17 00:00:00 2001 From: Josh GM Walker <56300765+Josh-Walker-GM@users.noreply.github.com> Date: Mon, 14 Aug 2023 18:30:22 +0100 Subject: [PATCH] fix(graphql-server): Move yoga creation to avoid creation on every request (#9039) **Problem** v6 has seen some performance issues. These appear to have sneaked in on #8339. This just reverts the change by moving the creation of the yoga object so that it isn't created on every request. **Changes** 1. Moves yoga creation. **Outstanding** 1. We still have a tiny bit of work to do analysing a slight performance decline since 4.4.3