Hello,
I use Obsidian with centos 7.8 apache http2 and nginx reverse proxy. MariaDB Version10.3. I installed on my dev Domain Wordpress with Theme and added a 5 images, nothing more. The Website is loading really slow with just wp / theme installed. PHP 7.3 FastCgi with Opcache on and 1024MB RAM is set. I increased output puffer and max-input vars:
output_buffering = 16384
max_input_vars = 5000
But the Page is still loading and behaving slow.
Would it made sense to use FPM severed by Apache instead fastcgi ? What would be some recommended settings?
Or would there be some MariaDB Tweaks to increase DB performance?
Thx
I use Obsidian with centos 7.8 apache http2 and nginx reverse proxy. MariaDB Version10.3. I installed on my dev Domain Wordpress with Theme and added a 5 images, nothing more. The Website is loading really slow with just wp / theme installed. PHP 7.3 FastCgi with Opcache on and 1024MB RAM is set. I increased output puffer and max-input vars:
output_buffering = 16384
max_input_vars = 5000
But the Page is still loading and behaving slow.
Would it made sense to use FPM severed by Apache instead fastcgi ? What would be some recommended settings?
Or would there be some MariaDB Tweaks to increase DB performance?
Thx