How Does UltraStack Work?

UltraStack is a configuration of a LAMP (Linux, Apache web server, MySQL server, PHP) stack that provides optimal performance for PHP-based CMS’s or application. This tutorial will go over how it works in laymen’s terms in order to give you an idea of all of the working pieces.

UltraStack Breakdown

The numbers in the list below correspond with the screenshot above.

  1. Client Web Browser – the browser from a website viewer requesting a page. The client web browser is not actually part of the UltraStack configuration. It’s there to show where website requests are coming from and going to.
  2. UltraStack utilizes NGINX as a cache server – saves load times by caching pages. Using NGINX as a caching server helps to make things faster by stopping redundant page loads.
  3. Apache Webserver – the heart of many web hosting servers; the Apache webserver processes website requests
  4. PHP-FPM – FPM stands for FastCGI Process Manager; provides faster processing and caching of PHP allowing for improved performance for PHP-based applications
  5. cPanel – allows the user to manage the webserver with a graphical interface.
  6. NGXconf – Manages the NGINX server providing the configuration for all users

UltraStack in Action

Now that you have an idea of the individual sections in the UltraStack configuration, how do they all work and why is the UltraStack configuration faster?

Basically, there are two main reasons that UltraStack has gains in performance, for many hosting plans. The first has to do with the caching configuration of NGINX and the other involves the PHP-FPM configuration. Both sections provide caching by providing caching. In the case of the NGINX server, it is providing caching for pages before they reach the Apache webserver. The PHP-FPM also caches PHP processes again preserving valuable CPU resources and shortening load times. Here’s a typical chain of events when a user requests a page:

  1. The user gets on the internet and then requests a page from their internet browser
  2. If the page is already cached, then NGINX sees the request and returns the cached page
  3. If it’s a page that has PHP, the request is processed through the Apache webserver and then by PHP-FPM. Here, caching can also be used to the advantage of the UltraStack configuration as PHP-FPM can cache common PHP tasks. If the task has already processed and cached, it is then immediately returned to the user through the Apache webserver.

That is how UltraStack basically works! It is deceptively simple, but it provides performance gains based on the stack architecture. Check out our other tutorials to learn more about UltraStack!

AC
Arnel Custodio Content Writer I

As a writer for InMotion Hosting, Arnel has always aimed to share helpful information and provide knowledge that will help solve problems and aid in achieving goals. He's also been active with WordPress local community groups and events since 2004.

More Articles by Arnel

Was this article helpful? Join the conversation!