Hydra Booking 1.0.13

Does Hydra Booking work with WordPress 6.7.1 and PHP 8.1.12? A smoke test was performed on .

Summary

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

Memory usage: 1.06 MiB
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.7.1
PHP version8.1.12
MySQL version10.6.10
PHP memory limit512M
Plugin Info
Last updated
Active installs 300+
WordPress.org page https://wordpress.org/plugins/hydra-booking/
Badges

WordPress compatibility badge PHP compatibility badge

Get badge code

Pages 3

Hydra Booking ‹ Test site — WordPress

Page screenshot: Hydra Booking ‹ Test site — WordPress
URL /wp-admin/admin.php?page=hydra-booking#/setup-wizard
Requested URL /wp-admin/plugins.php?action=activate&plugin=hydra-booking%2Fhydra-booking.php&plugin_status=all&paged=1&s&_wpnonce=c3cb48ab35
Aspect after-activation
HTTP status 200
Load time 1.387 s
Memory usage 3.88 MiB
JS errors None
Resource errors None

Hydra Booking

Page screenshot: Hydra Booking
URL /wp-admin/admin.php?page=hydra-booking#/
Requested URL /wp-admin/admin.php?page=hydra-booking
Aspect menu-item
HTTP status 200
Load time 0.794 s
Memory usage 3.8 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.248 s
Memory usage 3.63 MiB
JS errors None
Resource errors None

Benchmark

URL Load time Memory usage
Inactive Active Change Inactive Active Change
/wp-admin/index.php0.362 s0.300 s-0.062 s3.48 MiB3.78 MiB+ 304.84 KiB
/wp-admin/edit.php0.215 s0.258 s+0.043 s3.54 MiB3.86 MiB+ 325.94 KiB
/wp-admin/post-new.php0.853 s0.678 s-0.175 s5.92 MiB10.53 MiB+ 4.61 MiB
/wp-admin/upload.php0.778 s0.725 s-0.053 s3.49 MiB3.78 MiB+ 289.2 KiB
/wp-admin/options-writing.php0.213 s0.247 s+0.034 s3.47 MiB3.75 MiB+ 287.69 KiB
/wp-admin/media-new.php0.276 s0.269 s-0.007 s3.46 MiB3.75 MiB+ 295.88 KiB
/wp-admin/edit-tags.php?taxonomy=category0.178 s0.224 s+0.046 s3.48 MiB3.77 MiB+ 306.55 KiB
/wp-admin/post-new.php?post_type=page0.691 s0.675 s-0.016 s5.92 MiB10.52 MiB+ 4.61 MiB
/wp-admin/options-discussion.php0.292 s0.545 s+0.253 s3.47 MiB3.75 MiB+ 284.19 KiB
/wp-admin/edit-comments.php0.215 s0.254 s+0.039 s3.49 MiB3.78 MiB+ 289.19 KiB
/0.333 s0.216 s-0.117 s3.48 MiB3.63 MiB+ 160.26 KiB
Average 0.401 s0.399 s-0.001 s3.93 MiB4.99 MiB+ 1.06 MiB

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
JavaScript
CSS
Language % Lines of code Comment lines Files
PHP75.5%11,6601,76062
JavaScript11.0%1,7057,1585
CSS9.5%1,46853
SVG3.9%597041
HTML0.1%1401
Total 15,444 8,923 112

PHP Code Analysis | More results »

Lines of code 10,914
Total complexity 1,821
Median class complexity 14.0
Median method complexity 2.0
Most complex class HydraBooking\Admin\Controller\MeetingController
Most complex function HydraBooking\App\Shortcode\HydraBookingShortcode::tfhb_meeting_form_submit_callback()
Classes 50
Methods 378
Functions 3

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 8

Options wp_options 3

Custom Post Types 2

ID Name
tfhb_meetingMeeting
tfhb_bookingBooking

Roles 1

ID Name
tfhb_hostHydra Host

Capabilities 8

PHP Error Log 62 lines

