SlideShare a Scribd company logo
How to Solve WordPress
Memory Errors
1/9/2015
Brian Shim
brian.shim@live.com
@brianrshim
Has this happened to you?
Fatal error: Out of memory (allocated
63963136) (tried to allocate 7864320 bytes)
in [path]/wp-
content/plugins/wordfence/lib/wfBrowscapCach
e.php.php on line 16388
First, see how bad the problem is
• Use the TCP Memory Usage plugin
• https://wordpress.org/plugins/tpc-memory-
usage/
• Delete it after use (generates PHP warnings)
Solution #1: Delete unused plugins
• Usually doesn’t save much memory
• Might not have any unused plugins to delete
Solution #2: Increase WordPress’
memory in wp-config.php
/* Memory Limit */
define('WP_MEMORY_LIMIT', '96M');
• Uses more of your server resources
• Can bump into hardware limit
• Treats the symptom not the cause
• Check your PHP memory limit:
<?php phpinfo(); ?>
Solution #3: Get more server memory
• Costs $$
• Treats the symptom, not the problem
• Client may complain
Solution #4: Upgrade PHP to 5.4+!!
• Massive reduction in memory used from PHP
5.3 to PHP 5.4 – 18MB in my test case!
• Treats the cause, not the symptom!
• Free!
• Easy on some shared hosting; takes some
work for self-hosting
• PHP 5.3 is going EOL anyway
• YAY!!!!!
PHP 5.3 to PHP 5.4
Almost 18MB savings in my test!
More data to prove it
https://www.lourdas.name/blog/php-53-vs-54-
memory-usage-and-without-xcache-accelerator
Advanced:
How to upgrade PHP yourself
• Back up your server
• Yum remove httpd and php (site will go
down!)
• Re-install httpd, php, phpmyadmin
• Restore your httpd.conf settings
• This is big surgery, but worth it!
• http://brianshim.com/webtricks/update-
amazon-ami-php5-3-to-php5-4/
More Info
• Blog article:
http://brianshim.com/webtricks/reduce-
wordpress-memory-usage/
• Slideshare (soon):
http://www.slideshare.net/brianshim2

More Related Content

Viewers also liked

Revolusi teknologi
Revolusi teknologiRevolusi teknologi
Revolusi teknologi
Atie Ameera
 
46130579 final-pel
46130579 final-pel46130579 final-pel
46130579 final-pel
chill431
 
SHINE APEX INDIA COMPANY PROFILE
SHINE APEX  INDIA COMPANY PROFILESHINE APEX  INDIA COMPANY PROFILE
SHINE APEX INDIA COMPANY PROFILE
Suresh Kumar
 

Viewers also liked (16)

Have you
Have youHave you
Have you
 
Cuantoelefante frase
Cuantoelefante fraseCuantoelefante frase
Cuantoelefante frase
 
Cuantoelefante frase
Cuantoelefante fraseCuantoelefante frase
Cuantoelefante frase
 
Cuantoelefante frase
Cuantoelefante fraseCuantoelefante frase
Cuantoelefante frase
 
Eye candy for your iPhone
Eye candy for your iPhoneEye candy for your iPhone
Eye candy for your iPhone
 
Referências
ReferênciasReferências
Referências
 
Navistar Spare Parts
Navistar Spare PartsNavistar Spare Parts
Navistar Spare Parts
 
Revolusi teknologi
Revolusi teknologiRevolusi teknologi
Revolusi teknologi
 
Sensor control-system
Sensor control-systemSensor control-system
Sensor control-system
 
Unwrapping Tumblr
Unwrapping TumblrUnwrapping Tumblr
Unwrapping Tumblr
 
Unwrapping Tumblr for Journalists
Unwrapping Tumblr for JournalistsUnwrapping Tumblr for Journalists
Unwrapping Tumblr for Journalists
 
Unwrapping Tumblr for Writers (Advertising & PR at Marquette University)
Unwrapping Tumblr for Writers (Advertising & PR at Marquette University)Unwrapping Tumblr for Writers (Advertising & PR at Marquette University)
Unwrapping Tumblr for Writers (Advertising & PR at Marquette University)
 
