Apache, OLS and Nginx-Custom Benchmarks
-
@moocloud_matt 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.
-
@moocloud_matt After all of this development, what was your final stack after all of this research?
No redis cache possibile, due to license on plugin to support it
What kind of plugin, WP is mandatorily GPL for all themes and plugin code.
-
@moocloud_matt said in Apache, OLS and Nginx-Custom Benchmarks:
@lonk
it's only mandatory to be on wp.org repoLooks like if it's a Wordpress plugin, then the code automatically falls under GLP no matter the repo: https://kinsta.com/learn/wordpress-gpl/ - that's why Wordpress premium plugins can be distributed freely.
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.
-
@lonk
btw the all section is for prestashop:@moocloud_matt said in Apache, OLS and Nginx-Custom Benchmarks:
prestashop php-fpm + cache
We are working on prestashop for cloudron too.
This is a test to see how much flexible is our FPM+fastcgi cache setup
(No redis cache possibile, due to license on plugin to support it)But a tweek for closed source plugin in WP.
GPL in WP is applied to ALL folder inside the ROOT folder of WP.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.
-
@lonk said in Apache, OLS and Nginx-Custom Benchmarks:
redis is already apart of Cloudron
Yes & no,
Yes is part of the cloudron addon, but it can be integrated in different way.-
You can use it for dynamic cache (as cloudron use in there apps), behind the php, db lvl.
-
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
-
You can use it for partial page caching, in this case is at webserver/proxy lvl.
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.
-