I am having some trouble with PHP for Joomla and I was wondering if someone could point me at a likely starting point for diagnosis. PHP 7.4 on Ubuntu 18.04 LTS - The Perfect Server I have already looked at: https://www.howtoforge.com/community/threads/mod_fcgid-stderr-php-warning.53320/ and considered open_basedir, but it seems to include all the needed paths and then some? The general performance seems good on most pages, but then really slow (like 2 minutes to load) on some components. THX -John Code: [Tue Sep 29 16:34:31.932337 2020] [fcgid:warn] [pid 12980] [client 15.134.29.119:59058] mod_fcgid: stderr: PHP Stack trace:, referer: https://mysite.com/about-us/contact-mysite [Tue Sep 29 16:34:31.932340 2020] [fcgid:warn] [pid 12980] [client 15.134.29.119:59058] mod_fcgid: stderr: PHP 1. {main}() /var/www/clients/client1/web1/web/index.php:0, referer: https://mysite.com/about-us/contact-mysite [Tue Sep 29 16:34:31.932342 2020] [fcgid:warn] [pid 12980] [client 15.134.29.119:59058] mod_fcgid: stderr: PHP 2. Joomla\\CMS\\Application\\SiteApplication->execute() /var/www/clients/client1/web1/web/index.php:49, referer: https://mysite.com/about-us/contact-mysite [Tue Sep 29 16:34:31.932351 2020] [fcgid:warn] [pid 12980] [client 15.134.29.119:59058] mod_fcgid: stderr: PHP 3. Joomla\\CMS\\Application\\SiteApplication->doExecute() /var/www/clients/client1/web1/web/libraries/src/Application/CMSApplication.php:196, referer: https://mysite.com/about-us/contact-mysite [Tue Sep 29 16:34:31.932354 2020] [fcgid:warn] [pid 12980] [client 15.134.29.119:59058] mod_fcgid: stderr: PHP 4. Joomla\\CMS\\Application\\SiteApplication->dispatch() /var/www/clients/client1/web1/web/libraries/src/Application/SiteApplication.php:233, referer: https://mysite.com/about-us/contact-mysite [Tue Sep 29 16:34:31.932357 2020] [fcgid:warn] [pid 12980] [client 15.134.29.119:59058] mod_fcgid: stderr: PHP 5. Joomla\\CMS\\Application\\SiteApplication->triggerEvent() /var/www/clients/client1/web1/web/libraries/src/Application/SiteApplication.php:199, referer: https://mysite.com/about-us/contact-mysite .....
Ensure you have haveged running on your hardware node, DNS resolution works right, and there are no resource constraints. I have no idea about joomla specific issues.