June 22, 2023 2:00PM
Speeding up your (WordPress) website is a few clicks away
Speed Week
Automatic Platform Optimization
WordPress
In this blog, we will explain where the opportunities exist to improve website performance, how to check if a specific site can improve performance, and provide a small JavaScript snippet which can be used with Cloudflare Workers to do this optimization for you...
May 14, 2019 2:00PM
Better HTTP/2 Prioritization for a Faster Web
HTTP2
Speed Week
Speed & Reliability
Product News
Advancing the state of the art of HTTP/2 to deliver a faster user experience. See why it matters and how much of a difference it can make....
May 14, 2019 2:00PM
更好的HTTP/2优先级以实现更快的网络
产品新闻
速度和可靠性 (CN)
速度周 (CN)
简体中文 (CN)
HTTP/2承诺了一个更快的网络,而Cloudflare很久以前就为我们所有的客户推出了HTTP/2访问。但是HTTP/2的一个特性——优先级,并没有达到预期的效果。问题不在于它从根本上被破坏了,而在于浏览器实现它的方式。...
May 14, 2019 2:00PM
Bessere HTTP/2-Priorisierung für ein schnelleres Web
Deutsch
Geschwindigkeit & Zuverlässigkeit
Produktneuigkeiten
HTTP2 (DE)
Geschwindigkeitswoche
HTTP/2 versprach ein viel schnelleres Web und Cloudflare hat vor langer, langer Zeit den HTTP/2-Zugang für alle unsere Kunden eingeführt. Aber ein Merkmal von HTTP/2, die Priorisierung, konnte die Erwartungen nicht erfüllen....
May 14, 2019 2:00PM
Meilleure hiérarchisation HTTP/2 pour un Web plus rapide
Semaine de la vitesse
Vitesse et fiabilité
HTTP2 (FR)
Français
Actualités produits (FR)
HTTP/2 promettait un Web beaucoup plus rapide et Cloudflare a déployé l’accès HTTP/2 à tous nos clients il y a très longtemps. Mais une caractéristique de HTTP/2, la hiérarchisation, n’était pas à la hauteur des attentes qu'il soulevait....
May 14, 2019 2:00PM
Mejor priorización de HTTP/2 para una web más rápida
Semana de la Velocidad
Velocidad y confiabilidad
Español
Noticias de productos
HTTP2 (ES)
HTTP/2 prometió una web mucho más rápida y Cloudflare lanzó el acceso HTTP/2 para todos nuestros clientes hace mucho, mucho tiempo. Pero una característica de HTTP/2, la priorización, no cumplió con las expectativas....
May 14, 2019 2:00PM
HTTP/2優先度設定の機能向上によるWebの加速化
日本語
スピードウィーク
製品ニュース (JP)
スピードと信頼性
HTTP2 (JP)
かなり前に、HTTP/2は超高速のWebを約束し、Cloudflareはすべてのお客様のためにHTTP/2アクセスを展開しました。しかし、HTTP/2の1つの特徴である優先度設定は、期待外れなものでした。根本的に崩壊していたからではなく、ブラウザーに実装する方法に問題があったのです。...
May 13, 2019 2:00AM
Welcome to Speed Week!
Speed Week
Speed & Reliability
Product News
Every year, we celebrate Cloudflare’s birthday in September when we announce products we’re releasing to help make the Internet better for everyone. We build new and innovative products throughout the year, and having to pick five announcements for just one week of the year is always challenging....
December 24, 2018 4:00PM
Improving HTML Time to First Byte
Speed & Reliability
Cloudflare Workers
Cloudflare Workers KV
WordPress
Cache
Serverless
Programming
Fixing slow Time To First Byte by edge-caching HTML with Cloudflare Workers and automatically purging the cache when content changes....
December 24, 2018 4:00PM
Time to First Byte für HTML verbessern
Programmierung
Cloudflare Workers (DE)
Serverlos
Cloudflare Workers KV (DE)
WordPress (DE)
Die Time to First Byte (TTFB) einer Website ist die Zeit von dem Zeitpunkt, an dem der Benutzer mit der Navigation beginnt, bis der erste HTML-Code für die von ihm angeforderte Seite ankommt....
December 24, 2018 4:00PM
改进HTML的第一个字节时间
简体中文 (CN)
速度和可靠性 (CN)
无服务器
Cloudflare Workers (CN)
Cloudflare Workers KV (CN)
WordPress (CN)
站点的第一个字节的时间(TTFB)是从用户开始导航到他们请求的页面的HTML开始到达的时间。在我运行WebPageTest的十多年里,缓慢的TTFB一直是我的痛苦之源。...
December 24, 2018 4:00PM
Améliorer le TTFB du HTML
La programmation
Français
Cloudflare Workers (FR)
Cloudflare Workers KV (FR)
Vitesse et fiabilité
Sans serveur
Cache (FR)
WordPress (FR)
Le délai de réception du premier octet (« Time to First Byte », ou « TTFB ») d'un site désigne le temps écoulé entre le moment où l'utilisateur commence à naviguer et celui où commence à arriver le code HTML de la page qu'il demande....
December 24, 2018 4:00PM
Mejoramos el tiempo hasta el primer byte de HTML
Rendimiento
Programación
Cache
Cloudflare Workers (ES)
Cloudflare Workers KV (ES)
Passwords (ES)
Serverlos
Cache (ES)
El tiempo hasta el primer byte (TTFB) de un sitio web es el tiempo desde que el usuario comienza a navegar hasta que el código HTML de la página que ha solicitado empieza a llegar....
November 22, 2018 7:58AM
Fast Google Fonts with Cloudflare Workers
Speed & Reliability
Cloudflare Workers
Serverless
Programming
HTTP2
Code walkthrough on using Cloudflare workers to improve the performance of sites using Google Fonts. The improvements can be quite dramatic and the sample provides a real-world use case of doing streaming HTML modification in a Cloudflare Worker....
October 12, 2018 1:00PM
Optimizing HTTP/2 prioritization with BBR and tcp_notsent_lowat
NGINX
Speed & Reliability
HTTP2
TCP
Getting the best end-user performance from HTTP/2 requires good support for resource prioritization. While most web servers support HTTP/2 prioritization, getting it to work well all the way to the browser requires a fair bit of coordination across the networking stack....