We've known for a long time that Typesetter is fast. It's something we take pride in, so we make performance stats readily available. Anyone with a Typesetter installation can see memory usage and page load times in the admin toolbar under the "Performance" section.
These performance stats only show part of the picture though. They're just snapshots of what happens for one user during a single page request. But what happens when 100 people try visiting a site at the same time? How quickly can the server respond to 100,000 requests? Fortunately, the folks over Apache have already thought about this and created the Apache Bench Utility.
Using the Apache Bench utility, I recorded the amount of time required to complete a variety of tests. Each test configuration was run independently on an installation of Typesetter and, to put the results in perspective, an installation of Wordpress, which is the most common CMS in use today. Each CMS was freshly installed without any modification or optimizations to the code or content.
Tests ranged in number of requests (from 100 - 100,000) and number of concurrent requests (1 - 100). For example, the following commands were used to get benchmarks for 10,000 requests with 10 concurrent requests:
> ab -n 10000 -c 10 http://localhost/Wordpress/
> ab -n 10000 -c 10 http://localhost/Typesetter/
As you can see in the table below, Typesetter outperformed Wordpress in every configuration of the test we tried. The best Wordpress faired was over 8 times slower than Typesetter and got as bad as nearly 12 times slower.
Requests | Concurrent Requests | Wordpress | Typesetter | Comparison |
---|---|---|---|---|
100 | 1 | 1.321s | 0.152s | 8.7x Faster |
1,000 | 10 | 5.370s | 0.573s | 9.4x Faster |
10,000 | 10 | 54.824s | 5.254s | 10.4x Faster |
10,000 | 100 | 56.286s | 4.766s | 11.8x Faster |
100,000 | 100 | 590.142s | 54.526s | 10.8x Faster |
Let's look at these results in another way. In less than the amount of time it took Wordpress to serve 100 requests, Typesetter was able to serve 1,000. While Wordpress was busy handling 1,000 requests, Typesetter finished 10,000.
In the amount of time it likely took you to read this post, Typesetter can handle 100,000 requests. In order for Wordpress to serve those same 100,000 requests, you'd probably have to read this post 10 times. That's 9 times too many.
If you're interested in a faster (and easier) CMS, try a Typesetter Demo or Free Download.
A new release for Typesetter is in the works with a lot of improvements including the ... Read More
Typesetter 5.1Typesetter 5.1 is now available for download. 5.1 includes bug fixes, UI/UX improvements, ... Read More
More News
What CMS: Find out what CMS a site is using.
Who Hosts This: Find out who is hosting any web site
WordPress Theme Detect: Find out which theme a WordPress site is using