<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[Apache, OLS and Nginx-Custom Benchmarks]]></title><description><![CDATA[<p dir="auto">Hi!<br />
in the next days we start testing on 2 of the images we have prepared.<br />
We would like to know what data you would most like to know about their performance.</p>
<p dir="auto">Our testing environment will be:</p>
<ul>
<li>2 Epyc vCore</li>
<li>2 GB Ram DRR4 ECC</li>
<li>NVMe PCI-e 3gen</li>
</ul>
<p dir="auto">The app will be tested with 500MB of ram and 500MB of swap.</p>
<p dir="auto">Our goal is to have similar performance for our image and other WordPress hosting setup available, for this we have plan to test:</p>
<ul>
<li>Cloudron standard apache setup (unmanaged)</li>
<li>OLS app that we have develop erly this summer (will be on the store early December)</li>
<li>Nginx custom build, with pagespeed mod, and some server side tweak to improve performance.</li>
</ul>
<p dir="auto">All 3 with this combination:</p>
<ul>
<li>With and without Redis object cache</li>
<li>We will use one or more cache plugin (which one is your favourite?) to test there performance with this 3 setup.</li>
<li>Just with server side cache.</li>
</ul>
<p dir="auto">If you have any advice on testing tool to use, or other setup for wp to be test just commend, every thought is appreciated.</p>
<p dir="auto">Matt.</p>
]]></description><link>https://forum.cloudron.io/topic/3755/apache-ols-and-nginx-custom-benchmarks</link><generator>RSS for Node</generator><lastBuildDate>Fri, 17 Jul 2026 20:59:35 GMT</lastBuildDate><atom:link href="https://forum.cloudron.io/topic/3755.rss" rel="self" type="application/rss+xml"/><pubDate>Thu, 19 Nov 2020 22:16:07 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Apache, OLS and Nginx-Custom Benchmarks on Mon, 22 Feb 2021 21:59:20 GMT]]></title><description><![CDATA[<p dir="auto">@lonk said in <a href="/post/26364">Apache, OLS and Nginx-Custom Benchmarks</a>:</p>
<blockquote>
<p dir="auto">redis is already apart of Cloudron</p>
</blockquote>
<p dir="auto">Yes &amp; no,<br />
Yes is part of the cloudron addon, but it can be integrated in different way.</p>
<ul>
<li>
<p dir="auto">You can use it for dynamic cache (as cloudron use in there apps), behind the php, db lvl.</p>
</li>
<li>
<p dir="auto">You can use it as a Full Page Cache (similar to what Cache Enebler do but in RAM and not in local disc). php lvl</p>
</li>
<li>
<p dir="auto">You can use it for partial page caching, in this case is at webserver/proxy lvl.</p>
</li>
</ul>
<p dir="auto">Redis is just a "database" in RAM, you can use it to store what you want, Redis is not a cache, but you can use it as it was one.</p>
]]></description><link>https://forum.cloudron.io/post/26372</link><guid isPermaLink="true">https://forum.cloudron.io/post/26372</guid><dc:creator><![CDATA[MooCloud_Matt]]></dc:creator><pubDate>Mon, 22 Feb 2021 21:59:20 GMT</pubDate></item><item><title><![CDATA[Reply to Apache, OLS and Nginx-Custom Benchmarks on Mon, 22 Feb 2021 21:54:30 GMT]]></title><description><![CDATA[<p dir="auto">@lonk<br />
btw the all section is for prestashop:</p>
<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/moocloud_matt" aria-label="Profile: moocloud_matt">@<bdi>moocloud_matt</bdi></a> said in <a href="/post/20872">Apache, OLS and Nginx-Custom Benchmarks</a>:</p>
<blockquote>
<p dir="auto">prestashop php-fpm + cache<br />
We are working on prestashop for cloudron too.<br />
This is a test to see how much flexible is our FPM+fastcgi cache setup<br />
(No redis cache possibile, due to license on plugin to support it)</p>
</blockquote>
<p dir="auto">But a tweek for closed source plugin in WP.<br />
GPL in WP is applied to ALL folder inside the ROOT folder of WP.</p>
<p dir="auto">That mean that all function that call script in other section of the server are not included, an exemple is the ESI part for LS cache for wordpress, is the module that manage the "Edge Side Includes" feature inside WP and WooCommerce.</p>
]]></description><link>https://forum.cloudron.io/post/26371</link><guid isPermaLink="true">https://forum.cloudron.io/post/26371</guid><dc:creator><![CDATA[MooCloud_Matt]]></dc:creator><pubDate>Mon, 22 Feb 2021 21:54:30 GMT</pubDate></item><item><title><![CDATA[Reply to Apache, OLS and Nginx-Custom Benchmarks on Mon, 22 Feb 2021 20:37:19 GMT]]></title><description><![CDATA[<p dir="auto">And redis is already apart of Cloudron installs actually - is there a specific redis plugin that you need to use? I thought the OLS Caching plugin handled redis?</p>
]]></description><link>https://forum.cloudron.io/post/26364</link><guid isPermaLink="true">https://forum.cloudron.io/post/26364</guid><dc:creator><![CDATA[Lonkle]]></dc:creator><pubDate>Mon, 22 Feb 2021 20:37:19 GMT</pubDate></item><item><title><![CDATA[Reply to Apache, OLS and Nginx-Custom Benchmarks on Mon, 22 Feb 2021 20:35:22 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/moocloud_matt" aria-label="Profile: moocloud_matt">@<bdi>moocloud_matt</bdi></a> said in <a href="/post/26338">Apache, OLS and Nginx-Custom Benchmarks</a>:</p>
<blockquote>
<p dir="auto">@lonk<br />
it's only mandatory to be on <a href="http://wp.org" target="_blank" rel="noopener noreferrer nofollow ugc">wp.org</a> repo</p>
</blockquote>
<p dir="auto">Looks like if it's a Wordpress plugin, then the code automatically falls under GLP no matter the repo: <a href="https://kinsta.com/learn/wordpress-gpl/" target="_blank" rel="noopener noreferrer nofollow ugc">https://kinsta.com/learn/wordpress-gpl/</a> - that's why Wordpress premium plugins <em>can be</em> distributed freely.</p>
<p dir="auto">But a plugin can implement license protections to protect their code technically, it still doesn't take away the right of the user to use it in any way they see fit EXCEPT for graphic assets.</p>
]]></description><link>https://forum.cloudron.io/post/26363</link><guid isPermaLink="true">https://forum.cloudron.io/post/26363</guid><dc:creator><![CDATA[Lonkle]]></dc:creator><pubDate>Mon, 22 Feb 2021 20:35:22 GMT</pubDate></item><item><title><![CDATA[Reply to Apache, OLS and Nginx-Custom Benchmarks on Mon, 22 Feb 2021 15:10:50 GMT]]></title><description><![CDATA[<p dir="auto">@lonk<br />
it's only mandatory to be on <a href="http://wp.org" target="_blank" rel="noopener noreferrer nofollow ugc">wp.org</a> repo</p>
]]></description><link>https://forum.cloudron.io/post/26338</link><guid isPermaLink="true">https://forum.cloudron.io/post/26338</guid><dc:creator><![CDATA[MooCloud_Matt]]></dc:creator><pubDate>Mon, 22 Feb 2021 15:10:50 GMT</pubDate></item><item><title><![CDATA[Reply to Apache, OLS and Nginx-Custom Benchmarks on Sun, 21 Feb 2021 01:36:09 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/moocloud_matt" aria-label="Profile: moocloud_matt">@<bdi>moocloud_matt</bdi></a> After all of this development, what was your final stack after all of this research?</p>
<blockquote>
<p dir="auto">No redis cache possibile, due to license on plugin to support it</p>
</blockquote>
<p dir="auto">What kind of plugin, WP is mandatorily GPL for all themes and plugin code.</p>
]]></description><link>https://forum.cloudron.io/post/26254</link><guid isPermaLink="true">https://forum.cloudron.io/post/26254</guid><dc:creator><![CDATA[Lonkle]]></dc:creator><pubDate>Sun, 21 Feb 2021 01:36:09 GMT</pubDate></item><item><title><![CDATA[Reply to Apache, OLS and Nginx-Custom Benchmarks on Sat, 12 Dec 2020 21:29:56 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/moocloud_matt" aria-label="Profile: moocloud_matt">@<bdi>moocloud_matt</bdi></a> Thanks for the update on your work! I love this stuff and it's going to be so beneficial to the community as a whole.</p>
]]></description><link>https://forum.cloudron.io/post/21506</link><guid isPermaLink="true">https://forum.cloudron.io/post/21506</guid><dc:creator><![CDATA[Lonkle]]></dc:creator><pubDate>Sat, 12 Dec 2020 21:29:56 GMT</pubDate></item><item><title><![CDATA[Reply to Apache, OLS and Nginx-Custom Benchmarks on Mon, 07 Dec 2020 13:34:05 GMT]]></title><description><![CDATA[<h4>Update on WAF:</h4>
<p dir="auto">We have disable the WAF features for now, that we had plan due to instability in TTFB timings.</p>
<p dir="auto">Maybe we will add a CDN to host blacklists and information repository that WAF module need to work.<br />
Because now it take from .9 to 2 seconds to check the ip/browser   and our objective is to have mostly all normal page load in 3 or less seconds.</p>
<h4>update on redis full Page cache (fpc)</h4>
<p dir="auto">We are working on the partial page cache, or sr-cache module.<br />
But we are not shore if this will improve performance even more.<br />
Is just a better management of the cache.</p>
<h4>WordPress nginx helper</h4>
<p dir="auto">We are using nginx-helper plugin to let you clear your cache from WordPress, but due to how we are implementing stuff, we will create a fork to better sweet our nginx stack.</p>
<h4>prestashop php-fpm + cache</h4>
<p dir="auto">We are working on prestashop for cloudron too.<br />
This is a test to see how much flexible is our FPM+fastcgi cache setup</p>
<p dir="auto">(No redis cache possibile, due to license on plugin to support it)</p>
]]></description><link>https://forum.cloudron.io/post/20872</link><guid isPermaLink="true">https://forum.cloudron.io/post/20872</guid><dc:creator><![CDATA[MooCloud_Matt]]></dc:creator><pubDate>Mon, 07 Dec 2020 13:34:05 GMT</pubDate></item><item><title><![CDATA[Reply to Apache, OLS and Nginx-Custom Benchmarks on Fri, 04 Dec 2020 18:49:25 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/moocloud_matt" aria-label="Profile: moocloud_matt">@<bdi>moocloud_matt</bdi></a> said in <a href="/post/20554">Apache, OLS and Nginx-Custom Benchmarks</a>:</p>
<blockquote>
<p dir="auto">@lonk<br />
we pause the OLS development, (is in beta and is stable) to focus on Nginx Setup.<br />
Now our focus is to create a open beta soon, then post those app on the Cloudron store.<br />
and early next year make a some image intercompatible, so you can change from FastCGI + PageSpeed to only FastCGI, or From RedisFPC to FastCGI, ...</p>
<p dir="auto">But we don't know for now what we will able to do, we are focusing to prepare open beta for now.</p>
</blockquote>
<p dir="auto">I would love to be part of the Open Beta since I don't use my Cloudron for anything production, just dev.</p>
]]></description><link>https://forum.cloudron.io/post/20564</link><guid isPermaLink="true">https://forum.cloudron.io/post/20564</guid><dc:creator><![CDATA[Lonkle]]></dc:creator><pubDate>Fri, 04 Dec 2020 18:49:25 GMT</pubDate></item><item><title><![CDATA[Reply to Apache, OLS and Nginx-Custom Benchmarks on Fri, 04 Dec 2020 18:17:37 GMT]]></title><description><![CDATA[<p dir="auto">OLS also requires <a href="https://docs.cloudron.io/custom-apps/manifest/#httppaths" target="_blank" rel="noopener noreferrer nofollow ugc">https://docs.cloudron.io/custom-apps/manifest/#httppaths</a> feature which will be in coming release. So, makes sense to pause it a bit.</p>
]]></description><link>https://forum.cloudron.io/post/20555</link><guid isPermaLink="true">https://forum.cloudron.io/post/20555</guid><dc:creator><![CDATA[girish]]></dc:creator><pubDate>Fri, 04 Dec 2020 18:17:37 GMT</pubDate></item><item><title><![CDATA[Reply to Apache, OLS and Nginx-Custom Benchmarks on Fri, 04 Dec 2020 18:08:31 GMT]]></title><description><![CDATA[<p dir="auto">@lonk<br />
we pause the OLS development, (is in beta and is stable) to focus on Nginx Setup.<br />
Now our focus is to create a open beta soon, then post those app on the Cloudron store.<br />
and early next year make a some image intercompatible, so you can change from FastCGI + PageSpeed to only FastCGI, or From RedisFPC to FastCGI, ...</p>
<p dir="auto">But we don't know for now what we will able to do, we are focusing to prepare open beta for now.</p>
]]></description><link>https://forum.cloudron.io/post/20554</link><guid isPermaLink="true">https://forum.cloudron.io/post/20554</guid><dc:creator><![CDATA[MooCloud_Matt]]></dc:creator><pubDate>Fri, 04 Dec 2020 18:08:31 GMT</pubDate></item><item><title><![CDATA[Reply to Apache, OLS and Nginx-Custom Benchmarks on Fri, 04 Dec 2020 17:41:19 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/moocloud_matt" aria-label="Profile: MooCloud_Matt">@<bdi>MooCloud_Matt</bdi></a> This is huge. Those gains are insane with not that difficult of an infrastructure change.</p>
<p dir="auto">Curious, did you ever test an OLS implementation with their official OLS Caching plugin? The subject implied you were going to but maybe I misinterpreted the acronym (Open Lightspeed?).</p>
]]></description><link>https://forum.cloudron.io/post/20552</link><guid isPermaLink="true">https://forum.cloudron.io/post/20552</guid><dc:creator><![CDATA[Lonkle]]></dc:creator><pubDate>Fri, 04 Dec 2020 17:41:19 GMT</pubDate></item><item><title><![CDATA[Reply to Apache, OLS and Nginx-Custom Benchmarks on Wed, 02 Dec 2020 01:06:20 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/moocloud_matt" aria-label="Profile: moocloud_matt">@<bdi>moocloud_matt</bdi></a> Cool, happy to help with some A/B testing on our WP stack which is rather bulky but quite well optimised on the app level. Eg, this site is running on Cloudron now:</p>
<ul>
<li><a href="https://swanson.co.uk/" target="_blank" rel="noopener noreferrer nofollow ugc">https://swanson.co.uk/</a></li>
<li><a href="https://status.swanson.co.uk/" target="_blank" rel="noopener noreferrer nofollow ugc">https://status.swanson.co.uk/</a></li>
</ul>
<p dir="auto">Something like 200 plugins, including Woocommerce.</p>
<p dir="auto">We use WP Super Cache for fragment caching, and happy to recommend it. Although, caching is the number one cause of issues with relatively new WP devs, so I always recommend optimising the app without any caching first, especially slow queries and php warnings before getting involved with caching.</p>
<p dir="auto">The blessing and curse of WP plugins eh, anyone can publish them <img src="https://forum.cloudron.io/assets/plugins/nodebb-plugin-emoji/emoji/android/1f602.png?v=af5271e93de" class="not-responsive emoji emoji-android emoji--joy" style="height:23px;width:auto;vertical-align:middle" title=":joy:" alt="😂" /></p>
]]></description><link>https://forum.cloudron.io/post/20305</link><guid isPermaLink="true">https://forum.cloudron.io/post/20305</guid><dc:creator><![CDATA[marcusquinn]]></dc:creator><pubDate>Wed, 02 Dec 2020 01:06:20 GMT</pubDate></item><item><title><![CDATA[Reply to Apache, OLS and Nginx-Custom Benchmarks on Tue, 01 Dec 2020 22:37:04 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/marcusquinn" aria-label="Profile: marcusquinn">@<bdi>marcusquinn</bdi></a> said in <a href="/post/20288">Apache, OLS and Nginx-Custom Benchmarks</a>:</p>
<blockquote>
<p dir="auto">Nice work!</p>
</blockquote>
<p dir="auto">Ty!</p>
<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/marcusquinn" aria-label="Profile: marcusquinn">@<bdi>marcusquinn</bdi></a> said in <a href="/post/20288">Apache, OLS and Nginx-Custom Benchmarks</a>:</p>
<blockquote>
<p dir="auto">uncached benchmark</p>
</blockquote>
<p dir="auto">Yes we have already done it, we have a 20% on the complete page (whit all the css, js, pics, ...) tanks to the better resources management by Nginx on static content, we will provide more details later this week.<br />
But no big improvement on just php-fpm (nignx) or fastcgi (apache) performance, apache is pretty much the best in just php content.</p>
<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/marcusquinn" aria-label="Profile: marcusquinn">@<bdi>marcusquinn</bdi></a> said in <a href="/post/20288">Apache, OLS and Nginx-Custom Benchmarks</a>:</p>
<blockquote>
<p dir="auto">Woocommerce</p>
</blockquote>
<p dir="auto">WC will be supported just on the Redis Full-Page Cache (Redis FPC) cache for now, we plan to support it on fastcgi early next year, with the support for tmpfs on Cloudron APP.</p>
<p dir="auto">Btw on Redis FPC we will support partial cache soon, so wp-admin will be cached to, but partially.</p>
]]></description><link>https://forum.cloudron.io/post/20299</link><guid isPermaLink="true">https://forum.cloudron.io/post/20299</guid><dc:creator><![CDATA[MooCloud_Matt]]></dc:creator><pubDate>Tue, 01 Dec 2020 22:37:04 GMT</pubDate></item><item><title><![CDATA[Reply to Apache, OLS and Nginx-Custom Benchmarks on Tue, 01 Dec 2020 22:09:48 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/d19dotca" aria-label="Profile: d19dotca">@<bdi>d19dotca</bdi></a> said in <a href="/post/20287">Apache, OLS and Nginx-Custom Benchmarks</a>:</p>
<blockquote>
<p dir="auto">Apache and Redis caching</p>
</blockquote>
<p dir="auto">Sorry i was not so clear on this.<br />
Cloudron now don't provide any webserver cache (for what i know), what you have now is a DB cache, it sit between PHP and the DB.</p>
<p dir="auto">What you see as "Apache" in the test is the standard cloudron app with "REDIS OBJECT CACHING", during the test in all app testes that lvl of cache was active, but in the Redis Full-Page Cache we use a integration between Nginx and Redis directly in addition to the Object Cache, so that PHP will never get involve if the page was already been serve to a similar client.</p>
<p dir="auto">i will use this pics by runcloud to show you:<br />
<img src="/assets/uploads/files/1606860129810-bf3b54f8-9000-4879-8823-9e37e47ca3db-image-resized.png" alt="bf3b54f8-9000-4879-8823-9e37e47ca3db-image.png" class=" img-fluid img-markdown" /></p>
<p dir="auto">What we build is similar to what runcloud call RunCache, redis in this case is used to store HTML, CSS and JS content and not query to the DB.</p>
]]></description><link>https://forum.cloudron.io/post/20297</link><guid isPermaLink="true">https://forum.cloudron.io/post/20297</guid><dc:creator><![CDATA[MooCloud_Matt]]></dc:creator><pubDate>Tue, 01 Dec 2020 22:09:48 GMT</pubDate></item><item><title><![CDATA[Reply to Apache, OLS and Nginx-Custom Benchmarks on Tue, 01 Dec 2020 20:26:39 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/moocloud_matt" aria-label="Profile: MooCloud_Matt">@<bdi>MooCloud_Matt</bdi></a> Nice work! I went through similar comparisons a few years ago with similar results.</p>
<p dir="auto">Ultimately, we settled on FastCGI as relatively simpler and low to no maintenance needs when we're deploying updates throughout each day that need cache-clearing every time anyway.</p>
<p dir="auto">Do you plan on having uncached benchmark instance comparisons?</p>
<p dir="auto">For anyone else following and unfamiliar; WP Admin, Woocommerce, logged-in users, and any other dynamic content plugins can't use full-page caching.</p>
<p dir="auto">The simplest page to test for uncached server config performance is <code>/my-account/</code> when you have Woocommerce installed and <code>/wp-login.php</code> if you don't.</p>
<p dir="auto">If anyone wants to test any page's uncached performance, just add a cache-busting random GET var to the end of the URL, eg: <code>?v=762138</code> and just change the number each time so it's always serves from php.</p>
]]></description><link>https://forum.cloudron.io/post/20288</link><guid isPermaLink="true">https://forum.cloudron.io/post/20288</guid><dc:creator><![CDATA[marcusquinn]]></dc:creator><pubDate>Tue, 01 Dec 2020 20:26:39 GMT</pubDate></item><item><title><![CDATA[Reply to Apache, OLS and Nginx-Custom Benchmarks on Tue, 01 Dec 2020 18:48:12 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/moocloud_matt" aria-label="Profile: moocloud_matt">@<bdi>moocloud_matt</bdi></a> Just want to make sure I understand... since the current WordPress Developer package uses Apache and Redis caching already, is the only difference with your testing for Redis involvement just that it's running behind Nginx instead of Apache? Just trying to understand the comparison between what we already have vs what you're proposing with Redis cache (since it seems the fastest and most similar to what we've already got in terms of Redis cache being used).</p>
]]></description><link>https://forum.cloudron.io/post/20287</link><guid isPermaLink="true">https://forum.cloudron.io/post/20287</guid><dc:creator><![CDATA[d19dotca]]></dc:creator><pubDate>Tue, 01 Dec 2020 18:48:12 GMT</pubDate></item><item><title><![CDATA[Reply to Apache, OLS and Nginx-Custom Benchmarks on Tue, 01 Dec 2020 13:46:29 GMT]]></title><description><![CDATA[<p dir="auto">Soo here we are with some data, and information.</p>
<p dir="auto">To best test which solution was the best we actually have to create 3 image for nginx.</p>
<ul>
<li>FastCGI Cache</li>
<li>Redis Full Pace Cache</li>
<li>Cache Enabler (html file cache) this is here to show app level cache, with direct integration with the webserver, the call is not pass to FPM.</li>
</ul>
<p dir="auto">Our main image will be Redis Full Page Cache in till the support for RAM disk inside the container, then we will see how FastCGI will perform.</p>
<h2>Basic information.</h2>
<p dir="auto">All the test are on our cloud platform hosted in 2 datacenter using 2 different server.</p>
<p dir="auto">Server 1:</p>
<ul>
<li>2 vCPU Intel XEON</li>
<li>2GB RAM</li>
<li>and NVMe SSD on M2 Slot (over chipset) on RAID 1</li>
</ul>
<p dir="auto">Server 2:</p>
<ul>
<li>2 vCPU AMD Epyc</li>
<li>2GB RAM</li>
<li>and NVMe SSD on PCI-E directly to CPU on RAID 1</li>
</ul>
<p dir="auto">Both server have 1Gbit's port</p>
<p dir="auto">The test are been done using as a client a server in the same rack, with the same specks of the tested one.</p>
<p dir="auto">Only the app what we was testing was on at that time, and have 1 Cloudron GB  as memory limit, that mean 1/2 is ram 1/2 is swap.<br />
CPU Shares are set as default at 50%</p>
<h2>How we test</h2>
<p dir="auto"><em><strong>Remember: this a preliminary test, not completely validated, we need to have various confirmation and runs before calming that they are perfect score.</strong></em></p>
<p dir="auto">We reboot the server, then stop all the app.<br />
Check using HTOP if there was something going on on the server, if it was all clear we start testing.</p>
<p dir="auto">We build 2 page, using divi builder the most commune builder with Elementor.<br />
<img src="/assets/uploads/files/1606827604646-44e380a3-61ca-4477-b8b1-9269204ec6e1-image-resized.png" alt="44e380a3-61ca-4477-b8b1-9269204ec6e1-image.png" class=" img-fluid img-markdown" /></p>
<p dir="auto"><img src="/assets/uploads/files/1606827613390-1811d7c2-2543-45fe-ae00-d3f600fe4541-image-resized.png" alt="1811d7c2-2543-45fe-ae00-d3f600fe4541-image.png" class=" img-fluid img-markdown" /></p>
<p dir="auto">They have inline CSS, JS and we didn't use any plugin for optimizing the content, we have only use the plugin needed to enable cache control from WP.<br />
Both pages have varius CSS file and Image + SVG.</p>
<p dir="auto">For this test all image was the original, we will testing our auto optimize image script later.<br />
We execute 8 test for every App.</p>
<ul>
<li>5, 20, 50, 100 Concurrent session for a total of 500 session each.</li>
<li>For both pages + some image and CSS in the page, not all the content</li>
</ul>
<h2>Results</h2>
<p dir="auto"><img src="/assets/uploads/files/1606828744018-c6d329ba-71f9-4fa4-ad10-ba9ff194b89a-image-resized.png" alt="c6d329ba-71f9-4fa4-ad10-ba9ff194b89a-image.png" class=" img-fluid img-markdown" /></p>
<p dir="auto">What we see is 2 image that have server side cache boost there performance, they use different technique, redis full page cache save (similar to what nginx proxy cache do) a copy of the output in the RAM using the 300MB standard container provided by cloudron (we have better performance on Epyc due to low latency memory supported).<br />
FastCGI save part of the page and the information pre-elaborate on the NVMe Storage and some on the RAM (we have a 3% better performance on the Epyc server probably due to the Storage been connected directly to the CPU).<br />
What we didn't aspect was the terrible results (compare to the other NGINX set up) that Cache Enabler image have done, this is probably due to a check and the redirect of the request to an HTML page, saved in the NVMe Storage.</p>
<p dir="auto">Why Redis Full Cache is for now the fastest?<br />
Because it use a direct connection to Redis and is all in the cache, nginx don't need to interact with the FileSystem, and as we probably know Redis is one of the fastest "DB" available and is not limited to the IO for your disk, DRAM of your SSD, Chipset or raid card, but only from your RAM and CPU_RAM connection.<br />
Especially with near AMD CPU that provider higher RAM frequency and bandwidth, Redis Full Cache page show to be the fastest solution that we can provide on cloudron.</p>
<p dir="auto"><em><strong>Remember: this a preliminary test, not completely validated, we need to have various confirmation and runs before calming that they are perfect score.</strong></em></p>
]]></description><link>https://forum.cloudron.io/post/20265</link><guid isPermaLink="true">https://forum.cloudron.io/post/20265</guid><dc:creator><![CDATA[MooCloud_Matt]]></dc:creator><pubDate>Tue, 01 Dec 2020 13:46:29 GMT</pubDate></item><item><title><![CDATA[Reply to Apache, OLS and Nginx-Custom Benchmarks on Mon, 23 Nov 2020 10:37:29 GMT]]></title><description><![CDATA[<p dir="auto">@lonk<br />
here below, probably this week, in 2 or 3 days. also I wanted to specify that we will work mainly with Server-Side-Cache apart from OLS which integrates the server side with wordpress.</p>
]]></description><link>https://forum.cloudron.io/post/19776</link><guid isPermaLink="true">https://forum.cloudron.io/post/19776</guid><dc:creator><![CDATA[MooCloud_Matt]]></dc:creator><pubDate>Mon, 23 Nov 2020 10:37:29 GMT</pubDate></item><item><title><![CDATA[Reply to Apache, OLS and Nginx-Custom Benchmarks on Sun, 22 Nov 2020 17:41:37 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/moocloud_matt" aria-label="Profile: moocloud_matt">@<bdi>moocloud_matt</bdi></a> Where will you be posting these benchmarks? This is a really fantastic initiative.</p>
]]></description><link>https://forum.cloudron.io/post/19713</link><guid isPermaLink="true">https://forum.cloudron.io/post/19713</guid><dc:creator><![CDATA[Lonkle]]></dc:creator><pubDate>Sun, 22 Nov 2020 17:41:37 GMT</pubDate></item><item><title><![CDATA[Reply to Apache, OLS and Nginx-Custom Benchmarks on Fri, 20 Nov 2020 23:38:59 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/jimcavoli" aria-label="Profile: jimcavoli">@<bdi>jimcavoli</bdi></a> haha, yeah Blazemeter is a great product and so is Taurus. I actually work for the company that makes it too (though not on their team, I work on another product portfolio in the company), full disclosure. <img src="https://forum.cloudron.io/assets/plugins/nodebb-plugin-emoji/emoji/android/1f609.png?v=af5271e93de" class="not-responsive emoji emoji-android emoji--wink" style="height:23px;width:auto;vertical-align:middle" title=";-)" alt="😉" /></p>
]]></description><link>https://forum.cloudron.io/post/19642</link><guid isPermaLink="true">https://forum.cloudron.io/post/19642</guid><dc:creator><![CDATA[d19dotca]]></dc:creator><pubDate>Fri, 20 Nov 2020 23:38:59 GMT</pubDate></item><item><title><![CDATA[Reply to Apache, OLS and Nginx-Custom Benchmarks on Fri, 20 Nov 2020 15:31:52 GMT]]></title><description><![CDATA[<p dir="auto">Blazemeter makes a really slick tool called Taurus - <a href="https://gettaurus.org" target="_blank" rel="noopener noreferrer nofollow ugc">https://gettaurus.org</a> - which makes using the heavyweight Jmeter miles easier and like 1000x cooler-looking in your shell. Definitely recommend it.</p>
]]></description><link>https://forum.cloudron.io/post/19577</link><guid isPermaLink="true">https://forum.cloudron.io/post/19577</guid><dc:creator><![CDATA[jimcavoli]]></dc:creator><pubDate>Fri, 20 Nov 2020 15:31:52 GMT</pubDate></item><item><title><![CDATA[Reply to Apache, OLS and Nginx-Custom Benchmarks on Thu, 19 Nov 2020 23:31:19 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/girish" aria-label="Profile: girish">@<bdi>girish</bdi></a> ab is great, and jMeter too. Those are the two we use most frequently at work as they're the easiest but also give us the least trouble / cause less issues downstream when load testing (though the products I support at my day job are very complex API Gateways which have a habit of being temperamental lol)</p>
]]></description><link>https://forum.cloudron.io/post/19544</link><guid isPermaLink="true">https://forum.cloudron.io/post/19544</guid><dc:creator><![CDATA[d19dotca]]></dc:creator><pubDate>Thu, 19 Nov 2020 23:31:19 GMT</pubDate></item><item><title><![CDATA[Reply to Apache, OLS and Nginx-Custom Benchmarks on Thu, 19 Nov 2020 22:43:35 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/robi" aria-label="Profile: robi">@<bdi>robi</bdi></a><br />
naxsi is included in our nginx build probably</p>
]]></description><link>https://forum.cloudron.io/post/19540</link><guid isPermaLink="true">https://forum.cloudron.io/post/19540</guid><dc:creator><![CDATA[MooCloud_Matt]]></dc:creator><pubDate>Thu, 19 Nov 2020 22:43:35 GMT</pubDate></item></channel></rss>