Stephino RPG 0.2.6

Does Stephino RPG work with WordPress 5.5.3 and PHP 7.4.8? A smoke test was performed on .

Summary

Errors
12Database errors
No JavaScript exceptions
All test pages loaded successfully
No resource errors
Performance

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

Page speed impact: 0.092 seconds
The average page load time increased by this amount after activating the plugin.

Environment
WordPress version5.5.3
PHP version7.4.8
MySQL version8.0.21
PHP memory limit256M
Plugin Info
Last updated
Active installs 100+
WordPress.org page https://wordpress.org/plugins/stephino-rpg/
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=stephino-rpg%2Fstephino-rpg.php&plugin_status=all&paged=1&s&_wpnonce=0807e81a1e
Aspect after-activation
HTTP status 200
Load time 0.518 s
Memory usage 3.66 MiB
JS errors None
Resource errors None

Play Mors

Page screenshot: Play Mors
URL /wp-admin/admin.php?page=stephino-rpg
Aspect menu-item
HTTP status 200
Load time 4.028 s
Memory usage 3.34 MiB
JS errors None
Resource errors None

Play Mors → Dashboard

Page screenshot: Play Mors → Dashboard
URL /wp-admin/admin.php?page=stephino-rpg-dashboard
Aspect menu-item
HTTP status 200
Load time 0.996 s
Memory usage 3.51 MiB
JS errors None
Resource errors None

Play Mors → Game Mechanics

Page screenshot: Play Mors → Game Mechanics
URL /wp-admin/admin.php?page=stephino-rpg-options
Aspect menu-item
HTTP status 200
Load time 0.541 s
Memory usage 3.38 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.309 s
Memory usage 3.32 MiB
JS errors None
Resource errors None

Benchmark

URL Load time Memory usage
Inactive Active Change Inactive Active Change
/wp-admin/index.php0.480 s0.530 s+0.050 s2.75 MiB3.47 MiB+ 731.7 KiB
/wp-admin/edit.php0.216 s0.448 s+0.232 s2.8 MiB3.51 MiB+ 731.3 KiB
/wp-admin/post-new.php1.578 s1.928 s+0.350 s4.54 MiB5.21 MiB+ 678.91 KiB
/wp-admin/upload.php0.643 s0.743 s+0.100 s2.63 MiB3.34 MiB+ 730.6 KiB
/wp-admin/options-writing.php0.233 s0.173 s-0.060 s2.64 MiB3.33 MiB+ 706.73 KiB
/wp-admin/media-new.php0.295 s0.199 s-0.096 s2.6 MiB3.33 MiB+ 747.13 KiB
/wp-admin/edit-tags.php?taxonomy=category0.214 s0.212 s-0.002 s2.64 MiB3.42 MiB+ 795.68 KiB
/wp-admin/post-new.php?post_type=page1.357 s1.870 s+0.513 s4.53 MiB5.19 MiB+ 674.55 KiB
/wp-admin/options-discussion.php0.362 s0.307 s-0.055 s2.61 MiB3.33 MiB+ 743.45 KiB
/wp-admin/edit-comments.php0.301 s0.336 s+0.035 s2.65 MiB3.42 MiB+ 794.63 KiB
/0.297 s0.245 s-0.052 s2.56 MiB3.32 MiB+ 776.16 KiB
Average 0.543 s0.636 s+0.092 s3 MiB3.72 MiB+ 737.35 KiB

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.

Database Tables 12

Options wp_options 1

PHP Error Log 152 lines

