devkurrt011
devkurrt011
> Do you have an example of the PHP code? ``` $APİ_URL = "https://xxx.com/?"; $send_data = array( 'data1' => GetIP(), 'data2' => preg_replace('/^www\./', '', $_SERVER['SERVER_NAME']), 'data3' => isset($_SERVER['HTTP_REFERER']) ? parse_url($_SERVER['HTTP_REFERER'],...
> 'Karmaşık curl isteği' ile sunucunun harici bir API'ye uzun bir istekte bulunduğunu mu kastediyorsunuz? Bu isteklerin zaman aşımına uğradığı anlaşılıyor api response 0.2 - 0.5 ms so we don't...
When we do a load test on our existing curl requesting pages, if we accept a maximum of 62/s request and we go above it, the webserver and php server...
https://github.com/dunglas/frankenphp-wordpress after installing and configuring the settings in this github repo, the result did not change in this official repo in the same similar tests
> İş parçacığı sayısını değiştirmeyi denediniz mi? İş parçacığı sayınız çok düşük olabilir ve istekleriniz arabelleğe alınmış olabilir: https://frankenphp.dev/docs/performance/#number-of-threads-and-workers > > [Ayrıca, WordPress deposu https://github.com/StephenMiracle/frankenwp](https://github.com/StephenMiracle/frankenwp) lehine kullanımdan kaldırıldı[](https://github.com/StephenMiracle/frankenwp) we tested...