[01-Jan-2025 10:05:40 UTC] WordPress database error Unknown column 'wp_tfhb_bookings.attendee_name' in 'field list' for query SELECT 
                wp_tfhb_bookings.id,
                wp_tfhb_bookings.host_id,
                wp_tfhb_bookings.meeting_id,
                wp_tfhb_bookings.attendee_name,
                wp_tfhb_bookings.email AS attendee_email,
                wp_tfhb_bookings.attendee_time_zone AS attendee_time_zone,
                wp_tfhb_bookings.address,
                wp_tfhb_bookings.meeting_dates,
                wp_tfhb_bookings.start_time,
                wp_tfhb_bookings.end_time,
                wp_tfhb_bookings.status AS booking_status,
                wp_tfhb_bookings.payment_status AS payment_status,
                wp_tfhb_bookings.created_at AS booking_created_at,
                wp_tfhb_meetings.host_id,
                wp_tfhb_meetings.title,
                wp_tfhb_meetings.duration,
                wp_tfhb_bookings.meeting_locations,
                wp_tfhb_meetings.meeting_price,
                wp_tfhb_meetings.payment_currency,
                wp_tfhb_meetings.payment_status AS meeting_payment_status,
                wp_tfhb_meetings.meeting_type,
                wp_tfhb_hosts.first_name AS host_first_name,
                wp_tfhb_hosts.last_name AS host_last_name,
                wp_tfhb_hosts.email AS host_email,
                wp_tfhb_hosts.time_zone AS host_time_zone
                FROM wp_tfhb_bookings 
                INNER JOIN wp_tfhb_meetings
                ON wp_tfhb_bookings.meeting_id=wp_tfhb_meetings.id
                INNER JOIN wp_tfhb_hosts
                ON wp_tfhb_meetings.host_id=wp_tfhb_hosts.id WHERE meeting_dates >= '2025-01-01 23:59:59' ORDER BY meeting_dates ASC LIMIT 5 made by require('wp-blog-header.php'), wp, WP->main, WP->parse_request, do_action_ref_array('parse_request'), WP_Hook->do_action, WP_Hook->apply_filters, rest_api_loaded, WP_REST_Server->serve_request, WP_REST_Server->dispatch, WP_REST_Server->respond_to_request, HydraBooking\Admin\Controller\DashboardController->getDashboardsData, HydraBooking\DB\Booking->get
[01-Jan-2025 10:05:40 UTC] WordPress database error Unknown column 'wp_tfhb_bookings.attendee_name' in 'field list' for query SELECT 
                wp_tfhb_bookings.id,
                wp_tfhb_bookings.host_id,
                wp_tfhb_bookings.meeting_id,
                wp_tfhb_bookings.attendee_name,
                wp_tfhb_bookings.email AS attendee_email,
                wp_tfhb_bookings.attendee_time_zone AS attendee_time_zone,
                wp_tfhb_bookings.address,
                wp_tfhb_bookings.meeting_dates,
                wp_tfhb_bookings.start_time,
                wp_tfhb_bookings.end_time,
                wp_tfhb_bookings.status AS booking_status,
                wp_tfhb_bookings.payment_status AS payment_status,
                wp_tfhb_bookings.created_at AS booking_created_at,
                wp_tfhb_meetings.host_id,
                wp_tfhb_meetings.title,
                wp_tfhb_meetings.duration,
                wp_tfhb_bookings.meeting_locations,
                wp_tfhb_meetings.meeting_price,
                wp_tfhb_meetings.payment_currency,
                wp_tfhb_meetings.payment_status AS meeting_payment_status,
                wp_tfhb_meetings.meeting_type,
                wp_tfhb_hosts.first_name AS host_first_name,
                wp_tfhb_hosts.last_name AS host_last_name,
                wp_tfhb_hosts.email AS host_email,
                wp_tfhb_hosts.time_zone AS host_time_zone
                FROM wp_tfhb_bookings 
                INNER JOIN wp_tfhb_meetings
                ON wp_tfhb_bookings.meeting_id=wp_tfhb_meetings.id
                INNER JOIN wp_tfhb_hosts
                ON wp_tfhb_meetings.host_id=wp_tfhb_hosts.id ORDER BY booking_created_at DESC LIMIT 5 made by require('wp-blog-header.php'), wp, WP->main, WP->parse_request, do_action_ref_array('parse_request'), WP_Hook->do_action, WP_Hook->apply_filters, rest_api_loaded, WP_REST_Server->serve_request, WP_REST_Server->dispatch, WP_REST_Server->respond_to_request, HydraBooking\Admin\Controller\DashboardController->getDashboardsData, HydraBooking\DB\Booking->get
See also: All tests for this plugin, How to Hide Hydra Booking - All in One Appointment Booking System with Automated Appointment Scheduling. Admin Menus