Simple Logo Carousel 1.9.3

Does Simple Logo Carousel work with WordPress 6.8.1 and PHP 8.1.12? A smoke test was performed on .

Summary

Errors
No PHP errors, warnings or notices
No JavaScript exceptions
All test pages loaded successfully
No resource errors
Looks good! No problems were detected.
Performance

Memory usage: 92.46 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.8.1
PHP version8.1.12
MySQL version10.6.10
PHP memory limit512M
Plugin Info
Last updated
Active installs 90+
WordPress.org page https://wordpress.org/plugins/simple-logo-carousel/
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=simple-logo-carousel%2Fsimple-logo-carousel.php&plugin_status=all&paged=1&s&_wpnonce=474c2bd670
Aspect after-activation
HTTP status 200
Load time 0.345 s
Memory usage 3.62 MiB
JS errors None
Resource errors None

Logo Carousels

Page screenshot: Logo Carousels
URL /wp-admin/edit.php?post_type=slc_carousel
Aspect menu-item
HTTP status 200
Load time 0.221 s
Memory usage 3.65 MiB
JS errors None
Resource errors None

Logo Carousels → Add Carousel

Page screenshot: Logo Carousels → Add Carousel
URL /wp-admin/post-new.php?post_type=slc_carousel
Aspect menu-item
HTTP status 200
Load time 0.390 s
Memory usage 3.96 MiB
JS errors None
Resource errors None

Logo Carousels → Logo Categories

Page screenshot: Logo Carousels → Logo Categories
URL /wp-admin/edit-tags.php?taxonomy=slc_logo_category&post_type=slc_carousel
Aspect menu-item
HTTP status 200
Load time 0.177 s
Memory usage 3.6 MiB
JS errors None
Resource errors None

Logo Carousels → Logos

Page screenshot: Logo Carousels → Logos
URL /wp-admin/edit.php?post_type=slc_logo
Aspect menu-item
HTTP status 200
Load time 0.166 s
Memory usage 3.65 MiB
JS errors None
Resource errors None

Logo Carousels → Add Logo

Page screenshot: Logo Carousels → Add Logo
URL /wp-admin/post-new.php?post_type=slc_logo
Aspect menu-item
HTTP status 200
Load time 0.288 s
Memory usage 3.67 MiB
JS errors None
Resource errors None

Logo Carousels → Settings

Page screenshot: Logo Carousels → Settings
URL /wp-admin/edit.php?post_type=slc_carousel&page=settings
Aspect menu-item
HTTP status 200
Load time 0.203 s
Memory usage 3.75 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.193 s
Memory usage 3.53 MiB
JS errors None
Resource errors None

Benchmark

URL Load time Memory usage
Inactive Active Change Inactive Active Change
/wp-admin/index.php0.247 s0.217 s-0.030 s3.51 MiB3.61 MiB+ 106.74 KiB
/wp-admin/edit.php0.181 s0.184 s+0.003 s3.57 MiB3.67 MiB+ 101.25 KiB
/wp-admin/post-new.php0.665 s0.559 s-0.106 s6.06 MiB6.17 MiB+ 111.1 KiB
/wp-admin/upload.php0.782 s0.644 s-0.138 s3.52 MiB3.61 MiB+ 89.34 KiB
/wp-admin/options-writing.php0.164 s0.182 s+0.018 s3.5 MiB3.59 MiB+ 87.84 KiB
/wp-admin/media-new.php0.213 s0.202 s-0.011 s3.49 MiB3.59 MiB+ 96.03 KiB
/wp-admin/edit-tags.php?taxonomy=category0.145 s0.161 s+0.016 s3.5 MiB3.61 MiB+ 106.7 KiB
/wp-admin/post-new.php?post_type=page0.533 s0.558 s+0.025 s6.05 MiB6.15 MiB+ 106.63 KiB
/wp-admin/options-discussion.php0.238 s0.210 s-0.028 s3.5 MiB3.59 MiB+ 84.34 KiB
/wp-admin/edit-comments.php0.183 s0.181 s-0.002 s3.52 MiB3.61 MiB+ 89.34 KiB
/0.268 s0.170 s-0.098 s3.49 MiB3.53 MiB+ 37.75 KiB
Average 0.329 s0.297 s-0.032 s3.98 MiB4.07 MiB+ 92.46 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
PHP82.9%2,87048422
CSS11.3%39055
JavaScript5.0%173473
JSON0.5%1701
SVG0.3%1112
Total 3,461 537 33

PHP Code Analysis | More results »

Lines of code 1,011
Total complexity 164
Median class complexity 4.0
Median method complexity 1.0
Most complex class PLSimpleLogoCarousel\Pages\LogoCarousel
Most complex function PLSimpleLogoCarousel\Base\Shortcode::carousel_shortcode()
Classes 12
Methods 48
Functions 2

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 1

Custom Post Types 2

ID Name
slc_carouselLogo Carousels
slc_logoLogos

Meta Boxes

{
    "slc_logo": {
        "slc_cpt_logo_options": {
            "title": "Logo Options",
            "context": "normal"
        }
    },
    "slc_carousel": {
        "slc_cpt_carousel_shortcode": {
            "title": "Shortcode",
            "context": "normal"
        },
        "slc_cpt_carousel_preview": {
            "title": "Preview",
            "context": "normal"
        },
        "slc_cpt_carousel_logo_display_order": {
            "title": "Logo Display Order",
            "context": "normal"
        },
        "slc_cpt_carousel_logo_display_options": {
            "title": "Logo Display Options",
            "context": "normal"
        },
        "slc_cpt_carousel_options": {
            "title": "Carousel Options",
            "context": "normal"
        },
        "slc_cpt_carousel_how_to": {
            "title": "How To",
            "context": "side"
        }
    }
}

Capabilities 11

PHP Error Log

The log file is empty.

See also: All tests for this plugin, How to Hide Simple Logo Carousel Admin Menus and Meta Boxes