摘要: Protobuf to Http Client Api Implementation
Why Protobuf Protobuf is an open-source cross-language and cross-platform serialization protocol developed by Google, widely used for inter-service communication and data archiving on disks. For example, the common gRPC framework uses the Protobuf protocol by default for...
摘要: 通过 proto 文件生成 http client api
Why Protobuf Protobuf 是 Google 开源的一种跨语言跨平台的序列化协议, 被广泛用于服务间通讯和磁盘上的数据归档存储. 比如常见的 gRPC 框架默认的服务间通讯就是 Protobuf 协议. Protobuf 的好处是它支持多种语言, 比如 Go, Dart, [Java](https://protobuf.dev/refe...
中文版 You Also Can Read From Medium What you can get from reading this article 1. How to optimize web performance (TTFB Optimization, FCP Optimi...
摘要: web 性能优化的各种思路
I also have published The English Version at Medium 从这篇文章你能得到什么 ? 1. 如何优化网页性能 (优化 TTFB , 优化 FCP, 优化 LCP, 优化 INP, 优化 FID, 优化图片加载) 2. 如何衡量网页性能 (Clarity, Cloudflare, GA4, GoogleSearchConsole...