In SSH, as root, run:
Code: Select all
v-update-myvesta
v-commander 'inst memcached'
After you install W3TC, download https://raw.githubusercontent.com/myves ... /W3TC.json as file to your computer.
Import that file in W3TC settings.
Code: Select all
v-update-myvesta
v-commander 'inst memcached'
Code: Select all
# File cache settings
open_file_cache max=10000 inactive=30s;
open_file_cache_valid 60s;
open_file_cache_min_uses 2;
open_file_cache_errors off;
Code: Select all
location ~* \.(txt|xml|js|css|flv|ico|pdf|avi|mov|ppt|doc|mp3|wmv|wav|mp4|m4v|ogg|webm|aac|eot|ttf|otf|woff|svg|jpg|jpeg|png|gif|swf|webp)$ {
expires 8d;
}
Code: Select all
expires max;
max
This is the opposite of the “epoch” value. The Expires header will be equal to “31 December 2037 23:59:59 GMT”, and the Cache-Control max-age set to 10 years. This basically means that the HTTP responses are guaranteed to never change, so clients are free to never request the same thing twice and may use their own stored values.
same here, 10 cores and 30 gb of ram, wp admin is sssooooooooooo slowly and sites samewebsystems wrote: ↑Tue May 04, 2021 11:25 pm Hello
I have similar issue. VPS with 16 CPU cores and 16G RAM, hardware utilized in 10%. Apache+Nginx+Mysql+PHP-FPM7.4+CloudFlare and TTFB for WP website (good theme, some plugins, nothing special) 1,5-2sec :/ It is for the first load in the browser, then it is much faster...
Played with some options, but no luck so far. Any tips welcome