Yet Another Glossary 2.0.2

Does Yet Another Glossary work with WordPress 6.4.3 and PHP 8.1.12? A smoke test was performed on .

Summary

Errors
1PHP fatal errors
13PHP warnings
No JavaScript exceptions
All test pages loaded successfully
No resource errors
Performance

Memory usage: 13.9 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.4.3
PHP version8.1.12
MySQL version10.6.10
PHP memory limit512M
Plugin Info
Last updated
Active installs <10
WordPress.org page https://wordpress.org/plugins/yet-another-glossary/
Badges

WordPress compatibility badge PHP compatibility badge

Get badge code

Pages 5

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=yet-another-glossary%2Fyet-another-glossary.php&plugin_status=all&paged=1&s&_wpnonce=e7d9335fca
Aspect after-activation
HTTP status 200
Load time 0.551 s
Memory usage 3.34 MiB
JS errors None
Resource errors None

Glossary Words

Page screenshot: Glossary Words
URL /wp-admin/edit.php?post_type=yag_glossary_words
Aspect menu-item
HTTP status 200
Load time 0.186 s
Memory usage 3.38 MiB
JS errors None
Resource errors None

Glossary Words → Add New

Page screenshot: Glossary Words → Add New
URL /wp-admin/post-new.php?post_type=yag_glossary_words
Aspect menu-item
HTTP status 200
Load time 0.914 s
Memory usage 3.46 MiB
JS errors None
Resource errors None

Glossary Words → Settings

Page screenshot: Glossary Words → Settings
URL /wp-admin/edit.php?post_type=yag_glossary_words&page=init.php
Aspect menu-item
HTTP status 200
Load time 0.157 s
Memory usage N/A
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.203 s
Memory usage 3.33 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.348 s-0.016 s3.38 MiB3.41 MiB+ 25.53 KiB
/wp-admin/edit.php0.209 s0.205 s-0.004 s3.41 MiB3.43 MiB+ 25.22 KiB
/wp-admin/post-new.php1.019 s0.660 s-0.359 s5.46 MiB5.49 MiB+ 30.25 KiB
/wp-admin/upload.php0.690 s0.415 s-0.275 s3.32 MiB3.33 MiB+ 7.87 KiB
/wp-admin/options-writing.php0.240 s0.227 s-0.013 s3.32 MiB3.32 MiB+ 1.02 KiB
/wp-admin/media-new.php0.312 s0.311 s-0.001 s3.3 MiB3.32 MiB+ 20.63 KiB
/wp-admin/edit-tags.php?taxonomy=category0.209 s0.187 s-0.022 s3.31 MiB3.34 MiB+ 25.54 KiB
/wp-admin/post-new.php?post_type=page0.602 s0.610 s+0.008 s5.45 MiB5.48 MiB+ 30.2 KiB
/wp-admin/options-discussion.php0.332 s0.421 s+0.089 s3.3 MiB3.31 MiB+ 9.87 KiB
/wp-admin/edit-comments.php0.262 s0.282 s+0.020 s3.34 MiB3.34 MiB+ 7.49 KiB
/0.295 s0.204 s-0.091 s3.36 MiB3.33 MiB- 30.72 KiB
Average 0.412 s0.352 s-0.060 s3.72 MiB3.74 MiB+ 13.9 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.

JavaScript
PHP
Language % Lines of code Comment lines Files
JavaScript75.1%1,5453912
PHP24.9%512617
Total 2,057 452 9

PHP Code Analysis | More results »

Lines of code 510
Total complexity 56
Median class complexity 16.0
Median method complexity 2.5
Most complex class Yag_The_Class
Most complex function yag_view_admin_settings()
Classes 1
Methods 6
Functions 15

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
yag_glossary_wordsGlossary Words

PHP Error Log 23 lines

[16-Feb-2024 02:58:00 UTC] PHP Warning:  Trying to access array offset on value of type bool in /wp-content/plugins/yet-another-glossary/includes/views/admin_settings.php on line 13
[16-Feb-2024 02:58:00 UTC] PHP Warning:  Trying to access array offset on value of type null in /wp-content/plugins/yet-another-glossary/includes/views/admin_settings.php on line 13
[16-Feb-2024 02:58:00 UTC] PHP Warning:  Trying to access array offset on value of type bool in /wp-content/plugins/yet-another-glossary/includes/views/admin_settings.php on line 14
[16-Feb-2024 02:58:00 UTC] PHP Warning:  Trying to access array offset on value of type null in /wp-content/plugins/yet-another-glossary/includes/views/admin_settings.php on line 14
[16-Feb-2024 02:58:00 UTC] PHP Warning:  Trying to access array offset on value of type bool in /wp-content/plugins/yet-another-glossary/includes/views/admin_settings.php on line 15
[16-Feb-2024 02:58:00 UTC] PHP Warning:  Trying to access array offset on value of type null in /wp-content/plugins/yet-another-glossary/includes/views/admin_settings.php on line 15
[16-Feb-2024 02:58:00 UTC] PHP Warning:  Trying to access array offset on value of type bool in /wp-content/plugins/yet-another-glossary/includes/views/admin_settings.php on line 44
[16-Feb-2024 02:58:00 UTC] PHP Fatal error:  Uncaught TypeError: in_array(): Argument #2 ($haystack) must be of type array, null given in /wp-content/plugins/yet-another-glossary/includes/views/admin_settings.php:44
Stack trace:
#0 /wp-content/plugins/yet-another-glossary/includes/views/admin_settings.php(44): in_array()
#1 /wp-includes/class-wp-hook.php(324): yag_view_admin_settings()
#2 /wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters()
#3 /wp-includes/plugin.php(517): WP_Hook->do_action()
#4 /wp-admin/admin.php(259): do_action()
#5 /wp-admin/edit.php(10): require_once('...')
#6 {main}
  thrown in /wp-content/plugins/yet-another-glossary/includes/views/admin_settings.php on line 44
[16-Feb-2024 02:58:01 UTC] PHP Warning:  Trying to access array offset on value of type bool in /wp-content/plugins/yet-another-glossary/includes/classes/The_Yag.php on line 15
[16-Feb-2024 02:58:02 UTC] PHP Warning:  Trying to access array offset on value of type bool in /wp-content/plugins/yet-another-glossary/includes/classes/The_Yag.php on line 15
[16-Feb-2024 02:58:02 UTC] PHP Warning:  Trying to access array offset on value of type bool in /wp-content/plugins/yet-another-glossary/includes/classes/The_Yag.php on line 15
[16-Feb-2024 02:58:07 UTC] PHP Warning:  Trying to access array offset on value of type bool in /wp-content/plugins/yet-another-glossary/includes/classes/The_Yag.php on line 15
[16-Feb-2024 02:58:07 UTC] PHP Warning:  Trying to access array offset on value of type bool in /wp-content/plugins/yet-another-glossary/includes/classes/The_Yag.php on line 15
[16-Feb-2024 02:58:10 UTC] PHP Warning:  Trying to access array offset on value of type bool in /wp-content/plugins/yet-another-glossary/includes/classes/The_Yag.php on line 15
See also: All tests for this plugin