silverstripe / silverstripe-graphql

Serves Silverstripe data as GraphQL representations
BSD 3-Clause "New" or "Revised" License
52 stars 61 forks source link

Combine cached classes into a UNION to cut down on extravagant queries #560

Open sabina-talipova opened 10 months ago

sabina-talipova commented 10 months ago

Description

Investigate possible improvements for QueryCachingMiddleware::getCachedResponse by using DataQuery::union method to reduce additional queries.

See: https://github.com/silverstripe/silverstripe-graphql/blob/4c66b57cb2db3028b0bf219be7b74e17ea0f9b19/src/Middleware/QueryCachingMiddleware.php#L112-L121