WP Quiz 2.0.6

Does WP Quiz work with WordPress 5.9.1 and PHP 7.4.8? A smoke test was performed on .

Summary

Errors
1PHP warnings
4PHP notices
No JavaScript exceptions
All test pages loaded successfully
No resource errors
Performance

Memory usage: 512.86 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.1
PHP version7.4.8
MySQL version8.0.21
PHP memory limit256M
Plugin Info
Last updated
Active installs 10,000+
WordPress.org page https://wordpress.org/plugins/wp-quiz/
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=wp-quiz%2Fwp-quiz.php&plugin_status=all&paged=1&s&_wpnonce=e734a4f2ec
Aspect after-activation
HTTP status 200
Load time 0.560 s
Memory usage 4.03 MiB
JS errors None
Resource errors None

WP Quiz

Page screenshot: WP Quiz
URL /wp-admin/edit.php?post_type=wp_quiz
Aspect menu-item
HTTP status 200
Load time 0.175 s
Memory usage 3.85 MiB
JS errors None
Resource errors None

WP Quiz → Add New Quiz

Page screenshot: WP Quiz → Add New Quiz
URL /wp-admin/edit.php?post_type=wp_quiz&page=wp-quiz-new
Requested URL /wp-admin/post-new.php?post_type=wp_quiz
Aspect menu-item
HTTP status 200
Load time 0.287 s
Memory usage 3.78 MiB
JS errors None
Resource errors None

WP Quiz → Settings

Page screenshot: WP Quiz → Settings
URL /wp-admin/edit.php?post_type=wp_quiz&page=wp_quiz_default_settings
Aspect menu-item
HTTP status 200
Load time 0.291 s
Memory usage 4.22 MiB
JS errors None
Resource errors None

WP Quiz → Import/Export

Page screenshot: WP Quiz → Import/Export
URL /wp-admin/edit.php?post_type=wp_quiz&page=wp_quiz_ie
Aspect menu-item
HTTP status 200
Load time 0.211 s
Memory usage 3.82 MiB
JS errors None
Resource errors None

WP Quiz → Import/Export → Export

Page screenshot: WP Quiz → Import/Export → Export
URL /wp-admin/edit.php?post_type=wp_quiz&page=wp_quiz_ie&tab=export
Aspect menu-item-tab
HTTP status 200
Load time 0.188 s
Memory usage 3.81 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.382 s
Memory usage 3.49 MiB
JS errors None
Resource errors None

Benchmark

URL Load time Memory usage
Inactive Active Change Inactive Active Change
/wp-admin/index.php0.364 s0.294 s-0.070 s3.37 MiB3.87 MiB+ 516.09 KiB
/wp-admin/edit.php0.181 s0.184 s+0.003 s3.4 MiB3.95 MiB+ 558.91 KiB
/wp-admin/post-new.php1.046 s1.653 s+0.607 s6.14 MiB6.64 MiB+ 505.02 KiB
/wp-admin/upload.php0.393 s0.494 s+0.101 s3.25 MiB3.8 MiB+ 570.09 KiB
/wp-admin/options-writing.php0.392 s0.143 s-0.249 s3.24 MiB3.78 MiB+ 554.58 KiB
/wp-admin/media-new.php0.220 s0.227 s+0.007 s3.23 MiB3.78 MiB+ 572.14 KiB
/wp-admin/edit-tags.php?taxonomy=category0.192 s0.206 s+0.014 s3.27 MiB3.82 MiB+ 563.17 KiB
/wp-admin/post-new.php?post_type=page0.962 s0.809 s-0.153 s6.14 MiB6.63 MiB+ 500.6 KiB
/wp-admin/options-discussion.php0.263 s0.243 s-0.020 s3.22 MiB3.78 MiB+ 573.09 KiB
/wp-admin/edit-comments.php0.213 s0.219 s+0.006 s3.27 MiB3.82 MiB+ 563.43 KiB
/0.310 s0.233 s-0.077 s3.4 MiB3.56 MiB+ 164.36 KiB
Average 0.412 s0.428 s+0.015 s3.81 MiB4.31 MiB+ 512.86 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
Language % Lines of code Comment lines Files
PHP95.6%7,3213,956106
JavaScript2.7%2062713
Markdown1.3%9701
SVG0.2%1401
CSS0.2%1336
JSON0.0%303
Total 7,654 3,986 130

PHP Code Analysis | More results »

Lines of code 5,723
Total complexity 913
Median class complexity 8.0
Median method complexity 1.0
Most complex class Quiz
Most complex function Importer::parse_import_data()
Classes 54
Methods 320
Functions 1

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 1

Options wp_options 2

Custom Post Types 1

ID Name
wp_quizQuizzes

PHP Error Log 5 lines

[23-Feb-2022 12:34:47 UTC] PHP Warning:  chmod(): Operation not permitted in /wp-content/plugins/wp-quiz/includes/WPQuiz.php on line 160
[23-Feb-2022 12:34:52 UTC] PHP Notice:  register_rest_route was called <strong>incorrectly</strong>. The REST API route definition for <code>wp-quiz/v2/play_data</code> is missing the required <code>permission_callback</code> argument. For REST API routes that are intended to be public, use <code>__return_true</code> as the permission callback. Please see <a href="https://wordpress.org/support/article/debugging-in-wordpress/">Debugging in WordPress</a> for more information. (This message was added in version 5.5.0.) in /wp-includes/functions.php on line 5768
[23-Feb-2022 12:34:52 UTC] PHP Notice:  register_rest_route was called <strong>incorrectly</strong>. The REST API route definition for <code>wp-quiz/v2/video-content</code> is missing the required <code>permission_callback</code> argument. For REST API routes that are intended to be public, use <code>__return_true</code> as the permission callback. Please see <a href="https://wordpress.org/support/article/debugging-in-wordpress/">Debugging in WordPress</a> for more information. (This message was added in version 5.5.0.) in /wp-includes/functions.php on line 5768
[23-Feb-2022 12:34:57 UTC] PHP Notice:  register_rest_route was called <strong>incorrectly</strong>. The REST API route definition for <code>wp-quiz/v2/play_data</code> is missing the required <code>permission_callback</code> argument. For REST API routes that are intended to be public, use <code>__return_true</code> as the permission callback. Please see <a href="https://wordpress.org/support/article/debugging-in-wordpress/">Debugging in WordPress</a> for more information. (This message was added in version 5.5.0.) in /wp-includes/functions.php on line 5768
[23-Feb-2022 12:34:57 UTC] PHP Notice:  register_rest_route was called <strong>incorrectly</strong>. The REST API route definition for <code>wp-quiz/v2/video-content</code> is missing the required <code>permission_callback</code> argument. For REST API routes that are intended to be public, use <code>__return_true</code> as the permission callback. Please see <a href="https://wordpress.org/support/article/debugging-in-wordpress/">Debugging in WordPress</a> for more information. (This message was added in version 5.5.0.) in /wp-includes/functions.php on line 5768
See also: All tests for this plugin