zhangyuang / ssr

A most advanced ssr framework support React17/React18/Vue2/Vue3 on Earth that implemented serverless-side render specification.
http://doc.ssr-fc.com/
MIT License
2.59k stars 283 forks source link

如何抽取critical css 并插入到html head中 #267

Closed jiangjiu closed 1 year ago

jiangjiu commented 1 year ago

详细描述你的问题

文档中以及issue没有看到如何抽取critical css并内联到html中,以及如何分割critical和非critical css。

希望支持的原因

多一个外链css请求,fcp时间要等到 【cdn建连+css请求回来】,失去了ssr快速展现的意义呀

期望的结果

支持抽取critical css并内联到html中

zhangyuang commented 1 year ago

不认为这个需求是有必要的,一定要自行实现可以使用customehead设置tag为style读取asset-manifest自行插入内容