Knowledge Base

How Can We Help?

Install Zend OPcache in DirectAdmin

You are here:

Zend OPcache is mainly a contemporary PHP script caching module which helps to speed up the PHP efficiency on the server. It provides a quicker PHP execution by means of Opcode caching and optimization. It additionally improves the efficiency of PHP by storing the pre-compiled script code within the shared reminiscence of the server.

This pre-compiled script codes will terminate studying the code from the disk and executing it on future accessing. Zend OPcache will even apply some code optimization sample which helps to execute the code quicker than the conventional.

Set up Zend OPcache

1) SSH to the server as root person.

2) Enter into the customized construct listing. Which is positioned under.

# cd /usr/native/directadmin/custombuild

3) Set the OPcache to Sure.

# ./construct set opcache sure

Now you’re going to get an output as follows.

[root@user custombuild]# ./construct set opcache sure

Modified opcache choice from no to sure.

4) Run the under command to execute the OPcache module.

# ./construct opcache

whereas executing, you’re going to get an output like as follows.

[root@user custombuild]# ./construct opcache

opCache 7.0.5 is now put in for PHP 5.5.

opCache 7.0.5 PHP extension has been put in efficiently.

5) We will test that the OPcache is itemizing appropriately in numerous methods.

Right here I’m itemizing among the instructions to confirm the identical.

[root@user /]# php -v

PHP 5.5.36 (cli) (constructed: Jun  7 2016 05:59:15)

Copyright (c) 1997-2015 The PHP Group

Zend Engine v2.5.0, Copyright (c) 1998-2015 Zend Applied sciences

with Zend OPcache v7.0.6-dev, Copyright (c) 1999-2015, by Zend Applied sciences

or

[root@user /]# php -m | grep -i zend

Zend Opcache

[Zend Modules]

Zend Opcache

or

[root@user /]# php -v | grep -i zend

Zend Engine v3.2.0, Copyright (c) 1998-2018 Zend Applied sciences

with Zend OPcache v7.2.10, Copyright (c) 1998-2015, by Zend Applied sciences

Additionally, we will test it by making a phpinfo.php web page and test it from a browser.

When you want any additional assist, please do attain our assist division.

Leave a Comment