Havenlytics – Real Estate & Property Listings 1.0.2

Does "Havenlytics – Real Estate & Property Listings" work with WordPress 6.8.1 and PHP 8.1.12? A smoke test was performed on .

Summary

Errors
57PHP warnings
No JavaScript exceptions
All test pages loaded successfully
No resource errors
Performance

Memory usage: 105.3 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/havenlytics/
Badges

WordPress compatibility badge PHP compatibility badge

Get badge code

Pages 6

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=havenlytics%2Fhavenlytics.php&plugin_status=all&paged=1&s&_wpnonce=4d37b676a8
Aspect after-activation
HTTP status 200
Load time 0.348 s
Memory usage 3.58 MiB
JS errors None
Resource errors None

Havenlytics

Page screenshot: Havenlytics
URL /wp-admin/edit.php?post_type=hvnly_property
Aspect menu-item
HTTP status 200
Load time 0.163 s
Memory usage 3.62 MiB
JS errors None
Resource errors None

Havenlytics → Add New Property

Page screenshot: Havenlytics → Add New Property
URL /wp-admin/post-new.php?post_type=hvnly_property
Aspect menu-item
HTTP status 200
Load time 0.602 s
Memory usage 6.37 MiB
JS errors None
Resource errors None

Havenlytics → Categories

Page screenshot: Havenlytics → Categories
URL /wp-admin/edit-tags.php?taxonomy=hvnly_property_category&post_type=hvnly_property
Aspect menu-item
HTTP status 200
Load time 0.190 s
Memory usage 3.56 MiB
JS errors None
Resource errors None

Havenlytics → Tags

Page screenshot: Havenlytics → Tags
URL /wp-admin/edit-tags.php?taxonomy=hvnly_property_tag&post_type=hvnly_property
Aspect menu-item
HTTP status 200
Load time 0.150 s
Memory usage 3.56 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.193 s
Memory usage 3.5 MiB
JS errors None
Resource errors None

Benchmark

URL Load time Memory usage
Inactive Active Change Inactive Active Change
/wp-admin/index.php0.281 s0.477 s+0.196 s3.51 MiB3.57 MiB+ 61.5 KiB
/wp-admin/edit.php0.187 s0.213 s+0.026 s3.57 MiB3.64 MiB+ 68.26 KiB
/wp-admin/post-new.php0.737 s0.595 s-0.142 s6.06 MiB6.38 MiB+ 325.31 KiB
/wp-admin/upload.php0.555 s0.300 s-0.255 s3.52 MiB3.57 MiB+ 47.23 KiB
/wp-admin/options-writing.php0.201 s0.181 s-0.020 s3.5 MiB3.55 MiB+ 51.22 KiB
/wp-admin/media-new.php0.265 s0.235 s-0.030 s3.49 MiB3.55 MiB+ 59.41 KiB
/wp-admin/edit-tags.php?taxonomy=category0.194 s0.173 s-0.021 s3.5 MiB3.57 MiB+ 64.55 KiB
/wp-admin/post-new.php?post_type=page0.588 s0.731 s+0.143 s6.05 MiB6.37 MiB+ 325.18 KiB
/wp-admin/options-discussion.php0.590 s0.250 s-0.340 s3.5 MiB3.55 MiB+ 47.72 KiB
/wp-admin/edit-comments.php0.236 s0.180 s-0.056 s3.52 MiB3.57 MiB+ 47.22 KiB
/0.283 s0.168 s-0.115 s3.44 MiB3.5 MiB+ 60.69 KiB
Average 0.374 s0.318 s-0.056 s3.97 MiB4.07 MiB+ 105.3 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.

CSS
PHP
Language % Lines of code Comment lines Files
CSS57.1%2,7032414
PHP39.2%1,85721013
JavaScript3.7%174274
Total 4,734 478 21

PHP Code Analysis | More results »

Lines of code 1,473
Total complexity 123
Median class complexity 11.0
Median method complexity 2.0
Most complex class Hvnly_Property_Frontend
Most complex function Hvnly_Property_Meta_Fields::hvnly_property_save_meta_data()
Classes 6
Methods 38
Functions 2

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 1

Custom Post Types 1

ID Name
hvnly_propertyProperties

Meta Boxes

{
    "hvnly_property": {
        "havenlytics_property_details": {
            "title": "Property Details",
            "context": "normal"
        },
        "havenlytics_property_additional": {
            "title": "Additional Information",
            "context": "normal"
        },
        "havenlytics_property_features": {
            "title": "Property Features",
            "context": "normal"
        },
        "havenlytics_property_location": {
            "title": "Location & Neighborhood",
            "context": "normal"
        },
        "havenlytics_property_gallery": {
            "title": "Property Gallery",
            "context": "normal"
        },
        "havenlytics_property_virtual_tour": {
            "title": "Virtual Tour",
            "context": "side"
        },
        "havenlytics_property_youtube": {
            "title": "YouTube Video",
            "context": "side"
        }
    }
}

