Posted on April 29, 2017 at 6:42 pm
I wanted to test if HTTPS is more “heavy” on the server than HTTP and how many concurrent connections can handle compare with HTTP. With HTTPS the web server has to decrypt data and I wanted to see what is the difference between using HTTPS and HTTP on a web server running Nginx 1.12.0, PHP 7.0.18 (PHP7.0-FPM), MySQL 15.1 Distrib 10.1.22-MariaDB, Redis 3.2.8. I used Loader.io to test the server with 1000 concurrent connections.
You may find useful also these tests:
Nginx Static Content Test (Concurrent Connections)
MySQL vs Redis (Concurrent Connections)
SSL (HTTPS) Enabled
SSL (HTTPS) Disabled
Conclusion
As you can see, the server performance was not that different in the server to handle HTTPS requests compared to HTTP requests. The CPU usage was like 12\13% in both cases. However, the number of requests is different, the server handled in HTTPS approximately 50K connections less than in HTTP. That is not a big deal, my personal comment is that regarding server performance it is not that different, and regarding connections, HTTP is a little faster (86ms response time vs 91ms of HTTPS), but almost same.
Other Posts
- Route OpenVPN Connections Through Floating IP
- How to Configure a Floating IP in a VPS (Hetzner)
- Set OpenVPN to Listed on a Specific IP Address
- Bash Trim Leading and Trailing Whitespace from a String
- Bash Get Name of Ethernet Network Interface
- VPN Providers with Dedicated Static IP Address
- OpenVPN Iptables Rules
- WireGuard VPN Iptables Rules
Updated Posts
- AMD Chipsets & Graphics Card Drivers for Windows 7, 8, 10
- AMD Radeon 7400 Drivers for Windows 10
- How to pass custom command-line parameters in InnoSetup
- Add Desktop shortcut for all Windows PC users
- Programmatically create desktop icon with InnoSetup
- GeneratePress - a Lightweight WordPress Theme 2021
- InnoSetup disable DesktopIcon via command-line
- Use cURL to authenticate with JWT Bearer tokens