Skip to content
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

PERF: Improve rendering performance of empty PluginOutlets #23165

Merged
merged 1 commit into from Aug 21, 2023

Conversation

davidtaylorhq
Copy link
Member

This commit introduces a 'shortcut' when rendering PluginOutlets which have no registered connectors. On my machine, this improves rendering performance of empty PluginOutlets by around 30-40% (tested by running tachometer on a /latest route with 600 plugin outlets).

This commit introduces a 'shortcut' when rendering PluginOutlets which have no registered connectors. On my machine, this improves rendering performance of empty PluginOutlets by around 30-40% (tested by running tachometer on a `/latest` route with 600 plugin outlets).
@davidtaylorhq davidtaylorhq merged commit 121cd88 into main Aug 21, 2023
13 checks passed
@davidtaylorhq davidtaylorhq deleted the plugin-outlet-perf branch August 21, 2023 12:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants