awesome-repositories.com
博客
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目关于排名机制媒体报道MCP 服务器
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 个仓库

Awesome GitHub RepositoriesLoading Condition Controls

Defines specific wait times or environmental conditions that trigger the deferred loading of components.

Distinct from Deferred Loading: Focuses on the logic and timing conditions for deferral rather than the act of deferring itself.

Explore 1 awesome GitHub repository matching web development · Loading Condition Controls. Refine with filters or upvote what's useful.

Awesome Loading Condition Controls GitHub Repositories

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • zdharma-continuum/zinitzdharma-continuum 的头像

    zdharma-continuum/zinit

    4,731在 GitHub 上查看↗

    Zinit 是一个 Zsh 插件管理器,用于下载、加载和更新 Z shell 的扩展和代码片段。它充当性能优化器、Shell 二进制安装器和补全管理器,为 Shell 生命周期自动化和 Tab 补全定义注册提供了一个框架。 该项目通过字节码编译、配置缓存和延迟加载等高级启动优化技术脱颖而出,显著缩短了 Shell 启动时间。它还通过支持在无需完整仓库安装的情况下加载远程代码片段,以及利用 Shell 模拟层确保与非原生语法的兼容性,从而优化了插件执行模型。 该管理器的更广泛能力包括通过安装钩子(hooks)实现插件生命周期自动化、将编译后的二进制文件部署到专用前缀目录,以及根据环境条件动态激活插件。它还提供了使用命名管道管理后台服务、监控插件活动以及执行加载性能分析的工具。

    Sets specific wait times or conditions to defer component loading for a faster initial startup.

    Shell
    在 GitHub 上查看↗4,731
  1. Home
  2. Web Development
  3. Performance Optimizations
  4. Initial Page Load Optimizations
  5. Deferred Loading
  6. Loading Condition Controls