About 2,800,000 results
Open links in new tab
  1. performance - How check apache & php-fpm config is …

    Feb 10, 2021 · Since you are using php_fpm, the apache mpm configuration will have little effect on performance. You just need to make sure the server doesn't crash with too many requests …

  2. performance - Is Nginx + php-fpm is suppose be much faster than …

    Apr 2, 2015 · But I was unable to observe any major difference of performance in Nginx over Apache even with 100 concurrent access within 1 second. Following are my questions. Is …

  3. Apache vs Nginx PHP performance : r/PHP - Reddit

    Jul 21, 2020 · Apache vs Nginx PHP performance Is there a performance advantage on using Nginx for non cacheable (constantly changing) content? We are currently running Apache and …

  4. php - mod_php vs cgi vs fast-cgi - Stack Overflow

    php.ini is read when the PHP module is loaded in both mod_php, FastCGI and FPM. In regular CGI mode, the config file have to be read at runtime because there's no preforked processes …

  5. Apache vs. IIS PHP performance comparison - Stack Overflow

    PHP Best Practices article -- Differences between PHP on WIMP and PHP on LAMP Some of the differences you may encounter when developing with PHP on Win/IIS vs Linux / Apache. The …

  6. PHP FPM vs Apache mod_php : r/PHPhelp - Reddit

    May 26, 2020 · Performance wise there isn't much difference between using mod_php and php-fpm, but modern installations mostly use php-fpm because of the configuration options.

  7. What is thread safe or non-thread safe in PHP? - Stack Overflow

    Apr 19, 2020 · For me, I always choose non-thread safe version because I always use nginx, or run PHP from the command line. The non-thread safe version should be used if you install …

  8. PHP factor 30 performance difference from Linux to Windows

    Apr 4, 2014 · However after having deployed this setup on a Windows Server 2008 RC2, we noticed a drastic performance difference compared to our other servers: page generation time …

  9. PHP on Windows with XAMPP running 100 times too slow

    Apr 21, 2016 · PHP runs so slowly on my Windows desktop that phpMyAdmin takes minutes to open a database. Here’s a comparison of the time to run a simple PHP test program: Windows …

  10. performance - PHP processing speed apache 2.4 mpm-prefork …

    Feb 20, 2013 · 12 I've been looking for days to see if someone has done a good, documented, PHP processing speed comparison between apache-mpm-prefork 2.4 with mod_php 5.4 and …