Skip to content

Commit 2720d12

Browse files
committed
refactor: one sentence for clarity
1 parent b3d66bd commit 2720d12

File tree

1 file changed

+1
-1
lines changed
  • packages/docs/src/routes/(blog)/blog/(articles)/qwik-1-14-preloader

1 file changed

+1
-1
lines changed

packages/docs/src/routes/(blog)/blog/(articles)/qwik-1-14-preloader/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ But it's even better if the framework can already know ahead of time what to "bu
104104

105105
It is not perfect (for that we have [Qwik Insights](https://qwik.dev/docs/labs/insights/)), but it's quite a bit better than before! Qwik now gives "better scores" to more important things like "user events" or "above the fold" components over things it assumes are less important.
106106

107-
For example, Qwik assumes that the search input on the navbar above the fold is more likely to be used sooner than a Button on a footer far down below the fold, but if the user scrolls and clicks the button on the footer, Qwik will **re-prioritize** its bundles before the search input.
107+
For example, Qwik assumes that the search input on the navbar above the fold is more likely to be used sooner than a Button on a footer far down below the fold, but if a user on a very slow network scrolls and clicks the button on the footer, Qwik will **re-prioritize** its bundles before the search input so that the button code is executed as soon as possible.
108108

109109
### Faster CI times
110110

0 commit comments

Comments
 (0)