Big memory footprint?
-
Hi all,
I’m tracking with the plugin “Memory Viewer” on my personal site the memory usage of each plugin I’ve installed until now, in order to not exceed the PHP memory limit (64MB) of my hosting server.Surprisingly, one of the most memory-demanding plugin I found is the Newsletter plugin (with 1.7MB), when all the rest of the plugin have a memory footprint of 0.2 ~ 0.9 MB; here is the memory report before and after the plugin deactivaction (I’m logged in as Admin):
Hook | Mem. before (MB)| Mem. after (MB)| ---------------|-----------------|----------------| plugins_loaded | 31.75 | 30.03 | setup_theme | 32.38 | 30.66 | init | 41.41 | 39.68 | wp_loaded | 41.65 | 39.92 | get_header | 42.23 | 40.51 | wp_head | 42.37 | 40.64 | loop_start | 42.98 | 41.29 | loop_end | 43 | 41.32 | wp_footer | 43.09 | 41.4 | shutdown | 43.64 | 41.95 |
I want to ask only two things about this behaviour:
a) will the memory fooprint increase as the number of posts grows?
b) shall I set something on newsletter options in order to reduce this footprint?Thank you in advance,
Nicola
- The topic ‘Big memory footprint?’ is closed to new replies.