The memory tag has no wiki summary.
1
vote
1answer
73 views
Memory usage for scalable usermeta queries
Problem
Some time ago I posted a question about the scalability of wp_usermeta architecture: my concern, as my client's database of users is growing fast, is now the memory usage of querying the ...
0
votes
1answer
62 views
php.ini -Theme-specific settings
I'm testing a theme on a group of people. Its a microstock image selling theme. Very unique, so far, works great on most hosts.
However many people complain that that the image-processing script ...
0
votes
1answer
41 views
Keeping Objects in Memory
I have built a WordPress plugin using classes. Each project class is created for a specific user. I want to do three things:
Keep the project object in memory for that user between his or her ...
0
votes
1answer
147 views
Wordpress Defined Memory Limit
Running a dedicated managed server with 2 GIGS of RAM. How much memory can I define in wp-config.php
Currently I have
define('WP_MEMORY_LIMIT', '256M');
I have a suspected plugin that resizes ...
0
votes
0answers
32 views
Fatal errors when Safe Mode is off
I have a site that throws fatal errors when Safe Mode is turned off. For example:
Fatal error: Allowed memory size of 262144 bytes exhausted (tried to
allocate 30720 bytes) in
...
0
votes
0answers
71 views
Fatal error: Allowed memory size of 37748736 bytes exhausted …, on larger offset query parameter
I hope this is not a duplicate question.
I have a custom .csv generator functions that basically export data from posts and its post metas.
The function works fine on this WP_query parameter:
...