• Our team is looking to connect with folks who use email services provided by Plesk, or a premium service. If you'd like to be part of the discovery process and share your experiences, we invite you to complete this short screening survey. If your responses match the persona we are looking for, you'll receive a link to schedule a call at your convenience. We look forward to hearing from you!
  • We are looking for U.S.-based freelancer or agency working with SEO or WordPress for a quick 30-min interviews to gather feedback on XOVI, a successful German SEO tool we’re looking to launch in the U.S.
    If you qualify and participate, you’ll receive a $30 Amazon gift card as a thank-you. Please apply here. Thanks for helping shape a better SEO product for agencies!
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

Issue Very high TTFB when selecting FPM Apache vs FCGI :(

Code:
[root@a10-52-52-160 ~]# curl -s -w '\nLookup time:\t\t%{time_namelookup}\nConnect time:\t\t%{time_connect}\nSSL handshake time:\t%{time_appconnect}\nPre-Transfer time:\t%{time_pretransfer}\nRedirect time:\t\t%{time_redirect}\nStart transfer time:\t%{time_starttransfer}\n\nTotal time:\t\t%{time_total}\n' -o /dev/null https://fcgi-test.pwdev.de/

Lookup time:            0.004
Connect time:           0.087
SSL handshake time:     0.398
Pre-Transfer time:      0.398
Redirect time:          0.000
Start transfer time:    0.960

Total time:             3.017
[root@a10-52-52-160 ~]# curl -s -w '\nLookup time:\t\t%{time_namelookup}\nConnect time:\t\t%{time_connect}\nSSL handshake time:\t%{time_appconnect}\nPre-Transfer time:\t%{time_pretransfer}\nRedirect time:\t\t%{time_redirect}\nStart transfer time:\t%{time_starttransfer}\n\nTotal time:\t\t%{time_total}\n' -o /dev/null https://fpm-test.pwdev.de/

Lookup time:            0.004
Connect time:           0.081
SSL handshake time:     0.382
Pre-Transfer time:      0.382
Redirect time:          0.000
Start transfer time:    1.312

Total time:             2.781

To get TTFB value we need to subtract the "Start Transfer" value from the "Pre-Transfer" value here. In both cases, TTFB is less than 1sec and it is not so bad, actually.
 
Are you taking advantage of OPcache? OPcache can behave strangely with inefficient or error-ridden code which in some scenarios could possibly negate its benefits.
 
Thanks for your question. opcache.enable was set on so far. I disabled it but it didn't make it any faster. Still FCGI also had it enabled and it runs much faster?
Shouldn't FPM be faster in general?
 
Sorry, I really don't have the time for the entire screencast, intro and all, and it's likely that not many forum members will look at it. Do consider a different approach.

Are the two test sites from the first post still active?
 
Back
Top