---
title: "Installing Zend OpCache"
description: "This tutorial will quickly explain how to install Zend OpCache on your dedicated server. This guide requires you to be logged into your server with the root user, and the PHP version to be 5.5 or..."
url: https://www.inmotionhosting.com/support/server/zend/installing-zend-opcache/
date: 2016-05-11
modified: 2021-11-04
author: "InMotion Hosting Contributor"
categories: ["Zend Framework"]
type: post
lang: en
---

# Installing Zend OpCache

This tutorial will quickly explain how to install Zend OpCache on your dedicated server. This guide requires you to be logged into your server with the root user, and the PHP version to be 5.5 or newer.

**Note:** You must have [root access](https://www.inmotionhosting.com/support/amp/obtain-root-access/) to your server to complete this guide. InMotion allows root access on all [VPS Hosting](https://www.inmotionhosting.com/vps-hosting) and [Dedicated Hosting](https://www.inmotionhosting.com/dedicated-servers) plans.

## Installation

1. Log into your server as the root user.
2. Run the EasyApache script. /scripts/easyapache
3. If you are not installing Mod RUID2 or changing Apache versions select **Customize Profile**.
4. Select **Next Step** on the Apache section.
5. Select **Next Step** on the PHP section.
6. Select **Exhaustive Options List** when you get to the modules section.
7. Scroll down below PHP 5.x continued to find **Opcache**. Hit your spacebar to select the module and you should see and X in the brackets. After you do this choose **Next Step**.
8. Select **Save and Build**.
9. You will need to confirm what you are doing by selecting **Yes** to rebuild apache.
10. Another prompt will show up asking you to acknowledge you understand the changes being made to the server, you will need to select **I Understand** before the program will continue.

## Configuration

1. Run the following red command to confirm Opcache has been installed.
2. Edit your php.ini file to add the following line at the bottom. **zend_extension=”/usr/local/lib/php/extensions/no-debug-non-zts-20121212/opcache.so”**

Now your PHP scripts will get cached so they can be provided to visitors during the intial page loading. This caching engine can increase your page load speed to to 75% faster.
