Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
The APS Catalog has been deprecated and removed from all Plesk Obsidian versions. Applications already installed from the APS Catalog will continue working. However, Plesk will no longer provide support for APS applications.
Please be aware: with the Plesk Obsidian 18.0.78 release, the support for the ngx_pagespeed.so module will be deprecated and removed from the sw-nginx package.
clients refresh homepage where we show 18 new products and page like domain.com/new with 52 products per page, publishing of new prodcuts are usually planned (we add descriptions and images a couple hours before) and i don't sure if these pages are already cached, i didn't try purgining cache...
i have caching via .htaccess on and i think the setup is correctly; usually we have about 300 clients (woocommerce), yesterday we had about 200, they mostly looking for new products (60-65 uniqe single products dropping every sunday 9:30 pm), some of them add items to the cart, some of them...
your code did not work so i tried this:
SetEnvIf Request_URI "\.(jpg|xml|png|gif|ico|js|css|swf|js?.|css?.)$" DontLog
CustomLog /var/www/vhosts/system/domain.com/logs/access_log combined Env=!DontLog
and it works now
thanks for your reply, as i mentioned before, i have OVH VPS (8v core, 32 GB ram, ssd) i have enabled nginx (in proxy mode) cache (64M / 5 sec), php opcache enabled also and use WP Fastest Cache on Wordpress
is it not enough? you suggest to use server caching like memecached or varnish? is it...
i upragaded VPS to 8v core, 32 gb ram and ssd nvme; MPM was already set with EVENT option; i changed settings of mpm_event.conf according your suggestions... look at my list of processes now, what do u think about CPU usage of php-fpm? it's ok? and what with php settings? can i improve...