Photo Engine (WP/LR Sync) 6.0.5

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

Summary

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

Memory usage: 113.17 KiB
The average PHP memory usage increased by this amount after activating by the plugin.

Page speed impact: 0.039 seconds
The average page load time increased by this amount after activating the plugin.

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 4

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=199c13697a
Aspect after-activation
HTTP status 200
Load time 0.552 s
Memory usage 2.93 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.253 s
Memory usage 2.98 MiB
JS errors None
Resource errors None

Meow Apps → Photo Engine

Page screenshot: Meow Apps → Photo Engine
URL /wp-admin/admin.php?page=wplr_sync_settings
Aspect menu-item
HTTP status 200
Load time 0.357 s
Memory usage 2.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.175 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.282 s0.487 s+0.205 s2.82 MiB2.89 MiB+ 73.46 KiB
/wp-admin/edit.php0.196 s0.382 s+0.186 s2.86 MiB2.93 MiB+ 73.55 KiB
/wp-admin/post-new.php0.969 s1.129 s+0.160 s5.02 MiB5.22 MiB+ 199.51 KiB
/wp-admin/upload.php0.534 s0.357 s-0.177 s2.7 MiB2.87 MiB+ 182.61 KiB
/wp-admin/options-writing.php0.233 s0.302 s+0.069 s2.71 MiB2.81 MiB+ 100.48 KiB
/wp-admin/media-new.php0.243 s0.223 s-0.020 s2.67 MiB2.8 MiB+ 133.25 KiB
/wp-admin/edit-tags.php?taxonomy=category0.203 s0.370 s+0.167 s2.77 MiB2.84 MiB+ 69.96 KiB
/wp-admin/post-new.php?post_type=page1.286 s1.043 s-0.243 s5.01 MiB5.2 MiB+ 191.09 KiB
/wp-admin/options-discussion.php0.335 s0.348 s+0.013 s2.67 MiB2.8 MiB+ 133.3 KiB
/wp-admin/edit-comments.php0.246 s0.299 s+0.053 s2.78 MiB2.84 MiB+ 67.66 KiB
/0.263 s0.283 s+0.020 s2.65 MiB2.67 MiB+ 19.95 KiB
Average 0.435 s0.475 s+0.039 s3.15 MiB3.26 MiB+ 113.17 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
JavaScript
Language % Lines of code Comment lines Files
PHP58.6%5,68556422
JavaScript35.4%3,44017424
PO File5.3%5102121
Markdown0.7%7001
Total 9,705 950 48

PHP Code Analysis | More results »

Lines of code 5,731
Total complexity 1,200
Median class complexity 18.0
Median method complexity 2.0
Most complex class Meow_WPLR_Sync_Core
Most complex function Meow_WPLR_Sync_Admin::admin_debug()
Classes 21
Methods 308
Functions 5

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 3

Options wp_options 1

PHP Error Log 12 lines

[29-May-2021 06:50:57 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 'FIRST,
		wp_col_id BIGINT(20) NULL,
		wp_id BIGINT(20) NULL,
		sort INT(11) DEFA' at line 2 for query CREATE TABLE wp_lrsync_relations (
        id BIGINT(20) NOT NULL AUTO_INCREMENT UNIQUE FIRST,
		wp_col_id BIGINT(20) NULL,
		wp_id BIGINT(20) NULL,
		sort INT(11) DEFAULT 0,
        PRIMARY KEY id (id),
		UNIQUE KEY id (wp_col_id, wp_id)
	) DEFAULT CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci made by require_once('wp-admin/admin.php'), require_once('wp-load.php'), require_once('wp-config.php'), require_once('wp-settings.php'), do_action('plugins_loaded'), WP_Hook->do_action, WP_Hook->apply_filters, Meow_WPLR_Sync_Core->plugins_loaded, Meow_WPLR_Sync_Admin->__construct, Meow_WPLR_Sync_Core->check_db, meow_wplrsync_activate, dbDelta
[29-May-2021 06:50:57 UTC] WordPress database error Table 'wordpress.wp_lrsync_relations' doesn't exist for query INSERT INTO wp_lrsync_relations (wp_col_id, wp_id, sort) SELECT -1, wp_id, 0 FROM wp_lrsync made by require_once('wp-admin/admin.php'), require_once('wp-load.php'), require_once('wp-config.php'), require_once('wp-settings.php'), do_action('plugins_loaded'), WP_Hook->do_action, WP_Hook->apply_filters, Meow_WPLR_Sync_Core->plugins_loaded, Meow_WPLR_Sync_Admin->__construct, Meow_WPLR_Sync_Core->check_db, meow_wplrsync_activate
See also: All tests for this plugin, How to Hide Photo Engine (WP/LR Sync) Admin Menus