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]
- What’s the best way to search for a UPC code in a Database?
- How to solve munmap_chunk(): invalid pointer error in C++
- What does ** do in C language?
- Big O, how do you calculate/approximate it?
- Using Dynamic Memory allocation for arrays
- Is Python faster and lighter than C++?
- Does stack grow upward or downward?
- 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? - How to cache json with wp-super cache
- What is a good alternative to using $content_width for image optimization?
- What’s a good strategy for planning WordPress DB growth?
- Make Google index the entire post if it is separated into several pages
- Separate Database Tables For Different Post Types
- PHP memory friendly alternative to get_posts()
- Does a WP site consumes memory resources when there are NO visitors?
- How to solve ‘Eliminate render-blocking JavaScript and CSS in above-the-fold’ content for multiple files?
- Memory usage when querying users
- How can I free up the memory used by update_post_meta?
- Not enough memory
- Could a higher number of registered image sizes affect performance?
- Continue execution after WP REST API response
- Allowed Memory Size Error in WordPress
- How many caching plugins should be used?
- Should I remove transients from the wp_options table?
- Are there individual memory allocations for different user roles in WordPress?
- WordPress out of memory allocated issue?
- Do WP_debug notices explain why my site runs so slow?
- Find Memory Usage of Admin
- How can I easily reduce the size of WordPress installation from development to production?
- How inefficient is it to use a Custom Post for 4-5 sentences & pull all to 1 page?
- batch UPDATE autoload value in wp_options table
- Memory question on WordPress Multisite
- Page taking time in loading. Also used lazy loading but doesn’t work?
- How to show optimized list of posts with all their attachment images
- Out of memory errors : how best to track them down
- admin-ajax.php + load-scripts.php hanging for minutes
- Adjust Memory Limit on bitnami wordpress server (azure)
- SuperCache for Custom Templates
- fastest replacement DB
- Post MetaTable Overload
- Optimizing a WordPress site
- How can I improve the performance of this query_posts loop?
- Is my host the problem?
- WP_MEMORY_LIMIT didn’t work in wp-config, only within default-constants.php
- What is the difference in the WP memory limits?
- Allowed memory size exhausted problem
- How to use WP_Query() on single.php?
- WordPress memory on 3.X
- WordPress: Allowed Memory Size Exhausted – After Moving from Dev to Live [closed]
- How to deal with too many $_POST variable conditions from ajax request at backend? [closed]
- Limit scripts and styles on dashboard for user role
- Dashboard memory overload problem
- Memory Management when developing plug-ins
- “Allowed memory size” problem [closed]
- Fatal error: allowed memory size when after using enqueue_script
- Fatal error, is this because of host?
- Optimising WP_Query with ACF Fields
- Solution for processing lots of data with CRON/API, dealing with memory/timeout issues
- How to deliver webp format of images to WP REST API
- How to do chunked JS files in WordPress?
- SQL: How to find all attachments that are not used in any posts/pages/custom_post_types
- WordPress vps memory allocation
- Out of Memory But theres more than enough
- How to optimize wp_option table?
- Serve resources from a consistent URL GT Metrix
- Run command to optimize images after they get uploaded to WordPress
- posts_results filter function memory errors
- What can cause JavaScript and CSS files to be minified?
- Website keeps going down, is it a plugin, database, memory problem, or something else?
- PHP Fatal Error: Out of memory
- Reduce initial server response time wordpress
- How to use Virtual Private Server as WordPress Image CDN
- Dump a linux process’s memory to file