PHP Error Log 57 lines

[21-Jun-2025 08:42:39 UTC] PHP Warning:  Undefined variable $data in /wp-content/plugins/havenlytics/havenlytics.php on line 38
[21-Jun-2025 08:42:39 UTC] PHP Warning:  Undefined variable $wpdb in /wp-content/plugins/havenlytics/havenlytics.php on line 41
[21-Jun-2025 08:42:39 UTC] PHP Warning:  Attempt to read property "prefix" on null in /wp-content/plugins/havenlytics/havenlytics.php on line 41
[21-Jun-2025 08:42:39 UTC] PHP Warning:  Undefined variable $data in /wp-content/plugins/havenlytics/havenlytics.php on line 38
[21-Jun-2025 08:42:40 UTC] PHP Warning:  Undefined variable $data in /wp-content/plugins/havenlytics/havenlytics.php on line 38
[21-Jun-2025 08:42:40 UTC] PHP Warning:  Undefined variable $data in /wp-content/plugins/havenlytics/havenlytics.php on line 38
[21-Jun-2025 08:42:40 UTC] PHP Warning:  Undefined variable $data in /wp-content/plugins/havenlytics/havenlytics.php on line 38
[21-Jun-2025 08:42:41 UTC] PHP Warning:  Undefined variable $data in /wp-content/plugins/havenlytics/havenlytics.php on line 38
[21-Jun-2025 08:42:42 UTC] PHP Warning:  Undefined variable $data in /wp-content/plugins/havenlytics/havenlytics.php on line 38
[21-Jun-2025 08:42:42 UTC] PHP Warning:  Undefined variable $data in /wp-content/plugins/havenlytics/havenlytics.php on line 38
[21-Jun-2025 08:42:42 UTC] PHP Warning:  Undefined variable $data in /wp-content/plugins/havenlytics/havenlytics.php on line 38
[21-Jun-2025 08:42:42 UTC] PHP Warning:  Undefined variable $data in /wp-content/plugins/havenlytics/havenlytics.php on line 38
[21-Jun-2025 08:42:42 UTC] PHP Warning:  Undefined variable $data in /wp-content/plugins/havenlytics/havenlytics.php on line 38
[21-Jun-2025 08:42:42 UTC] PHP Warning:  Undefined variable $data in /wp-content/plugins/havenlytics/havenlytics.php on line 38
[21-Jun-2025 08:42:42 UTC] PHP Warning:  Undefined variable $data in /wp-content/plugins/havenlytics/havenlytics.php on line 38
[21-Jun-2025 08:42:43 UTC] PHP Warning:  Undefined variable $data in /wp-content/plugins/havenlytics/havenlytics.php on line 38
[21-Jun-2025 08:42:44 UTC] PHP Warning:  Undefined variable $data in /wp-content/plugins/havenlytics/havenlytics.php on line 38
[21-Jun-2025 08:42:44 UTC] PHP Warning:  Undefined variable $data in /wp-content/plugins/havenlytics/havenlytics.php on line 38
[21-Jun-2025 08:42:44 UTC] PHP Warning:  Undefined variable $data in /wp-content/plugins/havenlytics/havenlytics.php on line 38
[21-Jun-2025 08:42:45 UTC] PHP Warning:  Undefined variable $data in /wp-content/plugins/havenlytics/havenlytics.php on line 38
[21-Jun-2025 08:42:46 UTC] PHP Warning:  Undefined variable $data in /wp-content/plugins/havenlytics/havenlytics.php on line 38
[21-Jun-2025 08:42:46 UTC] PHP Warning:  Undefined variable $data in /wp-content/plugins/havenlytics/havenlytics.php on line 38
[21-Jun-2025 08:42:47 UTC] PHP Warning:  Undefined variable $data in /wp-content/plugins/havenlytics/havenlytics.php on line 38
[21-Jun-2025 08:42:47 UTC] PHP Warning:  Undefined variable $data in /wp-content/plugins/havenlytics/havenlytics.php on line 38
[21-Jun-2025 08:42:48 UTC] PHP Warning:  Undefined variable $data in /wp-content/plugins/havenlytics/havenlytics.php on line 38
[21-Jun-2025 08:42:48 UTC] PHP Warning:  Undefined variable $data in /wp-content/plugins/havenlytics/havenlytics.php on line 38
[21-Jun-2025 08:42:48 UTC] PHP Warning:  Undefined variable $data in /wp-content/plugins/havenlytics/havenlytics.php on line 38
[21-Jun-2025 08:42:48 UTC] PHP Warning:  Undefined variable $data in /wp-content/plugins/havenlytics/havenlytics.php on line 38
[21-Jun-2025 08:42:48 UTC] PHP Warning:  Undefined variable $data in /wp-content/plugins/havenlytics/havenlytics.php on line 38
[21-Jun-2025 08:42:48 UTC] PHP Warning:  Undefined variable $data in /wp-content/plugins/havenlytics/havenlytics.php on line 38
[21-Jun-2025 08:42:48 UTC] PHP Warning:  Undefined variable $data in /wp-content/plugins/havenlytics/havenlytics.php on line 38
[21-Jun-2025 08:42:48 UTC] PHP Warning:  Undefined variable $data in /wp-content/plugins/havenlytics/havenlytics.php on line 38
[21-Jun-2025 08:42:48 UTC] PHP Warning:  Undefined variable $data in /wp-content/plugins/havenlytics/havenlytics.php on line 38
[21-Jun-2025 08:42:49 UTC] PHP Warning:  Undefined variable $data in /wp-content/plugins/havenlytics/havenlytics.php on line 38
[21-Jun-2025 08:42:49 UTC] PHP Warning:  Undefined variable $data in /wp-content/plugins/havenlytics/havenlytics.php on line 38
[21-Jun-2025 08:42:49 UTC] PHP Warning:  Undefined variable $data in /wp-content/plugins/havenlytics/havenlytics.php on line 38
[21-Jun-2025 08:42:49 UTC] PHP Warning:  Undefined variable $data in /wp-content/plugins/havenlytics/havenlytics.php on line 38
[21-Jun-2025 08:42:49 UTC] PHP Warning:  Undefined variable $data in /wp-content/plugins/havenlytics/havenlytics.php on line 38
[21-Jun-2025 08:42:49 UTC] PHP Warning:  Undefined variable $data in /wp-content/plugins/havenlytics/havenlytics.php on line 38
[21-Jun-2025 08:42:50 UTC] PHP Warning:  Undefined variable $data in /wp-content/plugins/havenlytics/havenlytics.php on line 38
[21-Jun-2025 08:42:50 UTC] PHP Warning:  Undefined variable $data in /wp-content/plugins/havenlytics/havenlytics.php on line 38
[21-Jun-2025 08:42:51 UTC] PHP Warning:  Undefined variable $data in /wp-content/plugins/havenlytics/havenlytics.php on line 38
[21-Jun-2025 08:42:51 UTC] PHP Warning:  Undefined variable $data in /wp-content/plugins/havenlytics/havenlytics.php on line 38
[21-Jun-2025 08:42:51 UTC] PHP Warning:  Undefined variable $data in /wp-content/plugins/havenlytics/havenlytics.php on line 38
[21-Jun-2025 08:42:51 UTC] PHP Warning:  Undefined variable $data in /wp-content/plugins/havenlytics/havenlytics.php on line 38
[21-Jun-2025 08:42:51 UTC] PHP Warning:  Undefined variable $data in /wp-content/plugins/havenlytics/havenlytics.php on line 38
[21-Jun-2025 08:42:51 UTC] PHP Warning:  Undefined variable $data in /wp-content/plugins/havenlytics/havenlytics.php on line 38
[21-Jun-2025 08:42:51 UTC] PHP Warning:  Undefined variable $data in /wp-content/plugins/havenlytics/havenlytics.php on line 38
[21-Jun-2025 08:42:51 UTC] PHP Warning:  Undefined variable $data in /wp-content/plugins/havenlytics/havenlytics.php on line 38
[21-Jun-2025 08:42:52 UTC] PHP Warning:  Undefined variable $data in /wp-content/plugins/havenlytics/havenlytics.php on line 38
[21-Jun-2025 08:42:52 UTC] PHP Warning:  Undefined variable $data in /wp-content/plugins/havenlytics/havenlytics.php on line 38
[21-Jun-2025 08:42:52 UTC] PHP Warning:  Undefined variable $data in /wp-content/plugins/havenlytics/havenlytics.php on line 38
[21-Jun-2025 08:42:52 UTC] PHP Warning:  Undefined variable $data in /wp-content/plugins/havenlytics/havenlytics.php on line 38
[21-Jun-2025 08:42:52 UTC] PHP Warning:  Undefined variable $data in /wp-content/plugins/havenlytics/havenlytics.php on line 38
[21-Jun-2025 08:42:52 UTC] PHP Warning:  Undefined variable $data in /wp-content/plugins/havenlytics/havenlytics.php on line 38
[21-Jun-2025 08:42:53 UTC] PHP Warning:  Undefined variable $data in /wp-content/plugins/havenlytics/havenlytics.php on line 38
[21-Jun-2025 08:42:53 UTC] PHP Warning:  Undefined variable $data in /wp-content/plugins/havenlytics/havenlytics.php on line 38
See also: All tests for this plugin, How to Hide Havenlytics – Real Estate Plugin with Advanced Search, Maps & Property Builder Admin Menus and Meta Boxes