WP Airbnb Review Slider 1.1

Does WP Airbnb Review Slider work with WordPress 4.9.8 and PHP 7.0.16? A smoke test was performed on .

Summary

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

Memory usage: 101.32 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 version4.9.8
PHP version7.0.16
MySQL version5.7.17
PHP memory limit256M
Plugin Info
Last updated
Active installs 2,000+
WordPress.org page https://wordpress.org/plugins/wp-airbnb-review-slider/
Badges

WordPress compatibility badge PHP compatibility badge

Get badge code

Pages 7

Plugins ‹ Test site — WordPress

Page screenshot: Plugins ‹ Test site — WordPress
URL /wp-admin/plugins.php?activate=true&plugin_status=all&paged=1&s=
Requested URL /wp-admin/plugins.php?action=activate&plugin=wp-airbnb-review-slider%2Fwp-airbnb-review-slider.php&plugin_status=all&paged=1&s&_wpnonce=29302f832c
Aspect after-activation
HTTP status 200 OK
Load time 0.152 s
Memory usage 3.13 MiB
JS errors None
Resource errors None

WP Airbnb

Page screenshot: WP Airbnb
URL /wp-admin/admin.php?page=wp_airbnb-reviews
Aspect menu-item
HTTP status 200 OK
Load time 0.050 s
Memory usage 3.24 MiB
JS errors None
Resource errors None

WP Airbnb → Get Airbnb Reviews

Page screenshot: WP Airbnb → Get Airbnb Reviews
URL /wp-admin/admin.php?page=wp_airbnb-get_airbnb
Aspect menu-item
HTTP status 200 OK
Load time 0.040 s
Memory usage 3.19 MiB
JS errors None
Resource errors None

WP Airbnb → Templates

Page screenshot: WP Airbnb → Templates
URL /wp-admin/admin.php?page=wp_airbnb-templates_posts
Aspect menu-item
HTTP status 200 OK
Load time 0.045 s
Memory usage 3.46 MiB
JS errors None
Resource errors None

WP Airbnb → Get Pro

Page screenshot: WP Airbnb → Get Pro
URL /wp-admin/admin.php?page=wp_airbnb-get_pro
Aspect menu-item
HTTP status 200 OK
Load time 0.046 s
Memory usage 3.19 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 OK
Load time 0.106 s
Memory usage 2.85 MiB
JS errors None
Resource errors None

Widgets ‹ Test site — WordPress

Page screenshot: Widgets ‹ Test site — WordPress
URL /wp-admin/widgets.php
Aspect new-sidebar-widgets
HTTP status 200 OK
Load time 0.078 s
Memory usage 3.15 MiB
JS errors None
Resource errors None

Benchmark

URL Load time Memory usage
Inactive Active Change Inactive Active Change
/wp-admin/index.php0.120 s0.092 s-0.028 s3.12 MiB3.18 MiB+ 62.33 KiB
/wp-admin/edit.php0.102 s0.106 s+0.004 s3.14 MiB3.2 MiB+ 62.3 KiB
/wp-admin/post-new.php0.177 s0.163 s-0.014 s3.21 MiB3.28 MiB+ 70.84 KiB
/wp-admin/upload.php0.098 s0.123 s+0.025 s2.98 MiB3.1 MiB+ 126.21 KiB
/wp-admin/options-writing.php0.094 s0.082 s-0.012 s2.97 MiB3.1 MiB+ 126.16 KiB
/wp-admin/media-new.php0.048 s0.071 s+0.023 s2.96 MiB3.09 MiB+ 126.21 KiB
/wp-admin/edit-tags.php?taxonomy=category0.111 s0.092 s-0.019 s3 MiB3.13 MiB+ 126.21 KiB
/wp-admin/post-new.php?post_type=page0.184 s0.154 s-0.030 s3.21 MiB3.28 MiB+ 63.58 KiB
/wp-admin/options-discussion.php0.089 s0.071 s-0.018 s2.97 MiB3.09 MiB+ 126.16 KiB
/wp-admin/edit-comments.php0.076 s0.093 s+0.017 s3.01 MiB3.13 MiB+ 126.25 KiB
/0.082 s0.080 s-0.002 s2.75 MiB2.85 MiB+ 98.28 KiB
Average 0.107 s0.102 s-0.005 s3.03 MiB3.13 MiB+ 101.32 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 1

