• Home
  • Archive
  • Tools
  • Contact Us

The Customize Windows

Technology Journal

  • Cloud Computing
  • Computer
  • Digital Photography
  • Windows 7
  • Archive
  • Cloud Computing
  • Virtualization
  • Computer and Internet
  • Digital Photography
  • Android
  • Sysadmin
  • Electronics
  • Big Data
  • Virtualization
  • Downloads
  • Web Development
  • Apple
  • Android
Advertisement
You are here: Home » Zend OPcache WordPress Visualization Plugin

By Abhishek Ghosh February 10, 2016 6:53 am Updated on February 10, 2016

Zend OPcache WordPress Visualization Plugin

Advertisement

There is no meaning if we do not write something practical commands. That part is covered. Previously we wrote step by step guides on how to install and optimize Nginx PHP5-FPM for WordPress. There is a Great Zend OPcache WordPress Visualization Plugin, Which We Will Talk About in this Article. It is Better than the Popular Standalone OPcache Visualization PHP Script. You can learn about OPcache in depth from (reading them is not prerequisite to read this guide) :

Vim
1
2
http://jpauli.github.io/2015/03/05/opcache.html
https://wiki.mikejung.biz/PHP_OPcache

 

Zend OPcache WordPress Visualization Plugin : Installation of Zend OpCache

 

PHP 5.5 comes with OpCache out of the box. But there is a separate package as well :

Vim
1
http://pecl.php.net/package/ZendOpcache

If we run php -v, we can see that OpCache is installed and the version :

Advertisement

---

Vim
1
2
3
4
PHP blah blah blah
Copyright (c) blah blah blah
Zend Engine blah blah blah
    with Zend OPcache v7.0.2, Copyright (c) 1999-2013, by Zend Technologies

The last line above shows the version of Zend OPcache. At the time of writing this guide, 7.0.5 is the latest version from the above package. In such case, we will update it. Mere running apt-get dist-upgrade may not update it to latest. You must adjust that version number (if needed) while running the commands :

Vim
1
2
apt-get install php-pear build-essential php5-dev
sudo pecl install zendopcache-7.0.5

For proper working, we need to find the path of opcache.so and add few lines in php.ini. This is an example for the php.ini file :

Vim
1
2
3
4
5
6
7
8
9
10
zend_extension=/use/path/../../../here/opcache.so
opcache.memory_consumption=256
opcache.interned_strings_buffer=8
opcache.max_accelerated_files=7000
opcache.revalidate_freq=80
opcache.fast_shutdown=1
opcache.enable_cli=1
opcache.enable=1
# debug, it makes faster
# opcache.save_comments=0

That value of opcache.max_accelerated_files derived after running :

Vim
1
find . -type f -print | grep php | wc -l

Those stuffs are written in the article we mentioned at the beginning of this guide. Now, run php5-fpm -t and service php5-fpm restart, then service nginx restart. I have kept a gist with full settings :

Vim
1
https://gist.github.com/AbhishekGhosh/8d0f15080080bcec521d

 

Zend OPcache WordPress Visualization Plugin

 

The basic PHP script :

Vim
1
https://github.com/rlerdorf/opcache-status/blob/master/opcache.php

is great for testing while installing Nginx PHP5-FPM or initial tuning. It is not great for long run. Whole earth will know many stuffs and PHP alone can be used to enter in the server. This is a great WordPress Plugin :

Vim
1
https://wordpress.org/plugins/opcache/

If you see the source code :

Vim
1
https://plugins.svn.wordpress.org/opcache/tags/0.3.1/

it will be obvious how much the persons worked behind. It is basically the simple plugin from screenshot but it is modern. It is better because one need to login to WordPress to access it, you need not to add extra security to that file etc. This is their official screenshot :

Zend OPcache WordPress Visualization Plugin Tagged With Determines if Zend OPCache is enabled , https://yandex ru/clck/jsredir?from=yandex ru;search;web;;&text=&etext=1821 tLrquKDs_X76DQlVUgPvUjZvhmHqTTFcJa6ACZ9w6ixQhlnED0mrazDYl8n6RFq3 59bef38fa2a5502e7c4a87d0f41d435786881691&uuid=&state=_BLhILn4SxNIvvL0W45KSic66uCIg23qh8iRG98qeIXme , opcache revalidate_freq wordpress , Zend OPcache information plugin

