Running into an issue, and this is what my current host support chat response to me simply trying to edit a page using Elementor.
####
Allowed memory exhaustion can mean that a PHP script has exceeded the maximum memory limit set in the server’s PHP configuration. This typically happens when a script consumes too much memory due to large data processing, infinite loops, or excessive AJAX calls (like in your case with xstore_wishlist_fragments).
Based on the graph, the xstore_wishlist_fragments and xstore_get_user_wishlist functions from the et-core-plugin (which is part of the XStore theme) are making frequent AJAX requests to admin-ajax.php.
This can contribute to high memory usage, especially if these requests are triggered on every page load or by multiple users simultaneously.
You’re currently on Version 9.4.8 released on February 27, 2025, which seems to be the most recent version of the theme according to the change logs here.
To mitigate and possibly resolve the issue – look for a setting in XStore’s theme options to disable or limit AJAX calls for the wishlist if possible. or you can reach out to the theme developer for help with this.
####