diff --git a/README.md b/README.md index 1a1d075..9c73fd0 100644 --- a/README.md +++ b/README.md @@ -546,6 +546,7 @@ * [Package Phobia](https://packagephobia.com/) - reports the size of an npm package before you install it. This is useful for inspecting potential dependencies or devDependencies without using up precious disk space or waiting minutes for npm install. * [Size Limit](https://github.com/ai/size-limit) - calculate the real cost of your JS for end users and throws an error if the cost exceeds the limit. * [Source map explorer](https://github.com/danvk/source-map-explorer) - analyze and debug space usage through source maps. The source map explorer determines which file each byte in your minified code came from. +* [Statcounter GlobalStats](https://gs.statcounter.com) - browser / OS / device market share * [Waterfaller](https://waterfaller.dev/) - focuses on issues in the network waterfall and provides recommendations for improvement. * [Webpack Bundle Analyzer](https://github.com/webpack-contrib/webpack-bundle-analyzer) - webpack plugin and CLI utility that represents bundle content as convenient interactive zoomable treemap. * [Webpack Visualizer](https://github.com/chrisbateman/webpack-visualizer) - visualize and analyze your Webpack bundle to see which modules are taking up space and which might be duplicates. diff --git a/README.zh-CN.md b/README.zh-CN.md index dad6c3d..33d6827 100644 --- a/README.zh-CN.md +++ b/README.zh-CN.md @@ -509,6 +509,7 @@ - [packagephobia](https://packagephobia.com/) - 在安装 npm 包之前报告它的大小。这对于检查潜在的依赖项或 devT依赖项非常有用,而不会占用宝贵的磁盘空间或等待几分钟进行 npm 安装。 - [size-limit](https://github.com/ai/size-limit) - 计算最终用户的 JS 实际成本,如果成本超过限制,则会引发错误。 - [source-map-explorer](https://github.com/danvk/source-map-explorer) - 通过源映射分析和调试空间使用情况。源映射资源管理器确定缩小代码中每个字节来自哪个文件。 +- [Statcounter GlobalStats](https://gs.statcounter.com) - 浏览器 / 操作系统 / 设备市场份额 - [waterfaller](https://waterfaller.dev/) - 专注于网络瀑布中的问题,并提供改进建议。 - [Webpack 捆绑分析器 - webpack](https://github.com/webpack-contrib/webpack-bundle-analyzer) 插件和 CLI 实用程序,将捆绑包内容表示为方便的交互式可缩放树状图。 - [Webpack 可视化工具](https://github.com/chrisbateman/webpack-visualizer) - 可视化和分析您的 Webpack 捆绑包,以查看哪些模块占用了空间,哪些模块可能是重复的。