Improving Application Performance: IIS Application Pool Settings

In this tutorial, you will learn how to adjust your application pool settings to improve the initial load time of your application using IIS (Internet Information Services) on the Kuika platform.

  1. Open IIS Manager.
  2. Expand your server name from the left side menu and click on “Application Pools” .
  3. Find the Application Pool where your Kuika application is running in the list. Right click on it and select “Advanced Settings”.
  4. In the window that opens, go to the “Start Mode” setting under the “General” heading. Change the value here from “On Demand” to “Always Running” . In Always Running mode, the application pool is constantly active, which makes the application load faster.
  5. After applying the settings, close the window and restart the IIS service for the changes to take effect.

If you are still experiencing problems after following these steps, contact Kuika support team.