Slow Loading of Website/Portal at Initial Time

Any website or Portal loaded at first time, it would take time. This is because the start mode is set to OnDemand at IIS level.
To overcome, we have to set the start mode to AlwaysRunning.
Steps:
  1. Go to IIS –> Application Pool.

  2. Select the application pool of your site/portal.

  3. On right side, click on advanced mode.

  4. Set the start mode to Always Running.

  5. Click ok.