Memory leak
-
Plugin is causing a memory leak.
wc_get_orders() /wp-content/plugins/wc-live-sale-notifications/xslsn-includes/xslsn-frontendpopup.php:959
This is causing massive database queries:
https://gist.githubusercontent.com/jcatello/0ff87f2af6065be03f28b01251f50228/raw/0b0bd14ab9f6fc4abcc6fbdf42a3d146adcf426b/gistfile1.txt
This is CPU intensive on the database server and due to the results, its causing massive amounts of memory usage per PHP process.
- You must be logged in to reply to this topic.