-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
0 parents
commit e0253d6
Showing
2 changed files
with
13 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
# 2018-09-07 会议结论 | ||
|
||
* 预渲染再继续恢复后,是否能保证执行依赖正确? | ||
* 例如,脚本和样式表需要保证异步执行。 | ||
* 可以使用 [sync-script feature policy](https://github.com/WICG/feature-policy/issues/135) 等方式关闭同步脚本的支持。 | ||
* 需要明确可以预渲染的功能细节。 | ||
* 功能细节包括:解析 dom,加载 css 等;需要对不同的功能分开支持。 | ||
* 需要明确各功能之间的依赖。 | ||
* 要预渲染的页面,其前置页面应当主动申明是否开启预渲染以及需要支持的能力。 | ||
* 浏览器需要根据客户端资源状况动态控制是否开启预渲染功能。 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
# Page Prerendering - 页面预渲染 | ||
|
||
本仓库记录关于 Web 页面预渲染的讨论和相关共识。 |