Image Gallery 1.3.0

Does New Image Gallery work with WordPress 5.9.3 and PHP 7.4.8? A smoke test was performed on .

Summary

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

Memory usage: 127.4 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.9.3
PHP version7.4.8
MySQL version8.0.21
PHP memory limit256M
Plugin Info
Last updated
Active installs 4,000+
WordPress.org page https://wordpress.org/plugins/new-image-gallery/
Badges

WordPress compatibility badge PHP compatibility badge

Get badge code

Pages 8

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=new-image-gallery%2Fnew-image-gallery.php&plugin_status=all&paged=1&s&_wpnonce=ff7dbca656
Aspect after-activation
HTTP status 200
Load time 0.415 s
Memory usage 3.41 MiB
JS errors None
Resource errors None

Appearance → Install Plugins

Page screenshot: Appearance → Install Plugins
URL /wp-admin/themes.php?page=tgmpa-install-plugins
Aspect menu-item
HTTP status 200
Load time 0.174 s
Memory usage 3.52 MiB
JS errors None
Resource errors None

New Image Gallery

Page screenshot: New Image Gallery
URL /wp-admin/edit.php?post_type=image_gallery
Aspect menu-item
HTTP status 200
Load time 0.183 s
Memory usage 3.46 MiB
JS errors None
Resource errors None

New Image Gallery → Add Image Gallery

Page screenshot: New Image Gallery → Add Image Gallery
URL /wp-admin/post-new.php?post_type=image_gallery
Aspect menu-item
HTTP status 200
Load time 0.734 s
Memory usage 3.69 MiB
JS errors None
Resource errors None

New Image Gallery → Docs

Page screenshot: New Image Gallery → Docs
URL /wp-admin/edit.php?post_type=image_gallery&page=ig-sr-doc-page
Aspect menu-item
HTTP status 200
Load time 0.234 s
Memory usage 3.41 MiB
JS errors None
Resource errors None

New Image Gallery → Our Theme

Page screenshot: New Image Gallery → Our Theme
URL /wp-admin/edit.php?post_type=image_gallery&page=ig-sr-theme-page
Aspect menu-item
HTTP status 200
Load time 0.512 s
Memory usage 3.41 MiB
JS errors None
Resource errors None

New Image Gallery → Featured Plugins

Page screenshot: New Image Gallery → Featured Plugins
URL /wp-admin/edit.php?post_type=image_gallery&page=fp-page
Aspect menu-item
HTTP status 200
Load time 2.210 s
Memory usage 3.73 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.246 s
Memory usage 3.41 MiB
JS errors None
Resource errors None

Benchmark

URL Load time Memory usage
Inactive Active Change Inactive Active Change
/wp-admin/index.php0.369 s0.295 s-0.074 s3.37 MiB3.46 MiB+ 91.85 KiB
/wp-admin/edit.php0.197 s0.191 s-0.006 s3.4 MiB3.55 MiB+ 156.59 KiB
/wp-admin/post-new.php1.039 s1.355 s+0.316 s5.65 MiB5.75 MiB+ 96.89 KiB
/wp-admin/upload.php0.403 s0.516 s+0.113 s3.25 MiB3.41 MiB+ 163.91 KiB
/wp-admin/options-writing.php0.312 s0.145 s-0.167 s3.24 MiB3.39 MiB+ 148.73 KiB
/wp-admin/media-new.php0.233 s0.222 s-0.011 s3.23 MiB3.39 MiB+ 164.09 KiB
/wp-admin/edit-tags.php?taxonomy=category0.182 s0.201 s+0.019 s3.27 MiB3.42 MiB+ 156.79 KiB
/wp-admin/post-new.php?post_type=page0.997 s0.966 s-0.031 s5.65 MiB5.74 MiB+ 92.48 KiB
/wp-admin/options-discussion.php0.232 s0.239 s+0.007 s3.22 MiB3.38 MiB+ 165.36 KiB
/wp-admin/edit-comments.php0.248 s0.225 s-0.023 s3.27 MiB3.42 MiB+ 155.07 KiB
/0.285 s0.228 s-0.057 s3.4 MiB3.41 MiB+ 9.59 KiB
Average 0.409 s0.417 s+0.008 s3.72 MiB3.85 MiB+ 127.4 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.

CSS
PHP
JavaScript
Language % Lines of code Comment lines Files
CSS73.2%22,8551,90010
PHP11.3%3,5181,77110
JavaScript9.2%2,8789895
SVG5.2%1,62803
PO File1.1%3311702
Total 31,210 4,830 30

PHP Code Analysis | More results »

Lines of code 2,476
Total complexity 497
Median class complexity 18.0
Median method complexity 2.0
Most complex class TGM_Plugin_Activation
Most complex function TGMPA_List_Table::process_bulk_actions()
Classes 8
Methods 121
Functions 7

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.

Custom Post Types 1

ID Name
image_galleryImage Gallery

Meta Boxes

{
    "image_gallery": {
        "1": {
            "title": "Copy Image Gallery Shortcode",
            "context": "side"
        },
        "Rate Our Plugin": {
            "title": "Rate Our Plugin",
            "context": "side"
        },
        "Add Image": {
            "title": "Add Image",
            "context": "normal"
        }
    }
}

PHP Error Log 7 lines

[07-Apr-2022 01:33:34 UTC] PHP Notice:  Undefined variable: columns in /wp-content/plugins/new-image-gallery/new-image-gallery.php on line 121
[07-Apr-2022 01:33:34 UTC] PHP Notice:  Trying to access array offset on value of type null in /wp-content/plugins/new-image-gallery/new-image-gallery.php on line 121
[07-Apr-2022 01:33:34 UTC] PHP Notice:  Trying to access array offset on value of type bool in /wp-content/plugins/new-image-gallery/include/gallery-settings.php on line 15
[07-Apr-2022 01:33:34 UTC] PHP Notice:  Trying to access array offset on value of type bool in /wp-content/plugins/new-image-gallery/include/gallery-settings.php on line 16
[07-Apr-2022 01:33:34 UTC] PHP Notice:  Trying to access array offset on value of type bool in /wp-content/plugins/new-image-gallery/include/gallery-settings.php on line 17
[07-Apr-2022 01:33:34 UTC] PHP Notice:  Trying to access array offset on value of type bool in /wp-content/plugins/new-image-gallery/include/gallery-settings.php on line 18
[07-Apr-2022 01:33:34 UTC] PHP Notice:  Trying to access array offset on value of type bool in /wp-content/plugins/new-image-gallery/include/gallery-settings.php on line 19
See also: All tests for this plugin, How to Hide Image Gallery Admin Menus and Meta Boxes