Multiple Pages Generator by Themeisle 3.3.12

Does "Multiple Pages Generator by Themeisle" work with WordPress 6.1.1 and PHP 8.1.12? A smoke test was performed on .

Summary

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

Memory usage: 181.48 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.1.1
PHP version8.1.12
MySQL version10.6.10
PHP memory limit512M
Plugin Info
Last updated
Active installs 2,000+
WordPress.org page https://wordpress.org/plugins/multiple-pages-generator-by-porthas/
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=multiple-pages-generator-by-porthas%2Fporthas-multi-pages-generator.php&plugin_status=all&paged=1&s&_wpnonce=7f49549006
Aspect after-activation
HTTP status 200
Load time 1.072 s
Memory usage 3.34 MiB
JS errors None
Resource errors None

MPG

Page screenshot: MPG
URL /wp-admin/admin.php?page=mpg-dataset-library
Aspect menu-item
HTTP status 200
Load time 2.561 s
Memory usage 3.38 MiB
JS errors None
Resource errors None

MPG → All Projects

Page screenshot: MPG → All Projects
URL /wp-admin/admin.php?page=mpg-project-builder
Aspect menu-item
HTTP status 200
Load time 0.346 s
Memory usage 3.16 MiB
JS errors None
Resource errors None

MPG → Advanced settings

Page screenshot: MPG → Advanced settings
URL /wp-admin/admin.php?page=mpg-advanced-settings
Aspect menu-item
HTTP status 200
Load time 0.277 s
Memory usage 3.2 MiB
JS errors None
Resource errors None

MPG → Search settings

Page screenshot: MPG → Search settings
URL /wp-admin/admin.php?page=mpg-search-settings
Aspect menu-item
HTTP status 200
Load time 0.301 s
Memory usage 3.18 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.258 s
Memory usage 3.15 MiB
JS errors None
Resource errors None

Dashboard ‹ Test site — WordPress

Page screenshot: Dashboard ‹ Test site — WordPress
URL /wp-admin/index.php
Aspect new-meta-boxes
HTTP status 200
Load time 0.365 s
Memory usage 3.24 MiB
JS errors None
Resource errors None

Benchmark

URL Load time Memory usage
Inactive Active Change Inactive Active Change
/wp-admin/index.php0.343 s0.278 s-0.065 s3.05 MiB3.24 MiB+ 195.38 KiB
/wp-admin/edit.php0.213 s0.204 s-0.009 s3.08 MiB3.25 MiB+ 177.3 KiB
/wp-admin/post-new.php0.899 s1.254 s+0.355 s4.97 MiB5.16 MiB+ 194.72 KiB
/wp-admin/upload.php0.966 s0.764 s-0.202 s2.99 MiB3.18 MiB+ 187.54 KiB
/wp-admin/options-writing.php0.202 s0.159 s-0.043 s2.99 MiB3.13 MiB+ 146.92 KiB
/wp-admin/media-new.php0.304 s0.271 s-0.033 s2.97 MiB3.14 MiB+ 173.2 KiB
/wp-admin/edit-tags.php?taxonomy=category0.218 s0.202 s-0.016 s2.98 MiB3.17 MiB+ 197.63 KiB
/wp-admin/post-new.php?post_type=page0.706 s0.721 s+0.015 s4.96 MiB5.15 MiB+ 190.12 KiB
/wp-admin/options-discussion.php0.262 s0.237 s-0.025 s2.98 MiB3.13 MiB+ 160.77 KiB
/wp-admin/edit-comments.php0.244 s0.209 s-0.035 s3 MiB3.16 MiB+ 160.3 KiB
/0.322 s0.225 s-0.097 s2.94 MiB3.15 MiB+ 212.41 KiB
Average 0.425 s0.411 s-0.014 s3.35 MiB3.53 MiB+ 181.48 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
JavaScript
Language % Lines of code Comment lines Files
PHP51.8%13,1466,299184
PO File31.4%7,9673,11811
JavaScript9.3%2,35725722
Sass3.8%95401
CSS3.7%95162
XML0.1%1401
SVG0.0%404
Total 25,393 9,680 225

PHP Code Analysis | More results »

Lines of code 11,837
Total complexity 2,316
Median class complexity 7.5
Median method complexity 1.0
Most complex class MPG_ProjectController
Most complex function MPG_CoreController::mpg_shortcode_core()
Classes 152
Methods 927
Functions 6

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

Meta Boxes

{
    "dashboard": {
        "themeisle": {
            "title": "WordPress Guides/Tutorials",
            "context": "normal"
        }
    }
}

PHP Error Log 9 lines

[12-Jan-2023 11:43:01 UTC] PHP Deprecated:  Automatic conversion of false to array is deprecated in /wp-content/plugins/multiple-pages-generator-by-porthas/vendor/codeinwp/themeisle-sdk/src/Modules/Dashboard_widget.php on line 323
[12-Jan-2023 11:43:02 UTC] PHP Warning:  chmod(): Operation not permitted in /wp-admin/includes/class-wp-filesystem-direct.php on line 173
[12-Jan-2023 11:43:02 UTC] PHP Deprecated:  Return type of Box\Spout\Reader\Wrapper\XMLReader::read() should either be compatible with XMLReader::read(): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/multiple-pages-generator-by-porthas/lib/src/Spout/Reader/Wrapper/XMLReader.php on line 86
[12-Jan-2023 11:43:02 UTC] PHP Deprecated:  Return type of Box\Spout\Reader\Wrapper\XMLReader::next($localName = null) should either be compatible with XMLReader::next(?string $name = null): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/multiple-pages-generator-by-porthas/lib/src/Spout/Reader/Wrapper/XMLReader.php on line 122
[12-Jan-2023 11:43:02 UTC] PHP Deprecated:  Return type of Box\Spout\Reader\XLSX\SheetIterator::current() should either be compatible with Iterator::current(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/multiple-pages-generator-by-porthas/lib/src/Spout/Reader/XLSX/SheetIterator.php on line 80
[12-Jan-2023 11:43:02 UTC] PHP Deprecated:  Return type of Box\Spout\Reader\XLSX\SheetIterator::next() should either be compatible with Iterator::next(): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/multiple-pages-generator-by-porthas/lib/src/Spout/Reader/XLSX/SheetIterator.php on line 63
[12-Jan-2023 11:43:02 UTC] PHP Deprecated:  Return type of Box\Spout\Reader\XLSX\SheetIterator::key() should either be compatible with Iterator::key(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/multiple-pages-generator-by-porthas/lib/src/Spout/Reader/XLSX/SheetIterator.php on line 91
[12-Jan-2023 11:43:02 UTC] PHP Deprecated:  Return type of Box\Spout\Reader\XLSX\SheetIterator::valid() should either be compatible with Iterator::valid(): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/multiple-pages-generator-by-porthas/lib/src/Spout/Reader/XLSX/SheetIterator.php on line 52
[12-Jan-2023 11:43:02 UTC] PHP Deprecated:  Return type of Box\Spout\Reader\XLSX\SheetIterator::rewind() should either be compatible with Iterator::rewind(): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/multiple-pages-generator-by-porthas/lib/src/Spout/Reader/XLSX/SheetIterator.php on line 41
See also: All tests for this plugin, How to Hide Multiple Pages Generator by Themeisle Admin Menus and Widgets