Options wp_options 2

Sidebar Widgets 1

ID Name
wpairbnb_widgetWP Airbnb Review Slider

PHP Error Log 70 lines

[04-Sep-2018 20:38:25 UTC] WordPress database error You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'id (id)
		) DEFAULT CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci' at line 30 for query CREATE TABLE wp_wpairbnb_post_templates (
			id mediumint(9) NOT NULL AUTO_INCREMENT,
			title varchar(200) DEFAULT '' NOT NULL,
			template_type varchar(7) DEFAULT '' NOT NULL,
			style int(2) NOT NULL,
			created_time_stamp int(12) NOT NULL,
			display_num int(2) NOT NULL,
			display_num_rows int(3) NOT NULL,
			display_order varchar(6) DEFAULT '' NOT NULL,
			hide_no_text varchar(3) DEFAULT '' NOT NULL,
			template_css text NOT NULL,
			min_rating int(2) NOT NULL,
			min_words int(4) NOT NULL,
			max_words int(4) NOT NULL,
			rtype varchar(25) DEFAULT '' NOT NULL,
			rpage varchar(200) DEFAULT '' NOT NULL,
			createslider varchar(3) DEFAULT '' NOT NULL,
			numslides int(2) NOT NULL,
			sliderautoplay varchar(3) DEFAULT '' NOT NULL,
			sliderdirection varchar(12) DEFAULT '' NOT NULL,
			sliderarrows varchar(3) DEFAULT '' NOT NULL,
			sliderdots varchar(3) DEFAULT '' NOT NULL,
			sliderdelay int(2) NOT NULL,
			sliderheight varchar(3) DEFAULT '' NOT NULL,
			showreviewsbyid varchar(600) DEFAULT '' NOT NULL,
			template_misc varchar(200) DEFAULT '' NOT NULL,
			read_more varchar(3) DEFAULT '' NOT NULL,
			read_more_num int(4) NOT NULL,
			read_more_text varchar(25) DEFAULT '' NOT NULL
			UNIQUE KEY id (id)
		) DEFAULT CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci made by activate_plugin, include_once('/plugins/wp-airbnb-review-slider/wp-airbnb-review-slider.php'), run_WP_Airbnb_Review, WP_Airbnb_Review->__construct, WP_Airbnb_Review->_log_version_number, dbDelta
[04-Sep-2018 20:38:25 UTC] WordPress database error You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'id (id)
		) DEFAULT CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci' at line 30 for query CREATE TABLE wp_wpairbnb_post_templates (
			id mediumint(9) NOT NULL AUTO_INCREMENT,
			title varchar(200) DEFAULT '' NOT NULL,
			template_type varchar(7) DEFAULT '' NOT NULL,
			style int(2) NOT NULL,
			created_time_stamp int(12) NOT NULL,
			display_num int(2) NOT NULL,
			display_num_rows int(3) NOT NULL,
			display_order varchar(6) DEFAULT '' NOT NULL,
			hide_no_text varchar(3) DEFAULT '' NOT NULL,
			template_css text NOT NULL,
			min_rating int(2) NOT NULL,
			min_words int(4) NOT NULL,
			max_words int(4) NOT NULL,
			rtype varchar(25) DEFAULT '' NOT NULL,
			rpage varchar(200) DEFAULT '' NOT NULL,
			createslider varchar(3) DEFAULT '' NOT NULL,
			numslides int(2) NOT NULL,
			sliderautoplay varchar(3) DEFAULT '' NOT NULL,
			sliderdirection varchar(12) DEFAULT '' NOT NULL,
			sliderarrows varchar(3) DEFAULT '' NOT NULL,
			sliderdots varchar(3) DEFAULT '' NOT NULL,
			sliderdelay int(2) NOT NULL,
			sliderheight varchar(3) DEFAULT '' NOT NULL,
			showreviewsbyid varchar(600) DEFAULT '' NOT NULL,
			template_misc varchar(200) DEFAULT '' NOT NULL,
			read_more varchar(3) DEFAULT '' NOT NULL,
			read_more_num int(4) NOT NULL,
			read_more_text varchar(25) DEFAULT '' NOT NULL
			UNIQUE KEY id (id)
		) DEFAULT CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci made by activate_plugin, do_action('activate_wp-airbnb-review-slider/wp-airbnb-review-slider.php'), WP_Hook->do_action, WP_Hook->apply_filters, activate_WP_Airbnb_Review, WP_Airbnb_Review_Activator::activate_all, WP_Airbnb_Review_Activator::activate, dbDelta
