Joan Miquel

Results 473 comments of 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 ![Captura de pantalla_área-de-selección_20210209125037](https://user-images.githubusercontent.com/249085/107359894-88c32200-6ad5-11eb-8455-4dbcaa7e0b9d.png) ![Captura de...

Opcache it's also used in php cli and php-ngx. About the new preload in php7.4, for now I did not find any big gain, but it's new and need more...

I still not finished to optimize the configurations, but php-ngx-pgsql is :rocket: https://www.techempower.com/benchmarks/#section=test&runid=79d56671-150b-4653-9513-337cade8b1e1&hw=ph&test=fortune ![DeepinScreenshot_20200217141700](https://user-images.githubusercontent.com/249085/74657340-5156b980-5190-11ea-8e23-af29cdd19662.png) 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.