Joan Miquel
Joan Miquel
But if arrive to that line, 10/12 , is that compiled OK.
I can confirm that `try_files ` don't redirect if file not found. Only return a blank page with status 200. And in my case, that I **don't use a uri...
The last benchmark from techempower: Comparing only `php-ngx` vs `OpenRestry` **Using php7.4 without JIT,** the next week we will try with php8 and JIT. https://www.techempower.com/benchmarks/#section=data-r20&hw=ph&test=fortune&p=zik073-zik0zj-zik0zj-zg24n3-1ekf&c=1   When I finish the configuartion, I will update the link. I think that is time to...
Check the results in the last run: https://www.techempower.com/benchmarks/#section=test&runid=92383925-3ba7-40fd-88cf-19f55751f01c&hw=ph&test=fortune&l=zik073-v&p=zik0zj-zik0zj-zik0zj-zdk8an-v We are losing more time connecting, reconnecting and disconnect, that receiving data of the queries. If we can have more async connections...
The important think is to have async queries. The connection in most cases don't need to be async, but better if it is also posible to use in some cases.
The problem was that in `app.php` exist ' , changed ' to ". And is working now. But will be good if send an error. The courious think is that...
I like more { than '. But I understand that is not tecnically posible in php. But perhaps another tag will be better.