"Medium traffic" = able to handle around 50 concurrent users on average.
If you want to handle 100+ concurrent users with the same modest hardware see the Varnish section below.
- 4096 MB memory
- 125GB SSD
- 4 CPUs
- Cpanel
| <div class="module__image image--lazy" | |
| data-image-src="Tim-Smith_220x140_220_140_int_c1.jpg"></div> |
| <?php | |
| $plugin_info = array( | |
| 'pi_name' => 'debug_override', | |
| 'pi_version' =>'1.0', | |
| 'pi_author' =>'GDmac', | |
| 'pi_author_url' => '', | |
| 'pi_description' => '', | |
| 'pi_usage' => '{exp:debug_override override="all|ajax"} default is override on ajax calls', | |
| ); |
"Medium traffic" = able to handle around 50 concurrent users on average.
If you want to handle 100+ concurrent users with the same modest hardware see the Varnish section below.
| # Compiled source # | |
| ################### | |
| *.com | |
| *.class | |
| *.dll | |
| *.exe | |
| *.o | |
| *.so | |
| # Packages # |
I freaking love working with technologies like Grunt and Gulp, and wanted to share how to get my current EE front-end workflow set up. With a few tweaks, this can also be used with virtually any other sites (I've used it with Laravel, static sites, Craft, etc).
Here are a few common tasks you might do in your templates, as they would be written in ExpressionEngine vs. Craft CMS.
| <?php | |
| /** | |
| * Plugin Name: MU plugins subdirectory loader | |
| * Plugin URI: https://gist.github.com/lavoiesl/6302907 | |
| * Description: Enables the loading of plugins sitting in mu-plugins (as folders) | |
| * Version: 0.1 | |
| * Author: [email protected] | |
| * Author URI: http://blog.lavoie.sl/ | |
| * |