The plugin has some issues
Sorry, pal! The plugin couldn’t pass all our tests. No hard feelings, right?
-
Minimal impact on memory usage The memory usage of this plugin is less than the average memory usage of other plugins on WordPress.org + 200KB. Check FAQ for more.
-
Minimal impact on pagespeed The impact of this plugin on PageSpeed is less than the average impact of other plugins on WordPress.org + 1000 milliseconds
-
No PHP errors, warning, notices WP Hive automated test found PHP error/s while activating this plugin on our server
-
No Javascript issues WP Hive automated test found no JavaScrip error while activating this plugin on our server
-
Latest PHP 8.1.12 compatible WP Hive automated test found some warnings/errors while testing it with the latest version of PHP. They may/may not cause any issues. You are advised to test yourself
-
Latest WordPress 6.3 compatible WP Hive automated test found that the plugin may not be fully compatible due to PHP warnings, latest version of PHP\'s compatibility. However, this is an automated test and plugin maybe fully compatible. You are advised to test yourself
-
Optimized database footprint The plugin creates more than 50 database tables
-
No activation errors WP Hive automated test found no activation error while activating this plugin on our server
-
No resource errors WP Hive automated test found no resource error/s while trying this plugin on our server
-
Frequently updated The plugin was not updated at least once in the last 90 days

43K
Total Downloads

500
Active Installation

8 years
On WordPress

0.0%
Growth Rate

0
Support Thread

4
Ratings on WordPress

00
Downloads This Week

