1 个仓库
Strategies for improving UI performance by reducing the computational cost of expressions evaluated within component templates.
Distinct from Template Introspection Caches: Existing candidates focus on low-level template caches or C++ expression templates, not high-level framework template expression optimization.
Explore 1 awesome GitHub repository matching web development · Template Expression Optimizations. Refine with filters or upvote what's useful.
这是一个用于优化 Angular 应用程序性能的技术参考和指南。它提供了一份全面的检查清单,通过关注包优化、渲染最佳实践和运行时执行来提高速度和效率。 该指南涵盖了广泛的差异化因素,包括通过 Service Workers 和离线缓存实现渐进式 Web 应用策略。它还详细介绍了使用服务端渲染和应用外壳来改善感知加载时间的方法。 该仓库提供了关于更广泛功能领域的指导,例如变更检测调优、使用 Web Workers 卸载繁重计算,以及通过虚拟滚动进行 DOM 管理。它还涵盖了通过 Tree-shaking、压缩和懒加载模块拆分来减小包体积的方法。
Replaces expensive function calls in templates with pure pipes or cached values for smooth interactions.