Unwrapping Tumblr for PR Writers at Marquette University
Unwrapping Tumblr for PR Writers at Marquette UniversityUnwrapping Tumblr for PR Writers at Marquette University
Unwrapping Tumblr for PR Writers at Marquette University
 
Health literacy presentation
Health literacy presentationHealth literacy presentation
Health literacy presentation
 
46130579 final-pel
46130579 final-pel46130579 final-pel
46130579 final-pel
 
SHINE APEX INDIA COMPANY PROFILE
SHINE APEX  INDIA COMPANY PROFILESHINE APEX  INDIA COMPANY PROFILE
SHINE APEX INDIA COMPANY PROFILE
 

Similar to How to Solve WordPress Memory Errors

Understanding PHP memory
Understanding PHP memoryUnderstanding PHP memory
Understanding PHP memory
julien pauli
 
0628阙宏宇
0628阙宏宇0628阙宏宇
0628阙宏宇
zhu02
 

Similar to How to Solve WordPress Memory Errors (20)

Caching and tuning fun for high scalability
Caching and tuning fun for high scalabilityCaching and tuning fun for high scalability
Caching and tuning fun for high scalability
 
Caching and tuning fun for high scalability @ phpBenelux 2011
Caching and tuning fun for high scalability @ phpBenelux 2011Caching and tuning fun for high scalability @ phpBenelux 2011
Caching and tuning fun for high scalability @ phpBenelux 2011
 
Caching and tuning fun for high scalability @ FrOSCon 2011
Caching and tuning fun for high scalability @ FrOSCon 2011Caching and tuning fun for high scalability @ FrOSCon 2011
Caching and tuning fun for high scalability @ FrOSCon 2011
 
Lonestar php scalingmagento
Lonestar php scalingmagentoLonestar php scalingmagento
Lonestar php scalingmagento
 
Understanding PHP memory
Understanding PHP memoryUnderstanding PHP memory
Understanding PHP memory
 
0628阙宏宇
0628阙宏宇0628阙宏宇
0628阙宏宇
 
Anthony Somerset - Site Speed = Success!
Anthony Somerset - Site Speed = Success!Anthony Somerset - Site Speed = Success!
Anthony Somerset - Site Speed = Success!
 
The 5 most common reasons for a slow WordPress site and how to fix them – ext...
The 5 most common reasons for a slow WordPress site and how to fix them – ext...The 5 most common reasons for a slow WordPress site and how to fix them – ext...
The 5 most common reasons for a slow WordPress site and how to fix them – ext...
 
Caching and tuning fun for high scalability
Caching and tuning fun for high scalabilityCaching and tuning fun for high scalability
Caching and tuning fun for high scalability
 
Caching and tuning fun for high scalability @ PHPTour
Caching and tuning fun for high scalability @ PHPTourCaching and tuning fun for high scalability @ PHPTour
Caching and tuning fun for high scalability @ PHPTour
 
WordPress Security & Backup
WordPress Security & Backup WordPress Security & Backup
WordPress Security & Backup
 
Site Speed = Success – Optimising WordPress from the Server Up - Presented by...
Site Speed = Success – Optimising WordPress from the Server Up - Presented by...Site Speed = Success – Optimising WordPress from the Server Up - Presented by...
Site Speed = Success – Optimising WordPress from the Server Up - Presented by...
 
Cache Rules Everything Around Me - DevIntersection - December 2022
Cache Rules Everything Around Me - DevIntersection - December 2022Cache Rules Everything Around Me - DevIntersection - December 2022
Cache Rules Everything Around Me - DevIntersection - December 2022
 
Caching and tuning fun for high scalability @ FOSDEM 2012
Caching and tuning fun for high scalability @ FOSDEM 2012Caching and tuning fun for high scalability @ FOSDEM 2012
Caching and tuning fun for high scalability @ FOSDEM 2012
 
Cache Rules Everything Around Me - Momentum - October 2022.pptx
Cache Rules Everything Around Me - Momentum - October 2022.pptxCache Rules Everything Around Me - Momentum - October 2022.pptx
Cache Rules Everything Around Me - Momentum - October 2022.pptx
 
