1 个仓库
Simultaneous rendering of multiple web pages using concurrent browser contexts to accelerate build times.
Distinct from Rendered Page Caches: None of the candidates cover concurrent headless browser rendering for static site generation; most target 3D or slide rendering.
Explore 1 awesome GitHub repository matching web development · Parallel Page Rendering. Refine with filters or upvote what's useful.
react-snap 是一个静态站点生成器和单页应用预渲染器。它使用无头浏览器将动态客户端组件转换为静态 HTML 文件,以提高搜索引擎优化(SEO)和初始加载速度。 该项目具有一个无头浏览器爬虫,可以通过跟踪内部链接自动发现应用路由。它包含一个水合(hydration)优化器,可以在渲染过程中捕获应用状态并缓存网络响应,直接将其嵌入到 HTML 中,从而在不重新获取数据的情况下同步客户端应用。 该工具提供了一套性能优化方案,包括关键 CSS 内联、异步脚本加载以及资源清单和预加载头的生成。它还支持跨并发浏览器标签页的并行渲染执行,并可以阻止第三方请求,以防止外部脚本在构建过程中触发。
Accelerates the pre-rendering process by processing multiple application pages simultaneously across concurrent browser tabs.