ARI Fancy Lightbox 1.3.10

Does ARI Fancy Lightbox work with WordPress 6.2.2 and PHP 8.1.12? A smoke test was performed on .

Summary

Errors
30PHP deprecation warnings
No JavaScript exceptions
All test pages loaded successfully
No resource errors
Performance

Memory usage: 36.19 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.2.2
PHP version8.1.12
MySQL version10.6.10
PHP memory limit512M
Plugin Info
Last updated
Active installs 10,000+
WordPress.org page https://wordpress.org/plugins/ari-fancy-lightbox/
Badges

WordPress compatibility badge PHP compatibility badge

Get badge code

Pages 7

ARI Fancy Lightbox ‹ Test site — WordPress

Page screenshot: ARI Fancy Lightbox ‹ Test site — WordPress
URL /wp-admin/admin.php?page=ari-fancy-lightbox
Requested URL /wp-admin/plugins.php?action=activate&plugin=ari-fancy-lightbox%2Fari-fancy-lightbox.php&plugin_status=all&paged=1&s&_wpnonce=436ac2f6e0
Aspect after-activation
HTTP status 200
Load time 0.441 s
Memory usage 3.39 MiB
JS errors None
Resource errors None

ARI Fancy Lightbox

Page screenshot: ARI Fancy Lightbox
URL /wp-admin/admin.php?page=ari-fancy-lightbox
Aspect menu-item
HTTP status 200
Load time 0.202 s
Memory usage 3.13 MiB
JS errors None
Resource errors None

ARI Fancy Lightbox → Lightbox

Page screenshot: ARI Fancy Lightbox → Lightbox
URL /wp-admin/admin.php?page=ari-fancy-lightbox
Aspect menu-item-tab
HTTP status 200
Load time 0.190 s
Memory usage 3.13 MiB
JS errors None
Resource errors None

ARI Fancy Lightbox → Style

Page screenshot: ARI Fancy Lightbox → Style
URL /wp-admin/admin.php?page=ari-fancy-lightbox
Aspect menu-item-tab
HTTP status 200
Load time 0.355 s
Memory usage 3.13 MiB
JS errors None
Resource errors None

ARI Fancy Lightbox → Advanced

Page screenshot: ARI Fancy Lightbox → Advanced
URL /wp-admin/admin.php?page=ari-fancy-lightbox
Aspect menu-item-tab
HTTP status 200
Load time 0.198 s
Memory usage 3.13 MiB
JS errors None
Resource errors None

ARI Fancy Lightbox → Upgrade

Page screenshot: ARI Fancy Lightbox → Upgrade
URL /wp-admin/admin.php?page=ari-fancy-lightbox
Aspect menu-item-tab
HTTP status 200
Load time 0.227 s
Memory usage 3.13 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.329 s
Memory usage 3.06 MiB
JS errors None
Resource errors None

Benchmark

URL Load time Memory usage
Inactive Active Change Inactive Active Change
/wp-admin/index.php0.297 s0.417 s+0.120 s3.07 MiB3.11 MiB+ 39.53 KiB
/wp-admin/edit.php0.213 s0.194 s-0.019 s3.1 MiB3.14 MiB+ 39.16 KiB
/wp-admin/post-new.php0.773 s1.009 s+0.236 s5.02 MiB5.06 MiB+ 37.6 KiB
/wp-admin/upload.php0.557 s0.313 s-0.244 s3.02 MiB3.04 MiB+ 22.87 KiB
/wp-admin/options-writing.php0.174 s0.139 s-0.035 s3.01 MiB3.02 MiB+ 9.63 KiB
/wp-admin/media-new.php0.351 s0.206 s-0.145 s2.99 MiB3.03 MiB+ 35.05 KiB
/wp-admin/edit-tags.php?taxonomy=category0.192 s0.166 s-0.026 s3.01 MiB3.04 MiB+ 40.23 KiB
/wp-admin/post-new.php?post_type=page0.593 s0.725 s+0.132 s5.01 MiB5.05 MiB+ 33.19 KiB
/wp-admin/options-discussion.php0.205 s0.270 s+0.065 s3 MiB3.02 MiB+ 23.36 KiB
/wp-admin/edit-comments.php0.218 s0.205 s-0.013 s3.03 MiB3.05 MiB+ 22.16 KiB
/0.314 s0.239 s-0.075 s2.97 MiB3.06 MiB+ 95.28 KiB
Average 0.353 s0.353 s-0.000 s3.38 MiB3.42 MiB+ 36.19 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
CSS
Language % Lines of code Comment lines Files
PHP54.6%3,2741663
CSS35.8%2,146432
HTML5.5%330161
SVG2.5%15009
JavaScript1.6%97837
Total 5,997 158 82

PHP Code Analysis | More results »

Lines of code 3,207
Total complexity 551
Median class complexity 6.0
Median method complexity 2.0
Most complex class Ari\Forms\Form
Most complex function Ari_Fancy_Lightbox\Forms\Settings::setup()
Classes 56
Methods 197
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.

Options wp_options 2

PHP Error Log 30 lines

[21-May-2023 01:17:28 UTC] PHP Deprecated:  Return type of Ari\Utils\Priority_Queue::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/ari-fancy-lightbox/libraries/arisoft/core/utils/class-priority-queue.php on line 15
[21-May-2023 01:17:28 UTC] PHP Deprecated:  Return type of Ari\Utils\Priority_Queue::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/ari-fancy-lightbox/libraries/arisoft/core/utils/class-priority-queue.php on line 23
[21-May-2023 01:17:29 UTC] PHP Deprecated:  strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /wp-content/plugins/ari-fancy-lightbox/includes/class-plugin.php on line 132
[21-May-2023 01:17:30 UTC] PHP Deprecated:  Return type of Ari\Utils\Priority_Queue::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/ari-fancy-lightbox/libraries/arisoft/core/utils/class-priority-queue.php on line 15
[21-May-2023 01:17:30 UTC] PHP Deprecated:  Return type of Ari\Utils\Priority_Queue::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/ari-fancy-lightbox/libraries/arisoft/core/utils/class-priority-queue.php on line 23
[21-May-2023 01:17:31 UTC] PHP Deprecated:  Return type of Ari\Utils\Priority_Queue::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/ari-fancy-lightbox/libraries/arisoft/core/utils/class-priority-queue.php on line 15
[21-May-2023 01:17:31 UTC] PHP Deprecated:  Return type of Ari\Utils\Priority_Queue::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/ari-fancy-lightbox/libraries/arisoft/core/utils/class-priority-queue.php on line 23
[21-May-2023 01:17:32 UTC] PHP Deprecated:  Return type of Ari\Utils\Priority_Queue::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/ari-fancy-lightbox/libraries/arisoft/core/utils/class-priority-queue.php on line 15
[21-May-2023 01:17:32 UTC] PHP Deprecated:  Return type of Ari\Utils\Priority_Queue::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/ari-fancy-lightbox/libraries/arisoft/core/utils/class-priority-queue.php on line 23
[21-May-2023 01:17:34 UTC] PHP Deprecated:  Return type of Ari\Utils\Priority_Queue::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/ari-fancy-lightbox/libraries/arisoft/core/utils/class-priority-queue.php on line 15
[21-May-2023 01:17:34 UTC] PHP Deprecated:  Return type of Ari\Utils\Priority_Queue::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/ari-fancy-lightbox/libraries/arisoft/core/utils/class-priority-queue.php on line 23
[21-May-2023 01:17:35 UTC] PHP Deprecated:  Return type of Ari\Utils\Priority_Queue::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/ari-fancy-lightbox/libraries/arisoft/core/utils/class-priority-queue.php on line 15
[21-May-2023 01:17:35 UTC] PHP Deprecated:  Return type of Ari\Utils\Priority_Queue::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/ari-fancy-lightbox/libraries/arisoft/core/utils/class-priority-queue.php on line 23
[21-May-2023 01:17:38 UTC] PHP Deprecated:  strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /wp-content/plugins/ari-fancy-lightbox/includes/class-plugin.php on line 132
[21-May-2023 01:17:38 UTC] PHP Deprecated:  strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /wp-content/plugins/ari-fancy-lightbox/includes/class-plugin.php on line 132
[21-May-2023 01:17:39 UTC] PHP Deprecated:  strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /wp-content/plugins/ari-fancy-lightbox/includes/class-plugin.php on line 132
[21-May-2023 01:17:39 UTC] PHP Deprecated:  strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /wp-content/plugins/ari-fancy-lightbox/includes/class-plugin.php on line 132
[21-May-2023 01:17:41 UTC] PHP Deprecated:  strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /wp-content/plugins/ari-fancy-lightbox/includes/class-plugin.php on line 132
[21-May-2023 01:17:41 UTC] PHP Deprecated:  strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /wp-content/plugins/ari-fancy-lightbox/includes/class-plugin.php on line 132
[21-May-2023 01:17:42 UTC] PHP Deprecated:  strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /wp-content/plugins/ari-fancy-lightbox/includes/class-plugin.php on line 132
[21-May-2023 01:17:42 UTC] PHP Deprecated:  strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /wp-content/plugins/ari-fancy-lightbox/includes/class-plugin.php on line 132
[21-May-2023 01:17:42 UTC] PHP Deprecated:  strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /wp-content/plugins/ari-fancy-lightbox/includes/class-plugin.php on line 132
[21-May-2023 01:17:42 UTC] PHP Deprecated:  strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /wp-content/plugins/ari-fancy-lightbox/includes/class-plugin.php on line 132
[21-May-2023 01:17:42 UTC] PHP Deprecated:  strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /wp-content/plugins/ari-fancy-lightbox/includes/class-plugin.php on line 132
[21-May-2023 01:17:45 UTC] PHP Deprecated:  strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /wp-content/plugins/ari-fancy-lightbox/includes/class-plugin.php on line 132
[21-May-2023 01:17:45 UTC] PHP Deprecated:  strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /wp-content/plugins/ari-fancy-lightbox/includes/class-plugin.php on line 132
[21-May-2023 01:17:45 UTC] PHP Deprecated:  strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /wp-content/plugins/ari-fancy-lightbox/includes/class-plugin.php on line 132
[21-May-2023 01:17:45 UTC] PHP Deprecated:  strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /wp-content/plugins/ari-fancy-lightbox/includes/class-plugin.php on line 132
[21-May-2023 01:17:46 UTC] PHP Deprecated:  strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /wp-content/plugins/ari-fancy-lightbox/includes/class-plugin.php on line 132
[21-May-2023 01:17:46 UTC] PHP Deprecated:  strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /wp-content/plugins/ari-fancy-lightbox/includes/class-plugin.php on line 132
See also: All tests for this plugin, How to Hide the "ARI Fancy Lightbox" Admin Menu