[24-Nov-2020 13:09:52 UTC] WordPress database error Table 'wp_stephino_rpg_users' already exists for query CREATE TABLE `wp_stephino_rpg_users` (
    `user_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT,
    `user_wp_id` bigint(20) UNSIGNED,
    `user_created` int(11) UNSIGNED NOT NULL DEFAULT '0',
    `user_score` bigint(20) UNSIGNED NOT NULL DEFAULT '0',
    `user_battle_victories` bigint(20) UNSIGNED NOT NULL DEFAULT '0',
    `user_battle_draws` bigint(20) UNSIGNED NOT NULL DEFAULT '0',
    `user_battle_defeats` bigint(20) UNSIGNED NOT NULL DEFAULT '0',
    `user_resource_gold` decimal(24,4) UNSIGNED NOT NULL DEFAULT '0',
    `user_resource_research` decimal(24,4) UNSIGNED NOT NULL DEFAULT '0',
    `user_resource_gem` decimal(24,4) UNSIGNED NOT NULL DEFAULT '0',
    `user_tutorial_level` int(4) UNSIGNED NOT NULL DEFAULT '0',
    `user_last_tick` int(11) UNSIGNED NOT NULL DEFAULT '0',
    `user_last_tick_robot` int(11) UNSIGNED NOT NULL DEFAULT '0',
    `user_last_tick_ajax` int(11) UNSIGNED NOT NULL DEFAULT '0',
    `user_banned` int(11) UNSIGNED NOT NULL DEFAULT '0',
    `user_game_settings` text NOT NULL DEFAULT '',
    UNIQUE KEY `user_id` (`user_id`)
); made by require_once('wp-load.php'), require_once('wp-config.php'), require_once('wp-settings.php'), do_action('init'), WP_Hook->do_action, WP_Hook->apply_filters, Stephino_Rpg_WordPress::{closure}, Stephino_Rpg_Task_Cron::robots, Stephino_Rpg_Task_Initializer::initWorld, Stephino_Rpg_Db::get, Stephino_Rpg_Db->__construct, dbDelta
[24-Nov-2020 13:09:52 UTC] WordPress database error Table 'wp_stephino_rpg_messages' already exists for query CREATE TABLE `wp_stephino_rpg_messages` (
    `message_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT,
    `message_to` bigint(20) UNSIGNED NOT NULL,
    `message_from` bigint(20) UNSIGNED NOT NULL DEFAULT '0',
    `message_type` char(1) NOT NULL,
    `message_subject` varchar(128) NOT NULL DEFAULT '',
    `message_content` text NOT NULL DEFAULT '',
    `message_read` tinyint(1) UNSIGNED NOT NULL DEFAULT '0',
    `message_time` int(11) UNSIGNED NOT NULL DEFAULT '0',
    UNIQUE KEY `message_id` (`message_id`)
); made by require_once('wp-load.php'), require_once('wp-config.php'), require_once('wp-settings.php'), do_action('init'), WP_Hook->do_action, WP_Hook->apply_filters, Stephino_Rpg_WordPress::{closure}, Stephino_Rpg_Task_Cron::robots, Stephino_Rpg_Task_Initializer::initWorld, Stephino_Rpg_Db::get, Stephino_Rpg_Db->__construct, dbDelta
[24-Nov-2020 13:09:52 UTC] WordPress database error Table 'wp_stephino_rpg_ptfs' already exists for query CREATE TABLE `wp_stephino_rpg_ptfs` (
    `ptf_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT,
    `ptf_user_id` bigint(20) UNSIGNED NOT NULL DEFAULT '0',
    `ptf_name` varchar(64) NOT NULL DEFAULT '',
    `ptf_content` text NOT NULL DEFAULT '',
    `ptf_width` int(3) UNSIGNED NOT NULL DEFAULT '26',
    `ptf_height` int(3) UNSIGNED NOT NULL DEFAULT '15',
    `ptf_version` int(11) UNSIGNED NOT NULL DEFAULT '1',
    `ptf_created_time` int(11) UNSIGNED NOT NULL DEFAULT '0',
    `ptf_modified_time` int(11) UNSIGNED NOT NULL DEFAULT '0',
    `ptf_started` int(11) UNSIGNED NOT NULL DEFAULT '0',
    `ptf_finished` int(11) UNSIGNED NOT NULL DEFAULT '0',
    `ptf_finished_won` int(11) UNSIGNED NOT NULL DEFAULT '0',
    `ptf_rating` decimal(6,4) UNSIGNED NOT NULL DEFAULT '0',
    `ptf_rating_count` int(11) UNSIGNED NOT NULL DEFAULT '0',
    `ptf_visibility` char(1) NOT NULL DEFAULT 'p',
    UNIQUE KEY `ptf_id` (`ptf_id`)
); made by require_once('wp-load.php'), require_once('wp-config.php'), require_once('wp-settings.php'), do_action('init'), WP_Hook->do_action, WP_Hook->apply_filters, Stephino_Rpg_WordPress::{closure}, Stephino_Rpg_Task_Cron::robots, Stephino_Rpg_Task_Initializer::initWorld, Stephino_Rpg_Db::get, Stephino_Rpg_Db->__construct, dbDelta
[24-Nov-2020 13:09:52 UTC] WordPress database error Table 'wp_stephino_rpg_ptf_plays' already exists for query CREATE TABLE `wp_stephino_rpg_ptf_plays` (
    `ptf_play_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT,
    `ptf_play_ptf_id` bigint(20) UNSIGNED NOT NULL DEFAULT '0',
    `ptf_play_user_id` bigint(20) UNSIGNED NOT NULL DEFAULT '0',
    `ptf_play_started` int(11) UNSIGNED NOT NULL DEFAULT '0',
    `ptf_play_started_time` int(11) UNSIGNED NOT NULL DEFAULT '0',
    `ptf_play_finished` int(11) UNSIGNED NOT NULL DEFAULT '0',
    `ptf_play_won` int(11) UNSIGNED NOT NULL DEFAULT '0',
    `ptf_play_won_time` int(11) UNSIGNED NOT NULL DEFAULT '0',
    `ptf_play_rating` decimal(6,4) UNSIGNED NOT NULL DEFAULT '0',
    `ptf_play_rating_count` int(11) UNSIGNED NOT NULL DEFAULT '0',
    UNIQUE KEY `ptf_play_id` (`ptf_play_id`)
); made by require_once('wp-load.php'), require_once('wp-config.php'), require_once('wp-settings.php'), do_action('init'), WP_Hook->do_action, WP_Hook->apply_filters, Stephino_Rpg_WordPress::{closure}, Stephino_Rpg_Task_Cron::robots, Stephino_Rpg_Task_Initializer::initWorld, Stephino_Rpg_Db::get, Stephino_Rpg_Db->__construct, dbDelta
[24-Nov-2020 13:09:52 UTC] WordPress database error Table 'wp_stephino_rpg_convoys' already exists for query CREATE TABLE `wp_stephino_rpg_convoys` (
    `convoy_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT,
    `convoy_from_user_id` bigint(20) UNSIGNED NOT NULL,
    `convoy_to_user_id` bigint(20) UNSIGNED NOT NULL,
    `convoy_from_island_id` bigint(20) UNSIGNED NOT NULL,
    `convoy_to_island_id` bigint(20) UNSIGNED NOT NULL,
    `convoy_from_city_id` bigint(20) UNSIGNED NOT NULL,
    `convoy_to_city_id` bigint(20) UNSIGNED NOT NULL,
    `convoy_type` char(1) NOT NULL DEFAULT 'a',
    `convoy_travel_duration` int(11) UNSIGNED NOT NULL DEFAULT '0',
    `convoy_travel_fast` tinyint(1) UNSIGNED NOT NULL DEFAULT '0',
    `convoy_time` int(11) UNSIGNED NOT NULL DEFAULT '0',
    `convoy_retreat_time` int(11) UNSIGNED NOT NULL DEFAULT '0',
    `convoy_payload` text NOT NULL DEFAULT '',
    UNIQUE KEY `convoy_id` (`convoy_id`)
); made by require_once('wp-load.php'), require_once('wp-config.php'), require_once('wp-settings.php'), do_action('init'), WP_Hook->do_action, WP_Hook->apply_filters, Stephino_Rpg_WordPress::{closure}, Stephino_Rpg_Task_Cron::robots, Stephino_Rpg_Task_Initializer::initWorld, Stephino_Rpg_Db::get, Stephino_Rpg_Db->__construct, dbDelta
[24-Nov-2020 13:09:52 UTC] WordPress database error Table 'wp_stephino_rpg_queues' already exists for query CREATE TABLE `wp_stephino_rpg_queues` (
    `queue_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT,
    `queue_user_id` bigint(20) UNSIGNED NOT NULL DEFAULT '0',
    `queue_city_id` bigint(20) UNSIGNED NOT NULL DEFAULT '0',
    `queue_item_type` char(1) NOT NULL DEFAULT 'b',
    `queue_item_id` bigint(20) UNSIGNED NOT NULL DEFAULT '0',
    `queue_quantity` bigint(20) UNSIGNED NOT NULL DEFAULT '0',
    `queue_duration` decimal(24,4) UNSIGNED NOT NULL DEFAULT '0',
    `queue_time` int(11) UNSIGNED NOT NULL DEFAULT '0',
    UNIQUE KEY `queue_id` (`queue_id`)
); made by require_once('wp-load.php'), require_once('wp-config.php'), require_once('wp-settings.php'), do_action('init'), WP_Hook->do_action, WP_Hook->apply_filters, Stephino_Rpg_WordPress::{closure}, Stephino_Rpg_Task_Cron::robots, Stephino_Rpg_Task_Initializer::initWorld, Stephino_Rpg_Db::get, Stephino_Rpg_Db->__construct, dbDelta
[24-Nov-2020 13:09:52 UTC] WordPress database error Table 'wp_stephino_rpg_islands' already exists for query CREATE TABLE `wp_stephino_rpg_islands` (
    `island_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT,
    `island_name` varchar(128) NOT NULL,
    `island_config_id` int(11) UNSIGNED NOT NULL DEFAULT '0',
    `island_statue_config_id` int(11) UNSIGNED NOT NULL DEFAULT '0',
    `island_statue_level` int(11) UNSIGNED NOT NULL DEFAULT '1',
    `island_is_full` tinyint(1) UNSIGNED NOT NULL DEFAULT '0',
    UNIQUE KEY `island_id` (`island_id`)
); made by require_once('wp-load.php'), require_once('wp-config.php'), require_once('wp-settings.php'), do_action('init'), WP_Hook->do_action, WP_Hook->apply_filters, Stephino_Rpg_WordPress::{closure}, Stephino_Rpg_Task_Cron::robots, Stephino_Rpg_Task_Initializer::initWorld, Stephino_Rpg_Db::get, Stephino_Rpg_Db->__construct, dbDelta
[24-Nov-2020 13:09:52 UTC] WordPress database error Table 'wp_stephino_rpg_cities' already exists for query CREATE TABLE `wp_stephino_rpg_cities` (
    `city_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT,
    `city_created` int(11) UNSIGNED NOT NULL DEFAULT '0',

(+52 more lines)
See also: All tests for this plugin, How to Hide Stephino RPG Admin Menus