Responsible [digital] Home Ownership
Responsible [digital] Home OwnershipResponsible [digital] Home Ownership
Responsible [digital] Home Ownership
 
phptek13 - Caching and tuning fun tutorial
phptek13 - Caching and tuning fun tutorialphptek13 - Caching and tuning fun tutorial
phptek13 - Caching and tuning fun tutorial
 
Memcached B box presentation
Memcached B box presentationMemcached B box presentation
Memcached B box presentation
 
Caching 101
Caching 101Caching 101
Caching 101
 
Introduction to Optimizing WordPress for Website Speed
Introduction to Optimizing WordPress for Website SpeedIntroduction to Optimizing WordPress for Website Speed
Introduction to Optimizing WordPress for Website Speed
 

Recently uploaded

Standard Reomte Control Interface - Neometrix
Standard Reomte Control Interface - NeometrixStandard Reomte Control Interface - Neometrix
Standard Reomte Control Interface - Neometrix
Neometrix_Engineering_Pvt_Ltd
 
Fruit shop management system project report.pdf
Fruit shop management system project report.pdfFruit shop management system project report.pdf
Fruit shop management system project report.pdf
Kamal Acharya
 
Laundry management system project report.pdf
Laundry management system project report.pdfLaundry management system project report.pdf
Laundry management system project report.pdf
Kamal Acharya
 
CFD Simulation of By-pass Flow in a HRSG module by R&R Consult.pptx
CFD Simulation of By-pass Flow in a HRSG module by R&R Consult.pptxCFD Simulation of By-pass Flow in a HRSG module by R&R Consult.pptx
CFD Simulation of By-pass Flow in a HRSG module by R&R Consult.pptx
R&R Consult
 
Online blood donation management system project.pdf
Online blood donation management system project.pdfOnline blood donation management system project.pdf
Online blood donation management system project.pdf
Kamal Acharya
 

Recently uploaded (20)

Courier management system project report.pdf
Courier management system project report.pdfCourier management system project report.pdf
Courier management system project report.pdf
 
Halogenation process of chemical process industries
Halogenation process of chemical process industriesHalogenation process of chemical process industries
Halogenation process of chemical process industries
 
Introduction to Casting Processes in Manufacturing
Introduction to Casting Processes in ManufacturingIntroduction to Casting Processes in Manufacturing
Introduction to Casting Processes in Manufacturing
 
weather web application report.pdf
weather web application report.pdfweather web application report.pdf
weather web application report.pdf
 
Online resume builder management system project report.pdf
Online resume builder management system project report.pdfOnline resume builder management system project report.pdf
Online resume builder management system project report.pdf
 
Standard Reomte Control Interface - Neometrix
Standard Reomte Control Interface - NeometrixStandard Reomte Control Interface - Neometrix
Standard Reomte Control Interface - Neometrix
 
Quality defects in TMT Bars, Possible causes and Potential Solutions.
Quality defects in TMT Bars, Possible causes and Potential Solutions.Quality defects in TMT Bars, Possible causes and Potential Solutions.
Quality defects in TMT Bars, Possible causes and Potential Solutions.
 
Cloud-Computing_CSE311_Computer-Networking CSE GUB BD - Shahidul.pptx
Cloud-Computing_CSE311_Computer-Networking CSE GUB BD - Shahidul.pptxCloud-Computing_CSE311_Computer-Networking CSE GUB BD - Shahidul.pptx
Cloud-Computing_CSE311_Computer-Networking CSE GUB BD - Shahidul.pptx
 
HYDROPOWER - Hydroelectric power generation
HYDROPOWER - Hydroelectric power generationHYDROPOWER - Hydroelectric power generation
HYDROPOWER - Hydroelectric power generation
 
The Ultimate Guide to External Floating Roofs for Oil Storage Tanks.docx
The Ultimate Guide to External Floating Roofs for Oil Storage Tanks.docxThe Ultimate Guide to External Floating Roofs for Oil Storage Tanks.docx
The Ultimate Guide to External Floating Roofs for Oil Storage Tanks.docx
 
