External errors:
The following JavaScript errors were probably triggered by
WordPress itself, or by compatibility issues in the test runner.
They are not related to the plugin.
[
{
"message": "TypeError: Cannot read properties of null (reading 'offsetHeight')\n at t (/wp-includes/js/dist/widgets.min.js?ver=80e98954519d1dad7a91a2248dbc2cc9:7:10419)\n at IntersectionObserver.n.threshold (/wp-includes/js/dist/widgets.min.js?ver=80e98954519d1dad7a91a2248dbc2cc9:7:10591)",
"trace": null,
"code": null
},
{
"message": "TypeError: Cannot read properties of null (reading 'offsetHeight')\n at t (/wp-includes/js/dist/widgets.min.js?ver=80e98954519d1dad7a91a2248dbc2cc9:7:10419)\n at IntersectionObserver.n.threshold (/wp-includes/js/dist/widgets.min.js?ver=80e98954519d1dad7a91a2248dbc2cc9:7:10591)",
"trace": null,
"code": null
}
]
Resource errors
None
Benchmark
URL
Load time
Memory usage
Inactive
Active
Change
Inactive
Active
Change
/wp-admin/index.php
0.320 s
0.459 s
+0.139 s
3.72 MiB
5.45 MiB
+ 1.73 MiB
/wp-admin/edit.php
0.188 s
0.325 s
+0.137 s
3.75 MiB
5.47 MiB
+ 1.72 MiB
/wp-admin/post-new.php
0.744 s
0.990 s
+0.246 s
5.55 MiB
8.18 MiB
+ 2.64 MiB
/wp-admin/upload.php
0.397 s
0.638 s
+0.241 s
3.68 MiB
5.38 MiB
+ 1.7 MiB
/wp-admin/options-writing.php
0.365 s
0.285 s
-0.080 s
3.62 MiB
5.39 MiB
+ 1.77 MiB
/wp-admin/media-new.php
0.271 s
0.306 s
+0.035 s
3.66 MiB
5.38 MiB
+ 1.72 MiB
/wp-admin/edit-tags.php?taxonomy=category
0.201 s
0.319 s
+0.118 s
3.69 MiB
5.41 MiB
+ 1.73 MiB
/wp-admin/post-new.php?post_type=page
0.707 s
0.710 s
+0.003 s
5.54 MiB
8.18 MiB
+ 2.64 MiB
/wp-admin/options-discussion.php
0.217 s
0.349 s
+0.132 s
3.6 MiB
5.39 MiB
+ 1.79 MiB
/wp-admin/edit-comments.php
0.235 s
0.316 s
+0.081 s
3.69 MiB
5.42 MiB
+ 1.72 MiB
/
0.296 s
0.216 s
-0.080 s
3.6 MiB
4.44 MiB
+ 859.91 KiB
Average
0.358 s
0.447 s
+0.088 s
4.01 MiB
5.83 MiB
+ 1.82 MiB
Code Statistics
Note: Third-party libraries and minified JS/CSS files are excluded from these statistics where
possible, so the numbers you see here may be lower than those reported by other tools.
Things that the plugin adds to the site. This section is not intended to be comprehensive.
The test tool only looks for a few specific types of added content.
[14-Jul-2022 13:34:07 UTC] WordPress database error You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'system tinyint(1) DEFAULT NULL,
created_at date DEFAULT NULL,
' at line 7 for query CREATE TABLE `wp_erp_acct_ledger_categories` (
id int(11) NOT NULL AUTO_INCREMENT,
name varchar(255) DEFAULT NULL,
slug varchar(255) DEFAULT NULL,
chart_id int(11) DEFAULT NULL,
parent_id int(11) DEFAULT NULL,
system tinyint(1) DEFAULT NULL,
created_at date DEFAULT NULL,
created_by varchar(50) DEFAULT NULL,
updated_at date DEFAULT NULL,
updated_by varchar(50) DEFAULT NULL,
PRIMARY KEY (id)
) DEFAULT CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci made by activate_plugin, do_action('activate_erp/wp-erp.php'), WP_Hook->do_action, WP_Hook->apply_filters, WeDevs_ERP_Installer->activate, WeDevs_ERP_Installer->create_tables, dbDelta
[14-Jul-2022 13:34:09 UTC] WordPress database error Table 'wordpress.wp_erp_acct_ledger_categories' doesn't exist for query SELECT id FROM `wp_erp_acct_ledger_categories` LIMIT 0, 1 made by activate_plugin, do_action('activate_erp/wp-erp.php'), WP_Hook->do_action, WP_Hook->apply_filters, WeDevs_ERP_Installer->activate, WeDevs_ERP_Installer->populate_data
[14-Jul-2022 13:34:09 UTC] WordPress database error Table 'wordpress.wp_erp_acct_ledger_categories' doesn't exist for query INSERT INTO `wp_erp_acct_ledger_categories`
(id,name,chart_id)
VALUES
(1,'Current Asset',1),
(2,'Fixed Asset',1),
(3,'Inventory',1),
(4,'Non-current Asset',1),
(5,'Prepayment',1),
(6,'Bank & Cash',1),
(7,'Current Liability',2),
(8,'Liability',2),
(9,'Non-current Liability',2),
(10,'Depreciation',3),
(11,'Direct Costs',3),
(12,'Expense',3),
(13,'Revenue',4),
(14,'Sales',4),
(15,'Other Income',4),
(16,'Equity',5); made by activate_plugin, do_action('activate_erp/wp-erp.php'), WP_Hook->do_action, WP_Hook->apply_filters, WeDevs_ERP_Installer->activate, WeDevs_ERP_Installer->populate_data