If you’re using a memory cache like APC or memcached, their respective admin pages will have the total memory you’re using (my WordPress installs are using 80MB with W3 Total Cache). You could then install wp-super-cache and see what it does to your memory usage.
Related Posts:
- Disable WordPress cache programmatically on a request [closed]
- Lighttpd, WordPress Caching plugin [closed]
- Pre-Caching and Googlebot
- Is this Solution for Caches vs Cookies Going to Get Me in Trouble?
- Pros and Cons for high “expire time” on wp-super-cache or w3-total-cache? [closed]
- Difference between w3total cache disk enhanced and disk basic [closed]
- How does W3 Total Cache CDN URL rewrites work? [closed]
- Proper hook for W3TC defines, or dynamically disable w3 total cache [closed]
- Is W3 Total Cache still useful with CloudFlare? [closed]
- w3 total cache minification breaks wp_localize_script() [closed]
- W3 Total Cache, RackSpace Cloud Files, and Forcing Downloads [closed]
- Page cache for categories not updating with W3 Total Cache [closed]
- Exclude content from w3 total cache [closed]
- Need to create a function that will run regardless of W3TC PageCache for every page request [closed]
- W3 Total Cache active but not working [closed]
- Exclude certain block from caching using Fragment Caching – doesn’t work [closed]
- W3 Total Cache Minify Rewrite Error with WordPress on nginx [closed]
- How to cache custom pages using W3 Total Cache? [closed]
- Showing as logged in after logout (W3 Total Cache issue) [closed]
- WP-e-Commerce and W3-Total-Cache integration problem [closed]
- Trouble with WordPress local development and deployments
- How to exclude a specific template from being cached by a CDN [closed]
- How do I get W3 Total Cache not to cache sidebars? [closed]
- What is difference between ‘Page Cache’ and ‘Object Cache’ in WordPress?
- How can I render shortcode so that its not cached by Caching plugins?
- Programmatically disable W3 Total Cache in development environment [closed]
- How can I use fragment caching to exclude certain plugins from being cached?
- How can I get W3 Total Cache to recognise Amazon ElastiCache? [closed]
- w3 Total Cache expire headers not set [closed]
- Transient API and caching Plugins
- How to handle is_user_logged_in() with w3 total cache [closed]
- How to hide W3 Total Cache from non admins?
- Can I flush W3TC’s cache in a capistrano deploy? [closed]
- W3 Total Cache – Converting Apache rewrites to Nginx [closed]
- Where is New Relic API key? [closed]
- Intercepting Before W3 Total Cache [closed]
- Will setcookie work if there is a cache plugin installed?
- WordPress Leverage browser caching Show how to fix & Eliminate render-blocking JavaScript and CSS in above-the-fold content Show how to fix
- W3Total Cache problem with Nginx [closed]
- Enabling Cache on WP Membership Sites. Good OR Bad?
- Getting “Internal Server Error” when enabling ‘Set expires header’ in W3 Total Cache [closed]
- How to add support for caching plugins for my own plugin?
- Remove “?repeat=w3tc” from any url
- HIgh CPU usage – Will using cache plugins help
- How we stop caching of particular div when i am using w3 total cache plugin? [closed]
- How can I output HTML in a template without it being passed through a caching filter? [closed]
- Split Testing with W3 Cache Enabled? [closed]
- Exclude Random Redirect from caching?
- W3 Total Cache Minify + cforms II = POST /wp-content/plugins/cforms/lib_ajax.php 500 (Internal Server Error) [closed]
- WordPress Template Reverts to default template after changing
- How do I create a link in the WP admin bar that purges all caches (W3 Total Cache)?
- Will memcached improve performance with WP Super Cache already running?
- W3 Total Cache Error: some files appear to be missing or out of place. Please re-install plugin or remove
- Browser detection booleans mess. Caché plugin?
- How to disable cache for the content returned by a shortcode
- When using W3 Total Cache should I remove my enqueues from functions.php [closed]
- WordPress cache login issue (w3 total cache) [closed]
- Get post id of permalink for a specific custom post type?
- W3 Total Cache + S3 + Cloudfront. [closed]
- W3 Total Cache Minification – Any way to not use php? [closed]
- W3 Total Cache benefits without using plugin? [closed]
- WP Super Cache versus W3 Total Cache [closed]
- Too many index.php files running and eating up all memory
- How to make WordPress ignore GET parameters when caching pages?
- Converting bytes to megabytes
- How do I determine the size of my array in C?
- What does pss mean in /proc/pid/smaps
- Docker error : no space left on device
- Stack Memory vs Heap Memory
- How can I explicitly free memory in Python?
- How to clear variables in ipython?
- How to solve munmap_chunk(): invalid pointer error in C++
- How to clear variables in ipython?
- How does the “view” method work in PyTorch?
- Python subprocess.Popen “OSError: [Errno 12] Cannot allocate memory”
- What does ** do in C language?
- Using Dynamic Memory allocation for arrays
- memory error in python
- In Python, what is `sys.maxsize`?
- How do I profile memory usage in Python?
- Difference between word addressable and byte addressable
- Python/Numpy MemoryError
- Is the sizeof(some pointer) always equal to four?
- What does it mean double free detected in tcache 2 while using mpz?
- -bash: fork: Cannot allocate memory
- How to clear memory to prevent “out of memory error” in excel vba?
- How do I determine the size of an object in Python?
- I get this error: “glibc detected”
- Is Python faster and lighter than C++?
- What does ** mean in C?
- Does stack grow upward or downward?
- Fatal Error: Allowed Memory Size of 134217728 Bytes Exhausted (CodeIgniter + XML-RPC)
- Fatal error: Out of memory, but I do have plenty of memory (PHP)
- Destructor for a doubly-linked list that points to its value
- C: pointer to array of pointers to structures (allocation/deallocation issues)
- What is Sandboxed_process0 and why do i have so many instances of it listed in the memory usage for my app
- What is ‘PermSize’ in Java?
- Difference between hive.tez.container.size and tez.task.resource.memory.mb
- What’s the difference between a word and byte?
- malloc(sizeof(int)) vs malloc(sizeof(int *)) vs (int *)malloc(sizeof(int))