2 个仓库
Techniques for deferring non-critical scripts and styles to improve the critical rendering path.
Distinct from Asset Blocking: No candidates specifically cover the deferral of CSS/JS to prevent render-blocking for page load speed.
Explore 2 awesome GitHub repositories matching web development · Render-Blocking Resource Optimization. Refine with filters or upvote what's useful.
This project is a comprehensive collection of frontend development best practices and standards. It provides guides for writing semantic HTML, efficient CSS, and functional JavaScript to improve overall web performance and accessibility. The repository establishes frameworks for modern CSS architecture, focusing on specificity management and the use of Flexbox and Grid for predictable layouts. It outlines patterns for functional JavaScript programming, emphasizing the use of pure functions and composition to reduce execution time and dependency bloat. The guidelines cover several core capabi
Provides strategies for deferring non-critical assets to prevent render-blocking and accelerate initial page paint.
Spec 是一套全面的前端编码标准规范和项目架构指南。它提供了一个用于组织目录结构、模块依赖和包布局的框架,以创建可扩展且可预测的代码库。 该项目定义了严格的 React 组件治理标准,包括特定的命名约定和 Props 结构模式。它还建立了 JSON API 数据规范,通过标准化的交换格式和 HTTP 响应结构确保系统组件之间的可预测通信。 该规范涵盖了广泛的功能,包括通过语义化 HTML 和可访问表单控件实现 Web 无障碍合规,以及针对 DOM 操作和资源加载的 Web 性能优化策略。它进一步详细说明了 JavaScript、HTML 和 CSS 的编码风格标准,以在开发团队中保持一致性。
Defines asset placement and URL strategies to prevent render-blocking and eliminate flashes of unstyled content.