Opcache is transparent for WordPress (as it is to any PHP application).
However if you had been using APC for object cache (key/value store) via plugin — that function is not available in new bundled Zend cache, it only does opcode caching.
You would need to replace object cache with something different (APCu/Memcache/Redis/etc).
Related Posts:
- PHP Code stuck in Cache [Memcached] [closed]
- Running code before object-cache.php runs
- customize wordpress database error page
- Language does not switch while cache is enabled
- RegExp to EXCLUDE strip HTML (FOR SOMME) comments
- Splash pages on a high traffic site
- Nginx FastCGI_Cache Vs PHP Caching
- Run W3 Total Cache Flush Function with Crontab [closed]
- How to clear WordPress Cache from Server/FTP/Remote location
- PHP 5.5, w3 Total Cache, and opcache [closed]
- How to prevent those PHP variables from being cached on WordPress?
- How to enable Zend Optimiser+ with Batcache
- Dynamic Stylesheet loads but doesn’t finish
- How to combine wordpress_logged_in cookies in one cookie?
- Passing UTM Parameters To Modify Page In WordPress
- WordPress & Fastcgi proper setup?
- Dynamic content in template
- Is the wp_enqueue method efficient?
- WordPress transient not working with WP Engine
- How to exclude a widget from W3 Total Cache Plugin
- WordPress And High disk i/o
- WordPress 4.2.3 on Windows Server 2008 R2 Creating Files as read only
- Make a page (url) not cacheable [closed]
- Client cant see the Updated dynamic content
- How do I disable cache for a certain page?
- Should I use wp_cache in my plugin to make it faster?
- Refresh page after login with litespeed cache
- Use WP Cron to Clear a Page Cache?
- How save data on user’s client cache
- Force ‘permanent’ post cache of shortcode results
- Fatal Error cannot log into wordpress and website disappeared
- Are WordPress widgets cached?
- How can I improve and optimise my wordpress web server for better performance in 2023
- How to fix “Headers already sent” error in PHP
- problem with ajax and the path to the php page
- How to Explode a Textarea Field and Echo each line separately, wrapped with HTML
- Include a Gutenberg Block in a PHP file
- do not show web page section when using advanced custom fields pro
- How to slow down server response
- Featured image fallback link to permalink
- Facebook “like” open graph meta in header.php
- Working with a modified WordPress & Theme and updating WordPress
- Get all user meta by meta key instead of ID
- Register JS for block on frontend only
- What does $wpdb->get_row return?
- Change the URL of an image from wp_get_attachment_image_src except in the frontpage
- Plugin CSS not enqueing
- What is an equivalent of single_cat_title for getting the slug of the category?
- Count the number of custom posts per user
- getting logged in user info (wp-load.php) from parent directory
- How do I get post attachments in menu_order in WordPress?
- Correct and safe way to include php content in my page
- Revoke Access to certain user roles and admin pages
- Add content after the first post in WP Loop
- update_post_meta on multi-dimensional array options
- retain querystring values when savincustom options in admin
- How to: Conditionally Enqueue JS and Stylesheets, for Custom Post Type (Single and Archive Templates)
- How can I search all plugins for composer’s vendor/autoload.php?
- How do I prepare strings for insertions as values into a MySQL table?
- How to present a div only when the index.php is accessed for/by the single post pages
- Displaying list of posts in category page
- How to get post category list as select in front-end?
- how can I include some custom variable from functions.php?
- Function to call either single post or category
- search and add in wordpress content
- OOP PHP class extends TwentyTwenty_Customize in Child Theme
- PHP using external anonymous function inside class
- How to make Subdomain work for product_tag?
- How to spell out a word in products/posts?
- How do I add a function to parent theme
- Are there any drawbacks on opening a session_start in functions.php and header.php?
- Add Pre-Defined Value to Click Counter in WordPress
- Create a WordPress Contact Form to call a POST AWS API Gateway and send user data
- Setting up a cron job to auto update a custom field
- Confuse between forms and tables
- How do I properly upgrade WordPress’s PHP within an OpenLiteSpeed GCP instance? [closed]
- WordPress is setting from header wrongly in wp_mail
- How to edit content in WordPress and the Polylang – plugin? – with demosite
- Add post title as a link parameter
- Trying to retrieve meta values from three different meta keys and display in rows
- Help with find a bit of code to move from functions.php
- This occurs when I open admin or front on localhost
- Search only for posts with specific metadata?
- ACF background-color per post in a WordPress loop
- oembed facebook link?
- Trouble with checked() for array of multiple checkboxes
- Is it possible to dupplicate a WordPress post with php?
- How to create a radio button to alt between settings in wp_options table
- Filtered table in wordpress
- if user is admin display admin link and logout link else display logout only
- site_url() returns with additional backslashes
- How to redirect unattached image attachments
- WordPress changing single quotes to double quotes in title and content
- Easier URL to an image
- MySQL database migration to WordPress
- Change order that the menu is generated with wp_list_pages
- Using variables as href in anchor tags (PHP) [closed]
- Parse error: syntax error, unexpected ‘else’ (T_ELSE) [closed]
- Code working in functions.php but not pluign for gavity forms
- how to create twitter card without plugin in wordpress website?