Skip to content

Implement RoadRunner to speed up graphql - #2702

Mark Harding requested to merge feat/react-php into master

Ticket(s) / Related Merge Requests

#2702 (closed)

Summary of Changes

  • Implements RoadRunner
  • Improves speed of GraphQL
  • Refactors the Router to update legacy api to use RequestInterface

Testing Considerations

The site should work as normal, feeds should be faster.

Deployment Considerations

  • Update helm chart

Regression Scope

Related to router. Also the boot logic for tenants has changed to be a router middleware.

Platform Affected (web, mobile, etc)

Developer Testing Completed

Screenshots / Screen Recording

Does this impact

  • Localization
  • Dark/light mode
  • Guest mode

Definition of Done Checklist

  • The Acceptance Criteria has been met
  • Code is tested: Testing includes unit/spec, E2E/automated and manual testing
  • Merge requests description has been filled out
Edited by Mark Harding

Merge request reports