The memory tag has no wiki summary.
1
vote
1answer
133 views
Find Memory Usage of Admin
I have seen tips which show you how to display the memory usage of your website. This usually involves adding php code to your website theme's function.php file.
However, I am looking to display the ...
1
vote
1answer
265 views
How often does the RSS widget get updates?
I am asking since I am trying to understand if this widget is causing my server to overuse CPU or memory.
But either way - it's interesting to know.
1
vote
2answers
2k views
Out of memory errors - anon-rss or file-rss?
Can anyone help me figure out both which plugin might be causing this error and how I fix it?
[4405235.617144] Out of memory: kill process 1450 (apache2) score 75568 or a child
[4405235.617155] ...
1
vote
2answers
103 views
Can you limit the memory usage of a particular plugin?
I know that it is possible to restrict (or extend) the memory usage of the entire WP site using:
define('WP_MEMORY_LIMIT', '64M')
Is it possible to do the same for only one plugin that the website ...
1
vote
2answers
229 views
How many caching plugins should be used?
Online researching shows that there are many plugins out there to perform caching on WP. Just to name a few:
WP Super Cache
W3 Total Cache
WP Widget Cache
DB Cache Reloaded
1 Blog Cacher
Hyper ...
2
votes
2answers
176 views
Does a WP site consumes memory resources when there are NO visitors?
I understand that every time a visitor goes to a website, it triggers the PHP code that then demands system resources.
My situation is that I have many websites, some not used, just sitting there, ...
7
votes
3answers
611 views
What's the ideal way to profile WordPress memory usage?
We're running a WordPress multisite instance on two Rackspace Cloud servers, one web and one database, with 30 or so sites currently. I've put Nginx in front for static assets and Apache handles all ...
5
votes
3answers
1k views
Decreasing the Memory Consumption of a WordPress Site?
The test site requires a lot of memory when viewing some category/archive pages.
I met with the following error messages yesterday:
Fatal error: Allowed memory size of
33554432 bytes exhausted ...