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

[Fizz][Float] stop preloading stylesheets that are not stylesheet resources #26873

Merged
merged 1 commit into from
Jun 1, 2023

Commits on Jun 1, 2023

  1. We previously preloaded stylesheets that were rendered in Fizz. The i…

    …dea was we'd get a headstart fetching these resources since we know they are going to be rendered. However to really be effective non-float stylesheets need to rendered in the head and the preload here is not helpful and potentially hurtful to perf in a minor way. This change removes this functionality to make the code smaller and simpler
    gnoff committed Jun 1, 2023
    Configuration menu
    Copy the full SHA
    943ff43 View commit details
    Browse the repository at this point in the history