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: faster resuming #4329

Merged
merged 2 commits into from
May 24, 2023
Merged

perf: faster resuming #4329

merged 2 commits into from
May 24, 2023

Conversation

manucorporat
Copy link
Contributor

move style moving to the render pipeline

move style moving to the render pipeline
@stackblitz
Copy link

stackblitz bot commented May 24, 2023

Review PR in StackBlitz Codeflow Run & review this pull request in StackBlitz Codeflow.

@cloudflare-pages
Copy link

cloudflare-pages bot commented May 24, 2023

Deploying with  Cloudflare Pages  Cloudflare Pages

Latest commit: f23368d
Status: ✅  Deploy successful!
Preview URL: https://b1416a4a.qwik-docs.pages.dev
Branch Preview URL: https://perf-style-cost.qwik-docs.pages.dev

View logs

@@ -115,7 +115,6 @@ export const resumeContainer = (containerEl: Element) => {

const inlinedFunctions = getQwikInlinedFuncs(parentJSON);
const containerState = _getContainerState(containerEl);
moveStyles(containerEl, containerState);
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this is the expensive line removed

@manucorporat manucorporat merged commit 147c50d into main May 24, 2023
22 checks passed
@manucorporat manucorporat deleted the perf-style-cost branch May 24, 2023 18:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant