... to my blog style space for easier contribution by third parties and to provide what I believe to be an easier reading experience. Please field all enquiries and issues to the source repository.
This guide will walkthrough the ways to create a custom help command by subclassing HelpCommand.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.titleandvote > a:first-child > .votebutton{ | |
background: #80d8fc; | |
color: #2d3436; | |
animation: animateHeart 1.2s infinite; | |
} | |
.titleandvote > a:nth-child(2) > .votebutton{ | |
background: #80d8fc; | |
color: #2d3436; | |
} |
Moved to git repository: https://github.com/denji/nginx-tuning
For this configuration you can use web server you like, i decided, because i work mostly with it to use nginx.
Generally, properly configured nginx can handle up to 400K to 500K requests per second (clustered), most what i saw is 50K to 80K (non-clustered) requests per second and 30% CPU load, course, this was 2 x Intel Xeon
with HyperThreading enabled, but it can work without problem on slower machines.
You must understand that this config is used in testing environment and not in production so you will need to find a way to implement most of those features best possible for your servers.