-
Notifications
You must be signed in to change notification settings - Fork 17
chore: performance improvements for render_block and WPGraphQL 2.3.0 #384
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from 11 commits
Commits
Show all changes
17 commits
Select commit
Hold shift + click to select a range
2800783
Refactored render_block to reduce overhead and callbacks.
colinmurphy e98b488
Removed old patch file
colinmurphy b3ef0bb
Merge branch 'main' into chore-reduce-render_block-callbacks
colinmurphy e509ea8
Used static function for callback for descriptions
colinmurphy 137f921
Reverted static fn(), added by mistake and not complete.
colinmurphy 1716e88
Fixed PHPStan error. Added filter for graphql_wp_object_type_config t…
colinmurphy ae07eab
Removed core filter and added wp_graphql_content_blocks_register_conf…
colinmurphy 4740b16
PHPCS Fixes. Renamed filter to wpgraphql_content_blocks_register_config
colinmurphy a692e6f
Removed filter and used a static function WPGraphQLRegisterConfig::re…
colinmurphy 0bcd446
Removed init call as not needed now.
colinmurphy a51693b
Added TODO to remove WPGraphQLRegisterConfig::resolve_graphql_config …
colinmurphy 35321a4
Removed composer patches as we don't use this anymore.
colinmurphy 21b6f88
Update includes/GraphQL/WPGraphQLRegisterConfig.php
colinmurphy 56b2c95
Applied @justlevine suggestion on how to use the shim on per array ra…
colinmurphy 27b02ac
Added callbacks to descriptions.
colinmurphy 5118f38
Fixed PHPCS.
colinmurphy ffd5fb1
chore: make additional configs 2.3.0+ compatible (#387)
justlevine File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.