Sök i databasen
-
CSS
-
Themes
-
Plugins
- Change Product Description Tab and Titles in WooCommerce
- Hemsida dålig laddtid vid besök första gången
- Elementor Posts Widget Title Length
- Browser downloads file when opening a page
- Greatly Improve the Entrance Animations
- WooCommerce Tabs as Accordion
- Align checkboxes to the right
- Widget Panel Not Loading
- Elementor Scroll Offset Menu Anchors
- Elementor List Icon fix
- MAINWP – Kod för att se Server-IP
- Locked out from Updraftplus Dashboard
-
Wordpress
-
Server
-
Windows
-
Browsers
-
WooCommerce
< All Topics
Print
Increase WordPress Memory Limit
Posted2024-06-12
Updated2024-06-12
It’s important to increase WordPress memory limit. By default, it’s only 40M and that’s way to low. For WordPress to work properly, the memory should be increased to at least 128M.
Paste this code at the top of wp-config.php below < ?php
define( 'WP_MEMORY_LIMIT', '512M' );
Important:
If you using any of Crocoblocks plugins, e.g. Jetengine it’s vital that you increase WordPress memory limit to 512M. If you don’t increase it you will probably have problem with Elementor Widget Panel Not Loading
You should increase the PHP Memory. Most website host have 128M as default. Increase it to at least 256M. If you can’t change this value, contact your host.