CME397 Surface Engineering- Professional Elective
CME397 Surface Engineering- Professional ElectiveCME397 Surface Engineering- Professional Elective
CME397 Surface Engineering- Professional Elective
 
Fruit shop management system project report.pdf
Fruit shop management system project report.pdfFruit shop management system project report.pdf
Fruit shop management system project report.pdf
 
Final project report on grocery store management system..pdf
Final project report on grocery store management system..pdfFinal project report on grocery store management system..pdf
Final project report on grocery store management system..pdf
 
Construction method of steel structure space frame .pptx
Construction method of steel structure space frame .pptxConstruction method of steel structure space frame .pptx
Construction method of steel structure space frame .pptx
 
Laundry management system project report.pdf
Laundry management system project report.pdfLaundry management system project report.pdf
Laundry management system project report.pdf
 
Event Management System Vb Net Project Report.pdf
Event Management System Vb Net  Project Report.pdfEvent Management System Vb Net  Project Report.pdf
Event Management System Vb Net Project Report.pdf
 
CFD Simulation of By-pass Flow in a HRSG module by R&R Consult.pptx
CFD Simulation of By-pass Flow in a HRSG module by R&R Consult.pptxCFD Simulation of By-pass Flow in a HRSG module by R&R Consult.pptx
CFD Simulation of By-pass Flow in a HRSG module by R&R Consult.pptx
 
Scaling in conventional MOSFET for constant electric field and constant voltage
Scaling in conventional MOSFET for constant electric field and constant voltageScaling in conventional MOSFET for constant electric field and constant voltage
Scaling in conventional MOSFET for constant electric field and constant voltage
 
Online blood donation management system project.pdf
Online blood donation management system project.pdfOnline blood donation management system project.pdf
Online blood donation management system project.pdf
 
WATER CRISIS and its solutions-pptx 1234
WATER CRISIS and its solutions-pptx 1234WATER CRISIS and its solutions-pptx 1234
WATER CRISIS and its solutions-pptx 1234
 

How to Solve WordPress Memory Errors

  • 1. How to Solve WordPress Memory Errors 1/9/2015 Brian Shim brian.shim@live.com @brianrshim
  • 2. Has this happened to you? Fatal error: Out of memory (allocated 63963136) (tried to allocate 7864320 bytes) in [path]/wp- content/plugins/wordfence/lib/wfBrowscapCach e.php.php on line 16388
  • 3. First, see how bad the problem is • Use the TCP Memory Usage plugin • https://wordpress.org/plugins/tpc-memory- usage/ • Delete it after use (generates PHP warnings)
  • 4. Solution #1: Delete unused plugins • Usually doesn’t save much memory • Might not have any unused plugins to delete
  • 5. Solution #2: Increase WordPress’ memory in wp-config.php /* Memory Limit */ define('WP_MEMORY_LIMIT', '96M'); • Uses more of your server resources • Can bump into hardware limit • Treats the symptom not the cause • Check your PHP memory limit: <?php phpinfo(); ?>
  • 6. Solution #3: Get more server memory • Costs $$ • Treats the symptom, not the problem • Client may complain
  • 7. Solution #4: Upgrade PHP to 5.4+!! • Massive reduction in memory used from PHP 5.3 to PHP 5.4 – 18MB in my test case! • Treats the cause, not the symptom! • Free! • Easy on some shared hosting; takes some work for self-hosting • PHP 5.3 is going EOL anyway • YAY!!!!!
  • 8. PHP 5.3 to PHP 5.4 Almost 18MB savings in my test!
  • 9. More data to prove it https://www.lourdas.name/blog/php-53-vs-54- memory-usage-and-without-xcache-accelerator
  • 10. Advanced: How to upgrade PHP yourself • Back up your server • Yum remove httpd and php (site will go down!) • Re-install httpd, php, phpmyadmin • Restore your httpd.conf settings • This is big surgery, but worth it! • http://brianshim.com/webtricks/update- amazon-ami-php5-3-to-php5-4/
  • 11. More Info • Blog article: http://brianshim.com/webtricks/reduce- wordpress-memory-usage/ • Slideshare (soon): http://www.slideshare.net/brianshim2