Benefiting from HTTP2 Server Push and other HTTP 2

6 anos atrás
Author: Mohamed Elbahja Posted on: 2017-10-25 Package: HTTP2 Server Push PHP Class HTTP 2 is the newer HTTP protocol version that provides several types of advantages in terms of performance. Read this article to learn how to take advantage of the HTTP2 Server Push feature to improve the ...

How To: Solve PHP-FPM server reached max_children

7 anos atrás
There are many possible reasons why your PHP-FPM would reach the max_children. Most common ones are: A lot of concurrent site visitors Slow execution of the PHP scripts due to server resources or buggy scripts Very low setting of max_children setting in php-fpm config If you have a busy ...

10 Tips to Adapt PHP Web Sites for Mobile Devices

9 anos atrás
The trend of users accessing the Web more and more from mobile devices than from desktop computers is not new. However, the effort that is often necessary to adapt sites to appear well in mobile devices discouraged many Web developers to invest in making that effort. Meanwhile, the recent ...