Why does one NGINX worker take all the load?
October 23, 2017
Scaling up TCP servers is usually straightforward. Most deployments start by using a single process setup. When the need arises more worker processes are added. ...
October 23, 2017
Scaling up TCP servers is usually straightforward. Most deployments start by using a single process setup. When the need arises more worker processes are added. ...
September 29, 2017
It all comes down to the speed of light. It always does. The speed of light limits the latency possible between someone using the Internet and the application they are accessing. ...
September 29, 2017
You see this everywhere, but as a lifelong gamer, my personal favorite example is probably graphics cards. In the '90s, graphics hardware generally provided a fixed set of functionality. ...
April 25, 2017
Cloudflare provides numerous benefits to ecommerce sites, including advanced DDOS protection and an industry-leading Web Application Firewall (WAF) that helps secure your transactions and protect customers’ private data....
November 12, 2016
Traditionally, JavaScript docs use code comments. This post explores generating documentation directly from TypeScript source code, a more efficient alternative....
June 08, 2016
Late last year, the CloudFlare UI team made a huge decision: to change JavaScript frameworks from Backbone & Marionette to React & Redux....
May 10, 2016
At CloudFlare we strive to combine features that are simple, secure, and backed by solid technology. The Origin CA is a great example of this. You no longer need to go to a third-party certificate authority to protect the connection between CloudFlare and your origin server....
April 30, 2015
CloudFlare protects millions of websites from online threats. One of the oldest and most pervasive attacks launched against websites is the Distributed Denial of Service (DDoS) attack....
December 10, 2013
We get asked this question all the time: How do I make my website faster? So, on Thursday, we're holding a webcast to go through our recommendations and also answer your questions live....
December 12, 2012
More than a year ago, Ryan Kirkman and Thomas Davis approached us about a project they were working on. Dubbed CDNJS, the project had a noble goal: make the world's Javascript resources load as fast as possible....
July 03, 2012
The other day I blogged here about our new Railgun software that speeds up the back haul between CloudFlare data centers and our clients' servers. At CloudFlare we're using a number of different languages depending on the task....
March 09, 2012
CloudFlare has been a big supporter of SXSW. This summer, when the Interactive, Film, and Music festival opened its Panel Picker for submissions, CloudFlare helped keep it online under the flood of ensuing traffic. A bunch of folks from team CloudFlare are headed to Austin....
October 03, 2011
The conventional wisdom in web performance circles is that you want to combine multiple javascript and CSS files. The reason for this is that there is significant overhead every time you setup a new HTTP request. More requests, more wasted overhead....
June 18, 2011
We turned on AutoMinify as a beta feature a while ago, but we weren't particularly happy with it. Originally, we did it the same way everyone else does: we'd request the resource from the origin, serve it unminified on the first load, cache it, and then......
June 16, 2011
To demonstrate the utility of this open-source repository, today's CloudFlare App is CDNJS Selections, where a click installs the selected JavaScript libraries on your site....
June 16, 2011
If you're using a Javascript library, the ideal case is that your visitors arrive on your site with it already stored in their browser's cache. The more sites that use the same URL to reference the library, the more likely it is that it will be cached even for first-time visitors...
June 15, 2011
The utility of JavaScript in modern websites increases daily. Whatever the web application, JavaScript is often the answer. But debugging can be a slog, and it's nearly impossible to capture the diversity of web browsers in the real world, no matter how comprehensive your test su...
May 03, 2011
Some of the techniques that CloudFlare uses to make sites faster and safer have generally been around and used by the Internet Giants for some time. In other places, CloudFlare is breaking new ground in offering state-of-the-art technologies to increase performance and security. ...