Not worth the trouble. WordPress doesn’t eat a lot of memory just-because. It eats a lot of memory because it runs a lot of functionality under the hood.
It is far more easier and efficient to cache results (page generated) with static cache plugin and serve that. That way most visitor will not even hit WP itself.
Related Posts:
- What is copy-on-write?
- What is the purpose of the “role” attribute in HTML?
- Most efficient way to increment a Map value in Java
- Image rotation algorithm
- WP_Query leaking absurd amounts of memory
- Optimizing a Proximity-based Store Location Search on a Shared Web Host?
- Why is home (a lot) slower than other pages?
- Long Waiting Times on GoDaddy? [closed]
- What’s the case against transient-ing almost everything that’s mostly static?
- Is there a way to measure server resource (CPU) usage by WP plugins?
- wordpress with 1.5 million posts
- wp_trash_post is leaking memory
- Any suggestions on how to make this function more efficient or more generally useful?
- How effective are cacheing plugins for dynamic pages?
- better wordpress minify problem
- Compressing JS and CSS
- Is there a way to ensure local fonts load from CDN when CDN is enabled?
- Disable Garbage Collection? [closed]
- Does WP Super Cache really compress my pages? [closed]
- Will memcached improve performance with WP Super Cache already running?
- How to prevent Vimeo duplicate requests?
- Need to optimize wordpress websites on google pageinsight
- Number of queries in wordpress
- Combine several CSS files into one
- My website is slow on the initial load
- What are some ways to speed up a WordPress site that most people don’t know? [closed]
- Converting bytes to megabytes
- What’s the best way to search for a UPC code in a Database?
- 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
- Optimum way to compare strings in JavaScript?
- 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 can you profile a Python script?
- How to clear variables in ipython?
- How does the “view” method work in PyTorch?
- Cleanest way to copy a constant size array in c++11
- Python subprocess.Popen “OSError: [Errno 12] Cannot allocate memory”
- What does ** do in C language?
- How to efficiently remove duplicates from an array without using Set
- Big O, how do you calculate/approximate it?
- Using Dynamic Memory allocation for arrays
- memory error in python
- Why is Fetch task in Hive works faster than Map-only task?
- 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?
- SQL: How to properly check if a record exists
- malloc(sizeof(int)) vs malloc(sizeof(int *)) vs (int *)malloc(sizeof(int))
- Fastest way to put contents of Set
to a single String with words separated by a whitespace? - Steps to optimize WordPress in regard to server load and website speed?
- How to Optimize WP site for millions of posts
- Optimize post insert and delete for bulk operations?
- How to cache json with wp-super cache
- WordPress (MyISAM) database is slow, should I switch to InnoDB?
- How to benchmark a WordPress installation? [closed]
- What is a good alternative to using $content_width for image optimization?
- How to configure WordPress to handle 75,000 pages?
- How to use more than 256MB of memory in the admin?
- Is there a way to exclude the content from the post variable to save on RAM usage?
- What’s a good strategy for planning WordPress DB growth?
- Programmatically adding images to the media library with wp_generate_attachment_metadata randomly fails
- What’s the difference between WP_MEMORY_LIMIT and WP_MAX_MEMORY_LIMIT?
- Set Alias for meta_query arguments in get_posts()
- What’s the ideal way to profile WordPress memory usage?
- Make Google index the entire post if it is separated into several pages
- How do I optimize a custom post type admin page with 25,000 posts?
- Separate Database Tables For Different Post Types
- How to prevent execution of default query, while preserving ability to use WP_Query in template?
- PHP memory friendly alternative to get_posts()
- Scaling a WP eCommerce site
- WordPress variables and memory
- Allowed memory size of 268435456 bytes exhausted (tried to allocate 7146491840906359738 bytes)
- Multiple WordPress sites eat up alot of RAM
- Safe to disable wptexturize?
- Decreasing the Memory Consumption of a WordPress Site?
- Running WordPress on low-end hardware/resources?
- Optimize Multiple Taxonomy Term MySQL Query?
- Memory needed to host 200 wordpress sites?