WP/LR Sync 5.1.8

Does WP/LR Sync work with WordPress 5.7.2 and PHP 7.4.8? A smoke test was performed on .

Summary

Errors
6PHP notices
No JavaScript exceptions
All test pages loaded successfully
No resource errors
Performance

Memory usage: 124.11 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 version5.7.2
PHP version7.4.8
MySQL version8.0.21
PHP memory limit256M
Plugin Info
Last updated
Active installs 2,000+
WordPress.org page https://wordpress.org/plugins/wplr-sync/
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=wplr-sync%2Fwplr-sync.php&plugin_status=all&paged=1&s&_wpnonce=168bc296d3
Aspect after-activation
HTTP status 200
Load time 0.754 s
Memory usage 2.86 MiB
JS errors None
Resource errors None

Meow Apps

Page screenshot: Meow Apps
URL /wp-admin/admin.php?page=meowapps-main-menu
Aspect menu-item
HTTP status 200
Load time 0.255 s
Memory usage 2.83 MiB
JS errors None
Resource errors None

WP/LR Sync

Page screenshot:  WP/LR Sync
URL /wp-admin/admin.php?page=wplr-main-menu
Aspect menu-item
HTTP status 200
Load time 0.241 s
Memory usage 2.86 MiB
JS errors None
Resource errors None

WP/LR Sync → Galleries

Page screenshot:  WP/LR Sync → Galleries
URL /wp-admin/admin.php?page=wplr-collections-tags-menu
Aspect menu-item
HTTP status 200
Load time 0.156 s
Memory usage 2.82 MiB
JS errors None
Resource errors None

WP/LR Sync → Consolidate

Page screenshot:  WP/LR Sync → Consolidate
URL /wp-admin/admin.php?page=wplr-tools-menu
Aspect menu-item
HTTP status 200
Load time 0.179 s
Memory usage 2.83 MiB
JS errors None
Resource errors None

WP/LR Sync → Extensions

Page screenshot:  WP/LR Sync → Extensions
URL /wp-admin/admin.php?page=wplr-extensions-menu
Aspect menu-item
HTTP status 200
Load time 0.161 s
Memory usage 2.82 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.214 s
Memory usage 2.67 MiB
JS errors None
Resource errors None

Benchmark

URL Load time Memory usage
Inactive Active Change Inactive Active Change
/wp-admin/index.php0.317 s0.323 s+0.006 s2.82 MiB2.91 MiB+ 92.64 KiB
/wp-admin/edit.php0.235 s0.198 s-0.037 s2.86 MiB2.95 MiB+ 92.64 KiB
/wp-admin/post-new.php1.505 s0.988 s-0.517 s5.02 MiB5.23 MiB+ 211.05 KiB
/wp-admin/upload.php0.555 s0.492 s-0.063 s2.7 MiB2.84 MiB+ 151.55 KiB
/wp-admin/options-writing.php0.308 s0.157 s-0.151 s2.71 MiB2.83 MiB+ 119.46 KiB
/wp-admin/media-new.php0.227 s0.177 s-0.050 s2.67 MiB2.82 MiB+ 152.85 KiB
/wp-admin/edit-tags.php?taxonomy=category0.202 s0.269 s+0.067 s2.77 MiB2.86 MiB+ 88.63 KiB
/wp-admin/post-new.php?post_type=page1.112 s1.094 s-0.018 s5.01 MiB5.21 MiB+ 202.63 KiB
/wp-admin/options-discussion.php0.301 s0.298 s-0.003 s2.68 MiB2.82 MiB+ 152.28 KiB
/wp-admin/edit-comments.php0.225 s0.227 s+0.002 s2.78 MiB2.86 MiB+ 87.57 KiB
/0.262 s0.325 s+0.063 s2.65 MiB2.67 MiB+ 13.88 KiB
Average 0.477 s0.413 s-0.064 s3.15 MiB3.27 MiB+ 124.11 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
PO File
Language % Lines of code Comment lines Files
PHP81.2%4,52939112
PO File9.1%5102121
CSS5.7%318131
JavaScript3.9%220351
Total 5,577 651 15

PHP Code Analysis | More results »

Lines of code 4,652
Total complexity 805
Median class complexity 22.0
Median method complexity 2.0
Most complex class Meow_WPLR_Sync_Core
Most complex function Meow_WPLR_Sync_Admin::admin_debug()
Classes 12
Methods 228
Functions 4

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 4

Options wp_options 1

PHP Error Log 6 lines

[14-May-2021 03:47:54 UTC] PHP Notice:  register_rest_route was called <strong>incorrectly</strong>. The REST API route definition for <code>wplr/v1/auth</code> is missing the required <code>permission_callback</code> argument. For REST API routes that are intended to be public, use <code>__return_true</code> as the permission callback. Please see <a href="https://wordpress.org/support/article/debugging-in-wordpress/">Debugging in WordPress</a> for more information. (This message was added in version 5.5.0.) in /wp-includes/functions.php on line 5313
[14-May-2021 03:47:54 UTC] PHP Notice:  register_rest_route was called <strong>incorrectly</strong>. The REST API route definition for <code>wplr/v1/hierarchy</code> is missing the required <code>permission_callback</code> argument. For REST API routes that are intended to be public, use <code>__return_true</code> as the permission callback. Please see <a href="https://wordpress.org/support/article/debugging-in-wordpress/">Debugging in WordPress</a> for more information. (This message was added in version 5.5.0.) in /wp-includes/functions.php on line 5313
[14-May-2021 03:47:54 UTC] PHP Notice:  register_rest_route was called <strong>incorrectly</strong>. The REST API route definition for <code>wplr/v1/gallery/(?P<id>[0-9]+)</code> is missing the required <code>permission_callback</code> argument. For REST API routes that are intended to be public, use <code>__return_true</code> as the permission callback. Please see <a href="https://wordpress.org/support/article/debugging-in-wordpress/">Debugging in WordPress</a> for more information. (This message was added in version 5.5.0.) in /wp-includes/functions.php on line 5313
[14-May-2021 03:47:58 UTC] PHP Notice:  register_rest_route was called <strong>incorrectly</strong>. The REST API route definition for <code>wplr/v1/auth</code> is missing the required <code>permission_callback</code> argument. For REST API routes that are intended to be public, use <code>__return_true</code> as the permission callback. Please see <a href="https://wordpress.org/support/article/debugging-in-wordpress/">Debugging in WordPress</a> for more information. (This message was added in version 5.5.0.) in /wp-includes/functions.php on line 5313
[14-May-2021 03:47:58 UTC] PHP Notice:  register_rest_route was called <strong>incorrectly</strong>. The REST API route definition for <code>wplr/v1/hierarchy</code> is missing the required <code>permission_callback</code> argument. For REST API routes that are intended to be public, use <code>__return_true</code> as the permission callback. Please see <a href="https://wordpress.org/support/article/debugging-in-wordpress/">Debugging in WordPress</a> for more information. (This message was added in version 5.5.0.) in /wp-includes/functions.php on line 5313
[14-May-2021 03:47:58 UTC] PHP Notice:  register_rest_route was called <strong>incorrectly</strong>. The REST API route definition for <code>wplr/v1/gallery/(?P<id>[0-9]+)</code> is missing the required <code>permission_callback</code> argument. For REST API routes that are intended to be public, use <code>__return_true</code> as the permission callback. Please see <a href="https://wordpress.org/support/article/debugging-in-wordpress/">Debugging in WordPress</a> for more information. (This message was added in version 5.5.0.) in /wp-includes/functions.php on line 5313
See also: All tests for this plugin, How to Hide Photo Engine (WP/LR Sync) Admin Menus