Reviews Feed 1.2.0

Does Reviews Feed 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: 235.58 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.7.1
PHP version8.1.12
MySQL version10.6.10
PHP memory limit512M
Plugin Info
Last updated
Active installs 90,000+
WordPress.org page https://wordpress.org/plugins/reviews-feed/
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?plugin_status=all&paged=1&s
Requested URL /wp-admin/plugins.php?action=activate&plugin=reviews-feed%2Fsb-reviews.php&plugin_status=all&paged=1&s&_wpnonce=f2a59abdf8
Aspect after-activation
HTTP status 200
Load time 0.894 s
Memory usage 3.76 MiB
JS errors None
Resource errors None

Reviews Feed

Page screenshot: Reviews Feed
URL /wp-admin/admin.php?page=sbr
Aspect menu-item
HTTP status 200
Load time 0.573 s
Memory usage 4.83 MiB
JS errors None
Resource errors None

Reviews Feed → CollectionsPRO

Page screenshot: Reviews Feed → CollectionsPRO
URL /wp-admin/admin.php?page=sbr-collections
Aspect menu-item
HTTP status 200
Load time 0.466 s
Memory usage 4.81 MiB
JS errors None
Resource errors None

Reviews Feed → Settings

Page screenshot: Reviews Feed → Settings
URL /wp-admin/admin.php?page=sbr-settings
Aspect menu-item
HTTP status 200
Load time 0.534 s
Memory usage 4.83 MiB
JS errors None
Resource errors None

Reviews Feed → About us

Page screenshot: Reviews Feed → About us
URL /wp-admin/admin.php?page=sbr-about
Aspect menu-item
HTTP status 200
Load time 0.461 s
Memory usage 4.8 MiB
JS errors None
Resource errors None

Reviews Feed → Support

Page screenshot: Reviews Feed → Support
URL /wp-admin/admin.php?page=sbr-support
Aspect menu-item
HTTP status 200
Load time 0.391 s
Memory usage 4.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.202 s
Memory usage 3.55 MiB
JS errors None
Resource errors None

Benchmark

URL Load time Memory usage
Inactive Active Change Inactive Active Change
/wp-admin/index.php0.315 s0.336 s+0.021 s3.48 MiB3.72 MiB+ 248.27 KiB
/wp-admin/edit.php0.188 s0.230 s+0.042 s3.54 MiB3.81 MiB+ 272.73 KiB
/wp-admin/post-new.php0.742 s0.846 s+0.104 s5.92 MiB6.2 MiB+ 284.6 KiB
/wp-admin/upload.php0.514 s0.476 s-0.038 s3.49 MiB3.72 MiB+ 231.25 KiB
/wp-admin/options-writing.php0.188 s0.206 s+0.018 s3.47 MiB3.7 MiB+ 235.24 KiB
/wp-admin/media-new.php0.271 s0.236 s-0.035 s3.46 MiB3.7 MiB+ 243.44 KiB
/wp-admin/edit-tags.php?taxonomy=category0.181 s0.203 s+0.022 s3.48 MiB3.72 MiB+ 254.42 KiB
/wp-admin/post-new.php?post_type=page0.547 s0.603 s+0.056 s5.92 MiB6.19 MiB+ 279.82 KiB
/wp-admin/options-discussion.php0.265 s0.317 s+0.052 s3.47 MiB3.7 MiB+ 232.37 KiB
/wp-admin/edit-comments.php0.183 s0.229 s+0.046 s3.49 MiB3.72 MiB+ 231.24 KiB
/0.297 s0.188 s-0.109 s3.48 MiB3.55 MiB+ 78.03 KiB
Average 0.336 s0.352 s+0.016 s3.93 MiB4.16 MiB+ 235.58 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.

PO File
PHP
JavaScript
Language % Lines of code Comment lines Files
PO File44.1%15,5409,58010
PHP38.3%13,4993,54288
JavaScript11.4%4,0092074
CSS6.2%2,187924
JSON0.0%10010
SVG0.0%401
Total 35,249 13,421 117

PHP Code Analysis | More results »

Lines of code 13,030
Total complexity 2,295
Median class complexity 11.0
Median method complexity 2.0
Most complex class SmashBalloon\Reviews\Common\Builder\SBR_Feed_Saver_Manager
Most complex function SmashBalloon\Reviews\Common\Feed::filter_posts()
Classes 73
Methods 589
Functions 26

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 5

Options wp_options 6

PHP Error Log 2 lines

[21-Nov-2024 22:20:53 UTC] WordPress database error Duplicate column name 'lang' for query ALTER TABLE wp_sbr_reviews_posts ADD COLUMN lang VARCHAR(1000) DEFAULT '' NOT NULL made by activate_plugin, plugin_sandbox_scrape, include_once('/plugins/reviews-feed/sb-reviews.php'), require_once('/plugins/reviews-feed/bootstrap.php'), SmashBalloon\Reviews\Common\ServiceContainer->register, SmashBalloon\Reviews\Common\Services\Upgrade\RoutineManagerService->register, SmashBalloon\Reviews\Common\Services\Upgrade\Routines\LanguageCacheUpgradeRoutine->register, SmashBalloon\Reviews\Common\Services\Upgrade\Routines\LanguageCacheUpgradeRoutine->run
[21-Nov-2024 22:20:53 UTC] WordPress database error Duplicate key name 'provider_lang' for query ALTER TABLE wp_sbr_reviews_posts ADD INDEX provider_lang (provider(140),lang(51)) made by activate_plugin, plugin_sandbox_scrape, include_once('/plugins/reviews-feed/sb-reviews.php'), require_once('/plugins/reviews-feed/bootstrap.php'), SmashBalloon\Reviews\Common\ServiceContainer->register, SmashBalloon\Reviews\Common\Services\Upgrade\RoutineManagerService->register, SmashBalloon\Reviews\Common\Services\Upgrade\Routines\LanguageCacheUpgradeRoutine->register, SmashBalloon\Reviews\Common\Services\Upgrade\Routines\LanguageCacheUpgradeRoutine->run
See also: All tests for this plugin, How to Hide Reviews Feed Admin Menus