- Notifications
You must be signed in to change notification settings - Fork 15
Open
Labels
needs: reproductionThis issue needs to be reproduced independentlyThis issue needs to be reproduced independently
Description
Description
Getting much slower than expected query timings.
Querying something simple like just '/graphql?query=generalSettings{{description}} runs avg. 700ms+. Page queries Like the one below ) w/ complex flexible layouts, nested groups are avg. 2.9s+ ( and longer ) on local and wpengine.
This issue seems similar, but not exact to this performance issue
Secondarily, I have WPGraphQL SmartCache setup too. Max-age is set for a long time, but, also only seems to stay in the network cache for a very short time which makes relying on cache more challenging.
Steps to reproduce
- Import field groups: acf-export-2024-09-13-slow-queries.json
- Ensure the 'acf-local' load and save as prescribed by ACF docs are setup for more efficiencies
- Create a simple test page with a header and a few section options
- Create a graphql document name 'queryPageUri' of this query
acf-export-2024-09-13-slow-queries.txt - Query the document using the /graphql?queryId=queryPageUri&variables={"slug":"/"}
PHP or JSON export of the ACF Field Group(s)
No response
Additional context
WPGraphQL Version
1.28.1
WPGraphQL For ACF Version
2.4.1
ACF (Advanced Custom Fields) Version. Free or Pro?
PRO
WordPress Version
6.6.2
PHP Version
8.3.8
Additional enviornment details
Pretty simple set-up.
Please confirm that you have searched existing issues in the repo.
- Yes
Please confirm that you have disabled ALL plugins except for WPGraphQL, WPGraphQL For ACF, ACF, etc.
- Yes
- My issue is with compatibility with a specific WordPress plugin, and I have listed all my installed plugins (and version info) above.
Metadata
Metadata
Assignees
Labels
needs: reproductionThis issue needs to be reproduced independentlyThis issue needs to be reproduced independently


