skip to Main Content

Magento Weird query 100% SQL cpu spike

Currently have an issue with following query spawning multiple times: SELECT `e`.*, IF(at_is_active.value_id > 0, at_is_active.value, at_is_active_default.value) AS `is_a... Whatever it is, it's causing my CPU to spike to the roof... My ony solution so far is to reboot the…

VIEW QUESTION

global $wpdb displaying garbage data along with results of my select query – Phpmyadmin

I have a custom table in MySQL database, which I am trying to query using global $wpdb. I have defined my query using information available from the following two sources: https://codex.wordpress.org/Class_Reference/wpdb https://wordpress.stackexchange.com/questions/233021/display-data-on-word-press-site-posts-and-pages-from-mysql-table This is how the data is in phpMyAdmin:…

VIEW QUESTION
Back To Top
Search