[04-Sep-2018 20:38:26 UTC] WordPress database error Table 'wordpress.wp_wpairbnb_post_templates' doesn't exist for query SELECT id, title, template_type, created_time_stamp, style FROM wp_wpairbnb_post_templates made by do_action('wp-airbnb_page_wp_airbnb-templates_posts'), WP_Hook->do_action, WP_Hook->apply_filters, WP_Airbnb_Review_Admin->wp_airbnb_templates_posts, require_once('/plugins/wp-airbnb-review-slider/admin/partials/templates_posts.php')
[04-Sep-2018 20:38:27 UTC] WordPress database error Table 'wordpress.wp_wpairbnb_post_templates' doesn't exist for query SELECT style FROM wp_wpairbnb_post_templates WHERE id > 0 made by require('wp-blog-header.php'), require_once('wp-includes/template-loader.php'), include('/themes/twentyseventeen/index.php'), get_header, locate_template, load_template, require_once('/themes/twentyseventeen/header.php'), wp_head, do_action('wp_head'), WP_Hook->do_action, WP_Hook->apply_filters, wp_enqueue_scripts, do_action('wp_enqueue_scripts'), WP_Hook->do_action, WP_Hook->apply_filters, WP_Airbnb_Review_Public->enqueue_styles
[04-Sep-2018 20:38:28 UTC] WordPress database error Table 'wordpress.wp_wpairbnb_post_templates' doesn't exist for query SELECT id, title, template_type FROM wp_wpairbnb_post_templates WHERE template_type = 'post' made by include('wp-admin/edit-form-advanced.php'), wp_editor, _WP_Editors::editor, do_action('media_buttons'), WP_Hook->do_action, WP_Hook->apply_filters, WP_Airbnb_Review_Admin->add_sc_select
[04-Sep-2018 20:38:29 UTC] WordPress database error Table 'wordpress.wp_wpairbnb_post_templates' doesn't exist for query SELECT id, title, template_type FROM wp_wpairbnb_post_templates WHERE template_type = 'post' made by include('wp-admin/edit-form-advanced.php'), wp_editor, _WP_Editors::editor, do_action('media_buttons'), WP_Hook->do_action, WP_Hook->apply_filters, WP_Airbnb_Review_Admin->add_sc_select
[04-Sep-2018 20:38:30 UTC] WordPress database error Table 'wordpress.wp_wpairbnb_post_templates' doesn't exist for query SELECT style FROM wp_wpairbnb_post_templates WHERE id > 0 made by require('wp-blog-header.php'), require_once('wp-includes/template-loader.php'), include('/themes/twentyseventeen/index.php'), get_header, locate_template, load_template, require_once('/themes/twentyseventeen/header.php'), wp_head, do_action('wp_head'), WP_Hook->do_action, WP_Hook->apply_filters, wp_enqueue_scripts, do_action('wp_enqueue_scripts'), WP_Hook->do_action, WP_Hook->apply_filters, WP_Airbnb_Review_Public->enqueue_styles
[04-Sep-2018 20:38:30 UTC] WordPress database error Table 'wordpress.wp_wpairbnb_post_templates' doesn't exist for query SELECT id, title, template_type FROM wp_wpairbnb_post_templates WHERE template_type='widget' made by wp_list_widgets, wp_widget_control, WP_Widget->form_callback, wpairbnb_Widget->form
See also: All tests for this plugin, How to Hide WP Airbnb Review Slider Admin Menus and Widgets