You seem to be a little confused about what function APCu performs. It only implements key/value store. It performs no opcode caching, since the whole point of APCu is to leave that to new Zend implementation of opcode.
When you use APC(u) and compatible object cache plugin WP switches to storing its cache (which is natively discarded when page load ends) and transients (which are natively stored in database) in it. While not very visible this is major change to how internals tick.
So answer to your question is two-part:
-
Object cache is highly good idea since it’s used by WP big time and memory store is very very fast.
-
APC(u) is just one of possible backends for object cache and if you are havving issues or concerns about it you could easily explore any alternative (memcached, redis, etc).
Related Posts:
- Nginx FastCGI_Cache Vs PHP Caching
- Conditionally loading JavaScript based on the Advanced Custom Fields in the post
- Run W3 Total Cache Flush Function with Crontab [closed]
- Extremely slow pageload for long post when using the_content?
- Performance issues with large website [closed]
- Why does running get_the_excerpt() when generating JSON file take 28 seconds vs. 599 milliseconds without it?
- PHP Code stuck in Cache [Memcached] [closed]
- Using get_bloginfo(‘template_directory’) or variable – performance issue
- Looking for most performant way to execute several similar WP queries within shortcodes
- It is a good idea to store values from the global $post if they are used multiple times?
- How to prevent those PHP variables from being cached on WordPress?
- WordPress with php 5.5 and zend opcache
- WordPress Script stops suddenly
- Running code before object-cache.php runs
- is there a benefit in using a constant over get_stylesheet_directory_uri?
- customize wordpress database error page
- 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
- Page load timer?
- Can/should we delete wordpress cron jobs with no action?
- How do you measure the PHP generation time of your WordPress pages?
- Language does not switch while cache is enabled
- Huge time to first byte on live site
- Serve cookie free URLs in WordPress without using a CDN
- (Xdebug Profiler) Why are there two cachegrind files generated for one page?
- Create page in templates for pages or the pages manager?
- RegExp to EXCLUDE strip HTML (FOR SOMME) comments
- Perfmon performance counters on WAMP
- Splash pages on a high traffic site
- WordPress article with 50 000 words loading slow – 100% cpu
- In WordPress how do you remove render-blocking CSS manually without a plugin?
- What is the meaning of %s, %1$s etc.? [closed]
- How to use update and delete query in wordpress
- Best way to extends core classes in theme?
- How can i create a function to get youtube video time
- Adding Featured Image to Post programatically
- Refresh page after update_post_meta
- Show only one post for each author ( Page loads too slow )
- Image upload via FTP to wordpress media library
- WP database error for comments_popup_link()
- Add product tag names to WooCommerce new order email subject
- Unable to set right time in admin and frontend template
- Check if current page is wp-admin
- WordPress custom image size on custom field image
- List User order by ID in Descending order (Backend)
- dynamic php inside wordpress page
- Converting MYSQL to WordPress $WPDB
- Get Admin Email Address From External PHP page
- How do I get current page ID in WordPress customizer file?
- How to run a php file that uses wordpress functions from command line?
- Was told to change the .htacess file form .html to .php so this would work properly
- How to bypass maintenance mode with external cron?
- Displaying Woocommerce Product Category in WordPress
- Split reads to a different connection string
- custom user role wordpress – grant guest access to edit.php without insert/update/delete
- PHP > Scheduled Tasks > Sending daily email with dynamic API variables
- Query Pages and post excerpts dynamically
- two columns of posts on homepage, one of them “favorites”
- Parse error: syntax error, unexpected ‘}’ on get_the_author_meta [closed]
- Can’t Query Custom Table Using $wpdb Method
- Update postmeta after theme switch
- WordPress gallery shortag
- Set site title & tagline with wp.config or function.php
- Shortcode to embed Edit Account form not working
- Get user custom field value on function.php
- WooCommerce – Moving Product Price to the Left of Add to Cart Button [closed]
- Dynamically Generate Functions and Hooks
- PHP if have image display image, if else text
- Covert WordPress Blogname into JQuery
- displaying a fall back query if there’s nothing in the post-type category
- need help adding a new sidebar to a page that can’t use page-templates -> multisite
- How to list users like an archive page 10 users on page and have navigations
- WordPressUser Submission Form
- how to add datas in taxonomy to post with wp_insert_post
- Add custom fields from different posts
- How do you get the current post taxonomy so I can get the current post taxonomy? into a variable to THEN loop through all post with that taxonomy.,
- Remove an action created by a Gravity Forms add-on
- Displaying the Archive Page’s Name on the Page
- Adding HTML Code to Replace Text in PHP
- Get nice name of category from slug (remove dashes of category)
- How to disable PHP functions in WordPress?
- Posts missing on author page
- How do I add a predefined class to a custom html element?
- Display post date also if the date it’s the same for each post
- How to access this jQuery/AJAX data in a PHP file/WordPress plugin
- Woocommerce – if selected attribute term equals
- Collapsible menu on post sidebar only expands and does not collapse
- How to trim content AND retain HTML?
- Adding users to another blog
- Display posts using post ID’s in an array
- 403 Forbidden Localhost Wamp Apache Php
- Override 404 when navigating to single php file
- I’m writing my first plugin and my echo output is showing up on every page of my wordpress installation
- Adding a “Word” in php code
- How to add a code for lastpostdate after/inside a specific menu link?
- Adding code to the function file
- Query specific posts per user selections from dropdown menus
- why my “recepie” category is not taken into account in my request
- How to show blog posts changing every time after refreshing the page in non-wordpress website?