We are happy to announce that Vesta is back under active development as of 25 February 2024. We are working on Vesta 2.0 and expect to release it by the end of 2024. Read more about it: https://vestacp.com/docs/vesta-2-development
VestaCP + NGINX + PageSpeed + phpFPM + Memcached
-
- Posts: 35
- Joined: Sat Jun 25, 2016 6:56 pm
VestaCP + NGINX + PageSpeed + phpFPM + Memcached
hi Guys
I have run successfully even after 3-4 weeks and already a first approach before about 8 weeks now VServer mean by VestaCP and NGINX + PHPFPM on.
Now I would like to use even with memcached?
Has anyone here that have been running on and can share their experiences or is there already a HowTo.
So my goal would be to achieve NGINX with phpFPM and Memcached.
Thank you for tips and tricks
I have run successfully even after 3-4 weeks and already a first approach before about 8 weeks now VServer mean by VestaCP and NGINX + PHPFPM on.
Now I would like to use even with memcached?
Has anyone here that have been running on and can share their experiences or is there already a HowTo.
So my goal would be to achieve NGINX with phpFPM and Memcached.
Thank you for tips and tricks
-
- Posts: 35
- Joined: Sat Jun 25, 2016 6:56 pm
Re: VestaCP + NGINX + PageSpeed + phpFPM + Memcached
Ok I once per apt installed memcache (in my Debian) and started the phpfpm service.
The MemCache service is active and running.
Can it be that the Memcache my side makes even more slowly or has no effect?
I test my pages tools.pingdom.com or webpagetest.org
The load times are different and can be located on the test methods. But the comparison with before and after yet one sees it
So here's my experience I must say that the script many caches supports (APC, Redis, Memcached, Memcache, XCache and file)
So if I now do the following.
Script Cache method X umstelle, all memory erase after the page 2x visits and then let test by Pingdom comes following result:
1.36 seconds with memcached
1.15 seconds with files
1.48 seconds without cache
Accordingly me the Memcache does nothing, what would you do instead?
The MemCache service is active and running.
Can it be that the Memcache my side makes even more slowly or has no effect?
I test my pages tools.pingdom.com or webpagetest.org
The load times are different and can be located on the test methods. But the comparison with before and after yet one sees it
So here's my experience I must say that the script many caches supports (APC, Redis, Memcached, Memcache, XCache and file)
So if I now do the following.
Script Cache method X umstelle, all memory erase after the page 2x visits and then let test by Pingdom comes following result:
1.36 seconds with memcached
1.15 seconds with files
1.48 seconds without cache
Accordingly me the Memcache does nothing, what would you do instead?
Re: VestaCP + NGINX + PageSpeed + phpFPM + Memcached
Why so? Memcache it's no some magic tool for cache everything. If memcache works in this way, then 1) your script may be work with this not so well and you need tune up some 2) load not too high to see, what's better (not always short synthetic tests to adequately show the picture "what's better")web-seo-consulting wrote: 1.36 seconds with memcached
1.15 seconds with files
1.48 seconds without cache
Accordingly me the Memcache does nothing, what would you do instead?