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?
- Will php code slow down site?
- “Object-cache.php” disables wp_cron and even disables my entire site, and keeps reappearing by itself again after I delete it
- Creating WordPress Shortcode with Variable
- Catchable fatal error: Object of class stdClass could not be converted to string
- Add shortcode in my div
- Get title attribute from galleries
- Syntax error in a shortcode function
- Execute a function every hour in the background
- How to add text to the start of all comments?
- If else statement to check for thumbnail and whether or not it’s a mobile device – streamline
- How can I display a div ONLY if it is not a certain term page
- Does anyone know all parameters of get_comments()
- Accessing $post after PHP is executed
- How can I automatically resize up images to fit into all of my registered image sizes
- Create page with custom php script and fetched data
- Next post link on a bootstrap button
- Flexslider won’t work on WordPress
- How to show an entire post content and not also the excerpt?
- How to overwrite orderby with add_query_var
- Does WordPress create a new Linux user when creating a new WordPress blog?
- Can’t update multiple rows with $wpdb query
- Get latest post from all categories except one
- What file have I to create in my custom WordPress theme to show all the post belonging to a specific category?
- My php code is not being executed
- Do I have anything to worry about when switching to a default theme to test for plugin conflictions?
- Using Shortcode to Grab Archive Listing, Separate by Year
- Capitalize Shortcode Value on Output
- How to sent a email outside WordPress?
- Function won’t run onclick using Ajax
- Exclude specific post from displaying
- Update postmeta after theme switch
- Update post title from external file?
- Parse error: syntax error, unexpected end of file
- Troll the hackers by redirecting them
- PHP in CSS file?
- How would I use this filter to change the output of the date format to “Twitter time”?
- WP Business Directory Manager Plugin Admin Listings?
- Putting php inside an echo php shortcode
- Add login hyperlink to secondary navigation menu
- WordPress import media error
- Warning: Illegal string offset on theme options page [closed]
- How do I get an external php page to load using javascript
- Help getting previously visited pages ID
- How do I create a numbered list with PHP? [closed]
- Why in my theme I can’t see all the statics content under the posts?
- Woocommerce display one random product via php
- Display all pages – in order
- What does $_GET[‘iphone’] do?
- Change url tag name
- Backend of the WordPress.com [closed]
- Conditional using get_the_ID() not working [closed]
- Appended comments but they show up above the content instead of below
- get_template_directory adding FTP root folders in urls
- Custom ajax call returns 0 [duplicate]
- How to solve Woocommerce Memory Limit
- Metabox Not saving data
- 2nd page displaying the exact same posts as my first page (minus the very first post)
- Hide image if taxonomy term is empty
- Fatal error: Call to undefined function register_new_user()
- Shortcode to find and replace URL
- Remove the More Link
- Why is my str_replace not working on short code submitted by front-end?
- Detecting if parent page has gallery
- Skip foreach loop
- Displaying posts based on category
- stripping tags from excerpt in WordPress is not working
- Prev/Next Links Broken on Static Front Page Pagination
- Pagination broken on is_front_page()