00
Ago Last Updated
Disclosure: When you buy through affiliate links on this site, WP Hive may earn a commission which
we use to keep the site running. Learn more →
About Ni Cost of Goods for WooCommerce
Performance
Memory Usage
-
Average memory usage is5.93 KB
-
This is less than99%plugins
Page Speed
-
Average page loading time is increased by 0.05 s
-
This is faster than99%plugins
Speed Test Benchmark
Learn more how we collect the data
- Before plugin activation
- After plugin activation
Pages
Benchmark
Change
Memory Usage Benchmark
Learn more how we collect the data
- Before plugin activation
- After plugin activation
Pages
Benchmark
Change
Stats
Download Statistics
Plugin Version Usage
More
Errors
PHP Compatibility Issue
- The plugin has not been properly activated on PHP 8.1.12. It may not work.
WordPress Compatibility Issue
- The plugin may not be fully compatible with WordPress 6.3.
Frequently Updated
- The plugin has not been updated in the last 90 days.
Unoptimized Database Tables
- The plugin uses more than 50 database tables. It is more than usual.
Read more how WP Hive determines this data.
Error Log
We found the following errors while activating the plugin. Read more how WP Hive generates this data.
- [28-Aug-2023 18:14:41 UTC] WordPress database error Table 'wordpress.wp_woocommerce_order_items' doesn't exist for query SELECT terms.name as category_name ,SUM(line_total.meta_value) as line_total ,SUM(ROUND(line_total.meta_value,2)-(ROUND(ni_cost_goods.meta_value,2)*(qty.meta_value))) as category_profit ,SUM(qty.meta_value) as qty FROM wp_posts as posts LEFT JOIN wp_woocommerce_order_items as order_items ON order_items.order_id=posts.ID LEFT JOIN wp_woocommerce_order_itemmeta as product_id ON product_id.order_item_id=order_items.order_item_id LEFT JOIN wp_term_relationships as term_relationships ON term_relationships.object_id=product_id.meta_value LEFT JOIN wp_term_taxonomy as term_taxonomy ON term_taxonomy.term_taxonomy_id=term_relationships.term_taxonomy_id LEFT JOIN wp_terms as terms ON terms.term_id=term_taxonomy.term_id LEFT JOIN wp_woocommerce_order_itemmeta as line_total ON line_total.order_item_id=order_items.order_item_id LEFT JOIN wp_woocommerce_order_itemmeta as qty ON qty.order_item_id=order_items.order_item_id LEFT JOIN wp_woocommerce_order_itemmeta as ni_cost_goods ON ni_cost_goods.order_item_id=order_items.order_item_id WHERE 1 = 1 AND posts.post_type ='shop_order' AND order_items.order_item_type ='line_item' AND product_id.meta_key ='_product_id' AND term_taxonomy.taxonomy ='product_cat' AND line_total.meta_key ='_line_total' AND qty.meta_key ='_qty' AND ni_cost_goods.meta_key ='_ni_cost_goods' AND ni_cost_goods.meta_value>0 GROUP BY terms.term_id Order BY line_total DESC, qty DESC LIMIT 5 made by do_action('toplevel_page_ni-cost-of-goods'), WP_Hook->do_action, WP_Hook->apply_filters, Ni_WooCommerce_Cost_Of_Goods_Init->add_page, Ni_COG_Dashboard->page_init, Ni_COG_Dashboard->get_top_category_query
- [28-Aug-2023 18:14:41 UTC] WordPress database error Table 'wordpress.wp_woocommerce_order_items' doesn't exist for query SELECT billing_email.meta_value as billing_email , billing_first_name.meta_value as billing_first_name , billing_last_name.meta_value as billing_last_name , ROUND(SUM(wooreport_cog.meta_value),2) as total_cost , billing_email.meta_value as billing_email , SUM(quantity.meta_value) as qty , ROUND(SUM(line_total.meta_value),2) as line_total ,ROUND( SUM(line_total.meta_value) - SUM(wooreport_cog.meta_value*quantity.meta_value),2) as line_profit FROM wp_posts as posts LEFT JOIN wp_postmeta as billing_email ON billing_email.post_id = posts.ID LEFT JOIN wp_woocommerce_order_items as woocommerce_order_items ON woocommerce_order_items.order_id=posts.ID LEFT JOIN wp_woocommerce_order_itemmeta as wooreport_cog ON wooreport_cog.order_item_id=woocommerce_order_items.order_item_id LEFT JOIN wp_woocommerce_order_itemmeta as quantity ON quantity.order_item_id=woocommerce_order_items.order_item_id LEFT JOIN wp_woocommerce_order_itemmeta as line_total ON line_total.order_item_id=woocommerce_order_items.order_item_id LEFT JOIN wp_postmeta as billing_first_name ON billing_first_name.post_id = posts.ID LEFT JOIN wp_postmeta as billing_last_name ON billing_last_name.post_id = posts.ID WHERE 1 = 1 AND posts.post_status NOT IN ('auto-draft','inherit') AND posts.post_type ='shop_order' AND billing_email.meta_key = '_billing_email' AND billing_first_name.meta_key = '_billing_first_name' AND billing_last_name.meta_key = '_billing_last_name' AND woocommerce_order_items.order_item_type ='line_item' AND wooreport_cog.meta_key='_ni_cost_goods' AND line_total.meta_key='_line_total' AND wooreport_cog.meta_value > 0 AND quantity.meta_key='_qty' GROUP BY billing_email.meta_value ORDER BY billing_first_name asc, billing_last_name asc LIMIT 5 made by do_action('toplevel_page_ni-cost-of-goods'), WP_Hook->do_action, WP_Hook->apply_filters, Ni_WooCommerce_Cost_Of_Goods_Init->add_page, Ni_COG_Dashboard->page_init, Ni_COG_Dashboard->get_top_customer_query
- [28-Aug-2023 18:14:41 UTC] WordPress database error Table 'wordpress.wp_woocommerce_order_items' doesn't exist for query SELECT order_items.order_item_name ,product_id.meta_value as product_id ,variation_id.meta_value as variation_id ,SUM(line_total.meta_value) as line_total ,SUM(ROUND(line_total.meta_value,2)-(ROUND(ni_cost_goods.meta_value,2)*(qty.meta_value))) as product_profit ,SUM(qty.meta_value) as qty FROM wp_posts as posts LEFT JOIN wp_woocommerce_order_items as order_items ON order_items.order_id=posts.ID LEFT JOIN wp_woocommerce_order_itemmeta as product_id ON product_id.order_item_id=order_items.order_item_id LEFT JOIN wp_woocommerce_order_itemmeta as variation_id ON variation_id.order_item_id=order_items.order_item_id LEFT JOIN wp_woocommerce_order_itemmeta as line_total ON line_total.order_item_id=order_items.order_item_id LEFT JOIN wp_woocommerce_order_itemmeta as qty ON qty.order_item_id=order_items.order_item_id LEFT JOIN wp_woocommerce_order_itemmeta as ni_cost_goods ON ni_cost_goods.order_item_id=order_items.order_item_id WHERE 1 = 1 AND posts.post_type ='shop_order' AND order_items.order_item_type ='line_item' AND product_id.meta_key ='_product_id' AND variation_id.meta_key ='_variation_id' AND line_total.meta_key ='_line_total' AND qty.meta_key ='_qty' AND ni_cost_goods.meta_key ='_ni_cost_goods' AND ni_cost_goods.meta_value>0 GROUP BY product_id.meta_value, variation_id.meta_value order by product_profit DESC LIMIT 5 made by do_action('toplevel_page_ni-cost-of-goods'), WP_Hook->do_action, WP_Hook->apply_filters, Ni_WooCommerce_Cost_Of_Goods_Init->add_page, Ni_COG_Dashboard->page_init, Ni_COG_Dashboard->get_top_product_query
Show Off Your Plugin
PHP 8.1.12
Powered by WP Hive
WP 6.3
Powered by WP Hive
PHP 8.1.12 WP 6.3
Like what you see?
Subscribe to get more quality reviews and articles.
Be Part of the Conversation with WordPress Enthusiasts
Using Ni Cost of Goods for WooC...? Great, join the conversation now!
Let’s talk about overall quality, ease of use, stellar support, unbeatable value, and the amazing experience Ni Cost of Goods for WooC... brings to you.