Mistape 1.4.0

Does Mistape work with WordPress 6.8.1 and PHP 8.1.12? A smoke test was performed on .

Summary

Errors
2PHP warnings
1Database errors
No JavaScript exceptions
All test pages loaded successfully
No resource errors
Performance

Memory usage: 45.96 KiB
The average PHP memory usage increased by this amount after activating by the plugin.

Page speed impact: insignificant.
The plugin didn't make the site noticeably slower.

Environment
WordPress version6.8.1
PHP version8.1.12
MySQL version10.6.10
PHP memory limit512M
Plugin Info
Last updated
Active installs 3,000+
WordPress.org page https://wordpress.org/plugins/mistape/
Badges

WordPress compatibility badge PHP compatibility badge

Get badge code

Pages 5

Plugins ‹ Test site — WordPress

Page screenshot: Plugins ‹ Test site — WordPress
URL /wp-admin/plugins.php?plugin_status=all&paged=1&s
Requested URL /wp-admin/plugins.php?action=activate&plugin=mistape%2Fmistape.php&plugin_status=all&paged=1&s&_wpnonce=a2f71e9647
Aspect after-activation
HTTP status 200
Load time 0.825 s
Memory usage 3.58 MiB
JS errors None
Resource errors None

Mistape

Page screenshot: Mistape
URL /wp-admin/admin.php?page=mistape
Aspect menu-item
HTTP status 200
Load time 0.195 s
Memory usage 3.55 MiB
JS errors None
Resource errors None

Mistape → Settings

Page screenshot: Mistape → Settings
URL /wp-admin/admin.php?page=mistape_settings
Aspect menu-item
HTTP status 200
Load time 0.302 s
Memory usage 3.54 MiB
JS errors None
Resource errors None

Mistape → Settings → Help

Page screenshot: Mistape → Settings → Help
URL /wp-admin/admin.php?page=mistape_settings&tab=help
Aspect menu-item-tab
HTTP status 200
Load time 0.291 s
Memory usage 3.54 MiB
JS errors None
Resource errors None

Test site – Just another WordPress site

Page screenshot: Test site – Just another WordPress site
URL /
Aspect front-page
HTTP status 200
Load time 0.199 s
Memory usage 3.46 MiB
JS errors None
Resource errors None

Benchmark

URL Load time Memory usage
Inactive Active Change Inactive Active Change
/wp-admin/index.php0.314 s0.310 s-0.004 s3.51 MiB3.56 MiB+ 56.34 KiB
/wp-admin/edit.php0.205 s0.195 s-0.010 s3.57 MiB3.62 MiB+ 54.29 KiB
/wp-admin/post-new.php0.812 s0.658 s-0.154 s6.06 MiB6.12 MiB+ 57.57 KiB
/wp-admin/upload.php0.718 s0.527 s-0.191 s3.52 MiB3.56 MiB+ 36.88 KiB
/wp-admin/options-writing.php0.202 s0.289 s+0.087 s3.5 MiB3.54 MiB+ 40.88 KiB
/wp-admin/media-new.php0.265 s0.233 s-0.032 s3.49 MiB3.54 MiB+ 49.07 KiB
/wp-admin/edit-tags.php?taxonomy=category0.175 s0.196 s+0.021 s3.5 MiB3.56 MiB+ 59.74 KiB
/wp-admin/post-new.php?post_type=page0.601 s0.581 s-0.020 s6.05 MiB6.1 MiB+ 53.09 KiB
/wp-admin/options-discussion.php0.271 s0.247 s-0.024 s3.5 MiB3.54 MiB+ 37.38 KiB
/wp-admin/edit-comments.php0.209 s0.210 s+0.001 s3.52 MiB3.56 MiB+ 36.88 KiB
/0.350 s0.220 s-0.130 s3.43 MiB3.46 MiB+ 23.41 KiB
Average 0.375 s0.333 s-0.041 s3.97 MiB4.01 MiB+ 45.96 KiB

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.

PHP
PO File
JavaScript
CSS
Language % Lines of code Comment lines Files
PHP41.2%2,3573577
PO File27.0%1,5427226
JavaScript17.0%9691525
CSS14.1%806263
SVG0.7%4239
Total 5,716 1,260 30

PHP Code Analysis | More results »

Lines of code 2,387
Total complexity 491
Median class complexity 69.5
Median method complexity 2.0
Most complex class Deco_Mistape_Reports_List_Table
Most complex function Deco_Mistape_Admin::validate_options()
Classes 6
Methods 121
Functions 1

Additions

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.

Options wp_options 2

PHP Error Log 30 lines

[02-May-2025 05:28:31 UTC] WordPress database error You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near 'UNSIGNED,
  post_author bigint(20) UNSIGNED,
  reporter_user_id bigint(20) UN...' at line 4 for query 
CREATE TABLE wp_mistape_reports (
  ID bigint(20) unsigned NOT NULL auto_increment,
  blog_id int(11) DEFAULT '1',
  post_id bigint(20) unsigned UNSIGNED,
  post_author bigint(20) UNSIGNED,
  reporter_user_id bigint(20) UNSIGNED,
  reporter_IP varchar(100) NOT NULL,
  date datetime NOT NULL default '0000-00-00 00:00:00',
  date_gmt datetime NOT NULL default '0000-00-00 00:00:00',
  selection varchar(255) NOT NULL,
  selection_word varchar(255),
  selection_replace_context varchar(2000),
  selection_context varchar(2000),
  comment varchar(2000),
  url varchar(2083),
  agent varchar(255),
  language varchar(50),
  status varchar(20) NOT NULL default 'pending',
  token char(20),
  PRIMARY KEY (ID),
  KEY post_id (post_id),
  KEY post_author (post_author),
  KEY reporter_user_id (reporter_user_id),
  KEY date_gmt (date_gmt)
) DEFAULT CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci made by activate_plugin, do_action('activate_mistape/mistape.php'), WP_Hook->do_action, WP_Hook->apply_filters, Deco_Mistape_Admin::activation, Deco_Mistape_Abstract::create_db, dbDelta
[02-May-2025 05:28:33 UTC] PHP Warning:  Undefined array key "color_scheme" in /wp-content/plugins/mistape/src/class-deco-mistape-admin.php on line 487
[02-May-2025 05:28:34 UTC] PHP Warning:  Undefined array key "color_scheme" in /wp-content/plugins/mistape/src/class-deco-mistape-admin.php on line 487
See also: All tests for this plugin, How to Hide Mistape Admin Menus