Interactive Real Estate 1.0.12

Does Interactive Real Estate work with WordPress 6.8.2 and PHP 8.1.12? A smoke test was performed on .

Summary

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

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

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

Environment
WordPress version6.8.2
PHP version8.1.12
MySQL version10.6.10
PHP memory limit512M
Plugin Info
Last updated
Active installs <10
WordPress.org page https://wordpress.org/plugins/interactive-real-estate/
Badges

WordPress compatibility badge PHP compatibility badge

Get badge code

Pages 4

interactive real estate ‹ Test site — WordPress

Page screenshot: interactive real estate ‹ Test site — WordPress
URL /wp-admin/admin.php?page=interactive-real-estate
Requested URL /wp-admin/plugins.php?action=activate&plugin=interactive-real-estate%2Finteractive-real-estate.php&plugin_status=all&paged=1&s&_wpnonce=ee311e9ed1
Aspect after-activation
HTTP status 200
Load time 2.661 s
Memory usage 3.88 MiB
JS errors None
Resource errors None

Interactive Real Estate

Page screenshot: Interactive Real Estate
URL /wp-admin/admin.php?page=interactive-real-estate
Aspect menu-item
HTTP status 200
Load time 0.342 s
Memory usage 3.71 MiB
JS errors None
Resource errors None

Interactive Real Estate → Upgrade  ➤

Page screenshot: Interactive Real Estate → Upgrade  ➤
URL /wp-admin/admin.php?page=interactive-real-estate-pricing
Aspect menu-item
HTTP status 200
Load time 0.353 s
Memory usage 3.68 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.379 s
Memory usage 3.56 MiB
JS errors None
Resource errors None

Benchmark

URL Load time Memory usage
Inactive Active Change Inactive Active Change
/wp-admin/index.php0.351 s0.467 s+0.116 s3.51 MiB3.77 MiB+ 270.38 KiB
/wp-admin/edit.php0.225 s0.239 s+0.014 s3.57 MiB3.79 MiB+ 225.43 KiB
/wp-admin/post-new.php0.829 s1.005 s+0.176 s6.06 MiB6.31 MiB+ 253.79 KiB
/wp-admin/upload.php0.773 s0.426 s-0.347 s3.52 MiB3.72 MiB+ 195.88 KiB
/wp-admin/options-writing.php0.213 s0.193 s-0.020 s3.5 MiB3.68 MiB+ 179.93 KiB
/wp-admin/media-new.php0.284 s0.261 s-0.023 s3.49 MiB3.68 MiB+ 188.13 KiB
/wp-admin/edit-tags.php?taxonomy=category0.199 s0.209 s+0.010 s3.5 MiB3.69 MiB+ 193.8 KiB
/wp-admin/post-new.php?post_type=page0.777 s0.836 s+0.059 s6.05 MiB6.29 MiB+ 249.5 KiB
/wp-admin/options-discussion.php0.309 s0.513 s+0.204 s3.5 MiB3.68 MiB+ 176.43 KiB
/wp-admin/edit-comments.php0.205 s0.469 s+0.264 s3.52 MiB3.7 MiB+ 175.93 KiB
/0.320 s0.397 s+0.077 s3.43 MiB3.56 MiB+ 130.67 KiB
Average 0.408 s0.456 s+0.048 s3.97 MiB4.17 MiB+ 203.62 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
Language % Lines of code Comment lines Files
PHP96.7%36,26118,465141
SVG2.9%1,07944
JavaScript0.3%98706
HTML0.1%2802
CSS0.0%151115
Total 37,481 18,550 168

PHP Code Analysis | More results »

Lines of code 26,571
Total complexity 6,757
Median class complexity 28.5
Median method complexity 2.0
Most complex class Freemius
Most complex function FS_Plugin_Info_Dialog::install_plugin_information()
Classes 64
Methods 1,371
Functions 158

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 7

Options wp_options 5

PHP Error Log 9 lines

