There are so many ways to set up your PHP development environment, but using Docker is the current best practice. Let's walk through it.
Tag: nginx
Nilson Jacques shows how to use NGINX as a reverse proxy for a Node.js app and to handle the static resources, and he then shows how to configure SSL.
Tonino discusses ways to tune server performance with Varnish Cache, covering how it works, and its features, setup, monitoring and administration.
Tonino Jankov shows how to optimize on-the-fly thumbnail generation, reducing request time from 28 to 0.7 seconds with Nginx and pm-static.
Tonino Jankov introduces techniques to improve Apache and Nginx web server performance, explaining the theory behind those techniques.
Phalcon is back - and in style! It can now run on PHP 7, and is written completely in Zephir. Easy extension development AND perfect performance!
Adam Bard shows how to get small, low-traffic projects up and running with Dokku on DigitalOcean, creating a Heroku-like experience without the cost.
A quick solution to getting rid of the 502 Nginx error when developing locally with Opera
See how easy it is to set up PHP 7 servers with both Laravel Forge and a manual DigitalOcean setup!
Narayan introduces Munee - a PHP lib that automates CSS, JS, LESS, SCSS, CoffeeScript etc minification and compilation, image resizing, caching, and more!
Wern Ancheta covers three common approaches to caching in PHP: Zend Opcache, Query Caching and Expires Headers.
Tim Carr walks you through the steps needed to set up your own, inexpensive, high performance VPS running WordPress on a LEMP stack (nginx, PHP and MySQL).
Tired of setting up new virtual hosts for every new project? Make your server of choice do it automatically. Bruno Skvorc shows you how.
Jeroen Meeus explains Access Restriction - ways of blocking direct embeds and hotlinking of your website's content
Imran Latif dives deep into streaming and output buffering in PHP, explaining the ins and outs on various demos. Tune in to streamify your app.
This post will show you how to install custom PHP extensions into Zend Server 7. The tutorial focuses on Phalcon, but applies to all extensions.
Adam Bard looks at configuring a Nginx server with Ghost, to help with static assets and caching.
Read Lightning-fast WordPress with PHP-FPM and nginx and learn with SitePoint. Our web development and design tutorials, courses, and books will teach you HTML, CSS, JavaScript, PHP, Python, and more.