Im currently using WP-Memory-Usage plugin on my wordpress multisite network to monitor my memory usage. The memory usage displays 39.1 MByte. Does it mean 39.1 MByte per blog?
Tell me more
×
WordPress Answers is a question and answer site for
WordPress developers and administrators. It's 100% free, no registration required.
|
No, this has to do with each page load and uses PHP's memory_get_usage() plugin. Every page load will have a slightly different memory usage. Disabling plugins will decrease it, as the plugin doesn't have to load on that page. This means that the usage will be different on every blog, and possibly on different pages in the blog. |
|||||||
|
|
I believe the plugin displays the total memory being utilized by PHP and WordPress (as a whole, i.e. includes theme, plugins) at that point of time. I suggest checking out Alex Rabe's (plugin author) blog post about the plugin. |
|||
|
|