This Article Has Been Shared 972 Times!

Facebook Twitter Pinterest
Abhishek Ghosh

About Abhishek Ghosh

Abhishek Ghosh is a Businessman, Surgeon, Author and Blogger. You can keep touch with him on Twitter - @AbhishekCTRL.

Here’s what we’ve got for you which might like :

Articles Related to Zend OPcache WordPress Visualization Plugin

  • Guide to optimize content of your blog for mobile devices

    After the launch of Apple’s iPhone, it has indeed brought done a real boost to the smartphone market, followed and surpassed in many ways by Android and to some extent iPad, with more and more users nowadays browse the web via mobile devices.

  • Create external links with an icon beside like Wikipedia

    External links should be reported properly as recommended by the W3C. Here is how to get an icon beside any external links. Wordpress plugin is also available.

  • WordPress Post to Downloadable PDF, Text : Practical Options

    WordPress Post to downloadable PDF, Text has many points to consider when we will think about the usability, SEO, HTML5 and Schema.org markups.

  • Remove WordPress Plugin From Database Video Guide

    Remove WordPress Plugin From Database Video Guide shows how to delete tables, rows from MySQL database for plugins previously installed and uninstalled later.

  • Fix WordPress RSS Feed Not Updating Problem

    Fix WordPress RSS feed not updating problem by following this logical guide. The problem can arise from various points and only a logical checkup will work. Normally all of us uses Google Feedburner Service and some kind of redirection towards the Feedburner’s URL – either via Plugin, Theme or .htaccess rules. The situation is complicated […]

Additionally, performing a search on this website can help you. Also, we have YouTube Videos.

Take The Conversation Further ...

We'd love to know your thoughts on this article.
Meet the Author over on Twitter to join the conversation right now!

If you want to Advertise on our Article or want a Sponsored Article, you are invited to Contact us.

Contact Us

Subscribe To Our Free Newsletter

Get new posts by email:

Please Confirm the Subscription When Approval Email Will Arrive in Your Email Inbox as Second Step.

Search this website…

 

Popular Articles

Our Homepage is best place to find popular articles!

Here Are Some Good to Read Articles :

  • Cloud Computing Service Models
  • What is Cloud Computing?
  • Cloud Computing and Social Networks in Mobile Space
  • ARM Processor Architecture
  • What Camera Mode to Choose
  • Indispensable MySQL queries for custom fields in WordPress
  • Windows 7 Speech Recognition Scripting Related Tutorials

Social Networks

  • Pinterest (22.1K Followers)
  • Twitter (5.8k Followers)
  • Facebook (5.7k Followers)
  • LinkedIn (3.7k Followers)
  • YouTube (1.3k Followers)
  • GitHub (Repository)
  • GitHub (Gists)
Looking to publish sponsored article on our website?

Contact us

Recent Posts

  • Why Data Management is so Important in a Business July 6, 2022
  • Application Modernization : Cloud Can Take Your Applications to the Next Level July 5, 2022
  • Ways To Make Sure Your Online Course Outshine Others July 3, 2022
  • Will Smart Factories Become the New Assembly Line? July 2, 2022
  • The Cost of Doing Business as a Handyman July 1, 2022

About This Article

Cite this article as: Abhishek Ghosh, "Zend OPcache WordPress Visualization Plugin," in The Customize Windows, February 10, 2016, July 7, 2022, https://thecustomizewindows.com/2016/02/zend-opcache-wordpress-visualization-plugin/.

Source:The Customize Windows, JiMA.in

This website uses cookies. If you do not want to allow us to use cookies and/or non-personalized Ads, kindly clear browser cookies after closing this webpage.

Read Privacy Policy.

PC users can consult Corrine Chorney for Security.

Want to know more about us? Read Notability and Mentions & Our Setup.

Copyright © 2022 - The Customize Windows | dESIGNed by The Customize Windows

Copyright  · Privacy Policy  · Advertising Policy  · Terms of Service  · Refund Policy