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?
- Mega Menu Walker
- Why would a GET variable one one page of a site cause a 404 error when a GET variable works on another page of a site?
- Activate different theme for temporary preview
- How do I output a database option that is an array into a get_posts array?
- Trying to regain access to a wordpress based website
- Customizer – Prefix Class Extension
- Removing “wpautop” (auto tags) only on certain pages?
- Alert Bar section within WP loop is displaying even though there are no posts
- Load wordpress content in other domain
- How to set up a If is_singular statement?
- Function sanitize_title() does not appear to be working
- Nav menu from plugin to theme
- Delete images from media library when user deletes an image from ACF Gallery
- Integrate otp in my custom singup form
- problem in using wpdb->prepare and a string placeholder
- How do you detect if a specific word is at the end of a the_title()
- Php echo into tag
- Changing regular db connection to $wpdb
- Custom HTML/CSS Theme into WordPress – SEO considerations
- what is %variable% in a wordpress plugin? [closed]
- Failed opening required in PHP
- How to Set Page Pagination Using Ajax JQuery – WordPress
- How to pass and validate nonce in custom REST routes
- How to get a database field value from a WordPress table? [closed]
- Divi – add title to mobile menu button
- Changing WP_MEMORY_LIMIT doesn’t affect actual memory limit
- How to enqueue structured data as file – jsonld file seems not to work
- Custom WordPress Function – Adding items from Foreach Loop into an array and Updating Field based on array of IDs (ACF + WooCommerce)
- How can I save a user’s Contact Form 7 inputs as separate columns in a custom WordPress table?
- Create custom API endpoint to change custom header image
- how to indicate on post listing title if user already liked this post
- wordpress – page not loading (404) even if it’s there
- if is specific custom post in cpt
- Why is this specific API request failing when sending via wp_remote_post?
- Can’t send form data to wpdb when URL has query string
- XML WP_Query problem in PHP 8.0 and 8.1
- Dynamically added text at bottom of article – non searchable by PHP code
- $wpdb how to make a record lookup
- Add a custom user meta data on registration based on user email
- Error resetting database index using ALTER TABLE in $wpdb->query
- 500 Internal Server Error PHP 8.1 Array with wordpress
- why css file not link?how to create permalink?
- How to add different menu items on different menus?
- Can I associate a custom post type with another custom post type?
- ajax problems on loading page [closed]
- add_post_type_support but for front_page only
- Rename notifications to support [closed]
- Creating posts with php-script + csv
- Woocommerce – Include custom user meta in order ‘filter by registered customer’ Ajax search
- Slick slider not working on wordpress
- Increase Upload Size with htaccess | MAMP
- Change WooCommerce Order status from frontend form submitted data
- Show Login Errors In WordPress/Elementor (Code “works”, but breaks site)
- How do I organize posts based on their taxonomy?
- php was updated – critical error [closed]
- How to use multiple custom post types to archive as front page?
- Trying to add taxonomy terms to search results page
- I updated my version of php and got error
- undefined variable in php
- functions.php doesn’t load all custom theme assets
- How to limit number of posts in the certain category and exclude the oldest post automatically
- Nav menù doesn’t display selected pages
- To perform the requested action, WordPress needs to access your web server
- Shortcode Displays 2 times
- Using Featured Image as Hero Background in Word Press
- PHP – Converting elements to actual values
- Importing data from excel sheet on webpage rather than from within phpMyAdmin
- How do I display WooCommerce products in my query to rows of 3?