[24-Jul-2025 00:12:01 UTC] WordPress database error Can't create table `wordpress`.`wp_irep_blocks` (errno: 121 "Duplicate key on write or update") for query ALTER TABLE wp_irep_blocks ADD CONSTRAINT fk_blocks_project_id FOREIGN KEY (project_id) REFERENCES wp_irep_projects(id) ON DELETE CASCADE made by require_once('wp-admin/admin.php'), require_once('wp-load.php'), require_once('wp-config.php'), require_once('wp-settings.php'), do_action('plugins_loaded'), WP_Hook->do_action, WP_Hook->apply_filters, irep_check_plugin_update, irep_create_tables
[24-Jul-2025 00:12:01 UTC] WordPress database error Can't create table `wordpress`.`wp_irep_floors` (errno: 121 "Duplicate key on write or update") for query ALTER TABLE wp_irep_floors ADD CONSTRAINT fk_floors_project_id FOREIGN KEY (project_id) REFERENCES wp_irep_projects(id) ON DELETE CASCADE made by require_once('wp-admin/admin.php'), require_once('wp-load.php'), require_once('wp-config.php'), require_once('wp-settings.php'), do_action('plugins_loaded'), WP_Hook->do_action, WP_Hook->apply_filters, irep_check_plugin_update, irep_create_tables
[24-Jul-2025 00:12:01 UTC] WordPress database error Can't create table `wordpress`.`wp_irep_floors` (errno: 121 "Duplicate key on write or update") for query ALTER TABLE wp_irep_floors ADD CONSTRAINT fk_floors_block_id FOREIGN KEY (block_id) REFERENCES wp_irep_blocks(id) ON DELETE CASCADE made by require_once('wp-admin/admin.php'), require_once('wp-load.php'), require_once('wp-config.php'), require_once('wp-settings.php'), do_action('plugins_loaded'), WP_Hook->do_action, WP_Hook->apply_filters, irep_check_plugin_update, irep_create_tables
[24-Jul-2025 00:12:01 UTC] WordPress database error Can't create table `wordpress`.`wp_irep_types` (errno: 121 "Duplicate key on write or update") for query ALTER TABLE wp_irep_types ADD CONSTRAINT fk_types_project_id FOREIGN KEY (project_id) REFERENCES wp_irep_projects(id) ON DELETE CASCADE made by require_once('wp-admin/admin.php'), require_once('wp-load.php'), require_once('wp-config.php'), require_once('wp-settings.php'), do_action('plugins_loaded'), WP_Hook->do_action, WP_Hook->apply_filters, irep_check_plugin_update, irep_create_tables
[24-Jul-2025 00:12:01 UTC] WordPress database error Can't create table `wordpress`.`wp_irep_flats` (errno: 121 "Duplicate key on write or update") for query ALTER TABLE wp_irep_flats ADD CONSTRAINT fk_flats_project_id FOREIGN KEY (project_id) REFERENCES wp_irep_projects(id) ON DELETE CASCADE made by require_once('wp-admin/admin.php'), require_once('wp-load.php'), require_once('wp-config.php'), require_once('wp-settings.php'), do_action('plugins_loaded'), WP_Hook->do_action, WP_Hook->apply_filters, irep_check_plugin_update, irep_create_tables
[24-Jul-2025 00:12:01 UTC] WordPress database error Can't create table `wordpress`.`wp_irep_flats` (errno: 121 "Duplicate key on write or update") for query ALTER TABLE wp_irep_flats ADD CONSTRAINT fk_flats_block_id FOREIGN KEY (block_id) REFERENCES wp_irep_blocks(id) ON DELETE CASCADE made by require_once('wp-admin/admin.php'), require_once('wp-load.php'), require_once('wp-config.php'), require_once('wp-settings.php'), do_action('plugins_loaded'), WP_Hook->do_action, WP_Hook->apply_filters, irep_check_plugin_update, irep_create_tables
[24-Jul-2025 00:12:01 UTC] WordPress database error Can't create table `wordpress`.`wp_irep_flats` (errno: 121 "Duplicate key on write or update") for query ALTER TABLE wp_irep_flats ADD CONSTRAINT fk_flats_type_id FOREIGN KEY (type_id) REFERENCES wp_irep_types(id) ON DELETE CASCADE made by require_once('wp-admin/admin.php'), require_once('wp-load.php'), require_once('wp-config.php'), require_once('wp-settings.php'), do_action('plugins_loaded'), WP_Hook->do_action, WP_Hook->apply_filters, irep_check_plugin_update, irep_create_tables
[24-Jul-2025 00:12:01 UTC] WordPress database error Can't create table `wordpress`.`wp_irep_project_meta` (errno: 121 "Duplicate key on write or update") for query ALTER TABLE wp_irep_project_meta ADD CONSTRAINT fk_meta_project_id FOREIGN KEY (project_id) REFERENCES wp_irep_projects(id) ON DELETE CASCADE made by require_once('wp-admin/admin.php'), require_once('wp-load.php'), require_once('wp-config.php'), require_once('wp-settings.php'), do_action('plugins_loaded'), WP_Hook->do_action, WP_Hook->apply_filters, irep_check_plugin_update, irep_create_tables
[24-Jul-2025 00:12:01 UTC] WordPress database error Can't create table `wordpress`.`wp_irep_tooltip` (errno: 121 "Duplicate key on write or update") for query ALTER TABLE wp_irep_tooltip ADD CONSTRAINT fk_tooltip_project_id FOREIGN KEY (project_id) REFERENCES wp_irep_projects(id) ON DELETE CASCADE made by require_once('wp-admin/admin.php'), require_once('wp-load.php'), require_once('wp-config.php'), require_once('wp-settings.php'), do_action('plugins_loaded'), WP_Hook->do_action, WP_Hook->apply_filters, irep_check_plugin_update, irep_create_tables
See also: All tests for this plugin, How to Hide Interactive Real Estate Admin Menus