Based on the Chrome debugger Network tab, the time of the network calls triggered from the test script under PHP8.0 are a response of around 25mS. Under 8.1 the timings are average 92mS. A factor of about 3.7 slower under 8.1. This has been consistent on two
separate servers.
My conclusion at this point is that my test setup is reflecting the same (or worse) time delay factor between PHP8.1 and PHP8.0 as I am having on the full site. As my test setup is pure HTML/_javascript_ and PHP on the server I think this might be an issue with
PHP8.1.
Any advice or assistance is keenly welcomed! Thank you in advance.
Happy to share my scripts and the URL to the test script.
Cheers
…Steve