Perfomance - Redis integration, update php8-fpm, better nginx config #23
adammakowskidev
started this conversation in
Ideas
Replies: 2 comments
-
Hi Adam,
Thank you for using Demyx, redis caching isn’t on the roadmap yet since I’m trying to get Demyx as stable as possible. When I release 1.4.0, it will be a performance update. A lot of code will be relooked and refactored.
As for PHP 8, not sure if all plugins support it yet so I’m gonna leave that one out. Although with 1.4.x, there will be an option for you to choose php versions of the docker images.
Lastly, a good way to help is to just use my project and report any bugs/issues you see. Let me know if you have any other questions or feel free to join us in the IRC network of Libera.chat: https://web.libera.chat/?channel=#demyx <https://web.libera.chat/?channel=#demyx>
… On Oct 13, 2021, at 7:22 AM, Adam Makowski ***@***.***> wrote:
Hi
Demyx you did a very good job!
I like it and I'm testing it constantly
I wonder why there is no redis for cache objects?
I tested php-nginx stack performance on the server 1 cpu 1 gb ram
I got the result of over 900 requests per second
it's not bad but I think you can achieve a lot more
example:
add redis object cache
update php to php8-fpm
config nginx could be much better - https://github.com/denji/nginx-tuning <https://github.com/denji/nginx-tuning>
these are such ideas quickly :)
I am a fan of performance testing and I would be happy to help, I think how to add a brick to the project
Regards
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub <#23>, or unsubscribe <https://github.com/notifications/unsubscribe-auth/AAXPSVF7H3OJNPQ6LUEPVV3UGWI4HANCNFSM5F5KVHZA>.
|
Beta Was this translation helpful? Give feedback.
0 replies
-
Hello @adammakowskidev v1.4.0 is here. PHP/LSPHP 8 is now the default. I'll maybe think about adding Redis caching too but will need feedback about the new release first. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi
Demyx you did a very good job!
I like it and I'm testing it constantly
I wonder why there is no redis for cache objects?
I tested php-nginx stack performance on the server 1 cpu 1 gb ram
I got the result of over 900 requests per second
it's not bad but I think you can achieve a lot more
example:
these are such ideas quickly :)
I am a fan of performance testing and I would be happy to help, I think how to add a brick to the project
Regards
Beta Was this translation helpful? Give feedback.
All reactions