Title: Slow Execution in PHP 8+
Last modified: March 26, 2024

---

# Slow Execution in PHP 8+

 *  Resolved [krishnaguragain](https://wordpress.org/support/users/krishnaguragain/)
 * (@krishnaguragain)
 * [2 years, 1 month ago](https://wordpress.org/support/topic/slow-execution-in-php-8/)
 * With the latest version 3.20.0, its extremely slow execution.
 * ![](https://ibb.co/Rc7hDR4)

Viewing 2 replies - 1 through 2 (of 2 total)

 *  Thread Starter [krishnaguragain](https://wordpress.org/support/users/krishnaguragain/)
 * (@krishnaguragain)
 * [2 years, 1 month ago](https://wordpress.org/support/topic/slow-execution-in-php-8/#post-17527945)
 * [https://ibb.co/Rc7hDR4](https://ibb.co/Rc7hDR4)
 *  Plugin Support [Milos](https://wordpress.org/support/users/miloss84/)
 * (@miloss84)
 * [2 years, 1 month ago](https://wordpress.org/support/topic/slow-execution-in-php-8/#post-17528104)
 * Hi there,
 * When encountering slow execution issues with PHP 8+ while using Elementor, there
   could be several factors contributing to the problem. Here are some steps you
   can take to diagnose and potentially resolve the issue:
    1. **Check PHP Error Logs**: Look into your PHP error logs to see if there are 
       any error messages or warnings related to Elementor or any other plugins/themes
       you’re using. These logs can often provide valuable insights into what might
       be causing the slowdown.
    2. **Update Elementor and Plugins**: Ensure that you’re using the latest version
       of Elementor and any related plugins or themes. Developers often release updates
       to address performance issues and compatibility with newer PHP versions.
    3. **Review Server Configuration**: Make sure your server configuration is optimized
       for PHP 8+. Check PHP settings such as `max_execution_time`, `memory_limit`,
       and `max_input_time`. Adjust these settings if necessary to accommodate the 
       requirements of Elementor and your website.
    4. **Disable Unused Plugins and Themes**: Deactivate any unnecessary plugins and
       themes to see if the slowdown is caused by a conflict between Elementor and 
       another component of your website. If the performance improves after deactivating
       certain plugins or themes, you can gradually re-enable them to identify the 
       specific cause of the issue.
    5. **Cache Optimization**: Implement caching mechanisms such as object caching (
       using Redis or Memcached) and page caching (using plugins like WP Super Cache
       or W3 Total Cache). Caching can significantly improve the performance of dynamic
       content generated by Elementor.
    6. **Database Optimization**: Optimize your WordPress database by removing unnecessary
       data, optimizing database tables, and ensuring that indexes are properly set
       up. Slow database queries can often be a bottleneck for performance.
    7. **Code Profiling**: Use tools like Xdebug or built-in PHP profiling functions
       to profile the execution of your PHP scripts. This can help identify specific
       areas of your code (including Elementor’s code) that may be causing performance
       bottlenecks.
    8. **Server Resources**: Ensure that your server has adequate resources (CPU, memory,
       disk I/O) to handle the demands of Elementor and other components of your website.
       Consider upgrading your hosting plan if necessary.
 * Hope this was helpful

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Slow Execution in PHP 8+’ is closed to new replies.

 * ![](https://ps.w.org/elementor/assets/icon-256x256.gif?rev=3444228)
 * [Elementor Website Builder - more than just a page builder](https://wordpress.org/plugins/elementor/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/elementor/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/elementor/)
 * [Active Topics](https://wordpress.org/support/plugin/elementor/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/elementor/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/elementor/reviews/)

 * 2 replies
 * 2 participants
 * Last reply from: [Milos](https://wordpress.org/support/users/miloss84/)
 * Last activity: [2 years, 1 month ago](https://wordpress.org/support/topic/slow-execution-in-php-8/#post-17528104)
 * Status: resolved