Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions website/docs/en/guide/optimization/inline-assets.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ When you reference a static asset in your CSS file, you can also force the asset

:::tip Do you really need to exclude assets from inlining?
Excluding assets from inlining will increase the number of assets that the Web App needs to load. This will reduce the efficiency of loading assets in a weak network environment or in scenarios where HTTP2 is not enabled. Please use force no Inline with caution.
:::

## Inline JS files

Expand Down