Interactive Real Estate 1.0.11

Does Interactive Real Estate work with WordPress 6.8.1 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: 194.94 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 <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=f925cb193b
Aspect after-activation
HTTP status 200
Load time 1.663 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.338 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.317 s
Memory usage 3.67 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.337 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.348 s0.450 s+0.102 s3.51 MiB3.77 MiB+ 267.8 KiB
/wp-admin/edit.php0.202 s0.227 s+0.025 s3.57 MiB3.79 MiB+ 222.86 KiB
/wp-admin/post-new.php0.810 s0.875 s+0.065 s6.06 MiB6.31 MiB+ 251.21 KiB
/wp-admin/upload.php0.788 s0.327 s-0.461 s3.52 MiB3.71 MiB+ 193.3 KiB
/wp-admin/options-writing.php0.222 s0.210 s-0.012 s3.5 MiB3.67 MiB+ 177.36 KiB
/wp-admin/media-new.php0.298 s0.437 s+0.139 s3.49 MiB3.67 MiB+ 185.55 KiB
/wp-admin/edit-tags.php?taxonomy=category0.194 s0.196 s+0.002 s3.5 MiB3.69 MiB+ 191.23 KiB
/wp-admin/post-new.php?post_type=page0.594 s0.641 s+0.047 s6.05 MiB6.29 MiB+ 246.93 KiB
/wp-admin/options-discussion.php0.261 s0.380 s+0.119 s3.5 MiB3.67 MiB+ 173.86 KiB
/wp-admin/edit-comments.php0.450 s0.212 s-0.238 s3.52 MiB3.69 MiB+ 173.36 KiB
/0.302 s0.241 s-0.061 s3.5 MiB3.56 MiB+ 60.9 KiB
Average 0.406 s0.381 s-0.025 s3.98 MiB4.17 MiB+ 194.94 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.2%36,25318,465141
SVG2.9%1,07944
Markdown0.6%21601
JavaScript0.3%98706
CSS0.0%151115
HTML0.0%1401
Total 37,675 18,550 168

PHP Code Analysis | More results »

Lines of code 26,563
Total complexity 6,756
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 157

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

[07-Jul-2025 07:29: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
[07-Jul-2025 07:29: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
[07-Jul-2025 07:29: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
[07-Jul-2025 07:29: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
[07-Jul-2025 07:29: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
[07-Jul-2025 07:29: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
[07-Jul-2025 07:29: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
[07-Jul-2025 07:29: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
[07-Jul-2025 07:29: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