SpoonTalk Event Calendar 0.82

Does SpoonTalk Event Calendar work with WordPress 7.0 and PHP 8.1.12? A smoke test was performed on .

Summary

Errors
26PHP warnings
No JavaScript exceptions
All test pages loaded successfully
No resource errors
Performance

Memory usage: 27.76 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 version7.0
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/spoontalk-event-calendar/
Badges

WordPress compatibility badge PHP compatibility badge

Get badge code

Pages 6

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=spoontalk-event-calendar%2Fspoontalk-event-calendar.php&plugin_status=all&paged=1&s&_wpnonce=042768bc86
Aspect after-activation
HTTP status 200
Load time 0.747 s
Memory usage 3.91 MiB
JS errors None
Resource errors None

Events

Page screenshot: Events
URL /wp-admin/edit.php?post_type=stec_custom_event
Aspect menu-item
HTTP status 200
Load time 0.699 s
Memory usage 3.94 MiB
JS errors None
Resource errors None

Events → Add Post

Page screenshot: Events → Add Post
URL /wp-admin/post-new.php?post_type=stec_custom_event
Aspect menu-item
HTTP status 200
Load time 1.485 s
Memory usage 4.09 MiB
JS errors None
Resource errors None

Events → Event Categories

Page screenshot: Events → Event Categories
URL /wp-admin/edit-tags.php?taxonomy=stec_event_category&post_type=stec_custom_event
Aspect menu-item
HTTP status 200
Load time 0.525 s
Memory usage 3.89 MiB
JS errors None
Resource errors None

Events → FAQ

Page screenshot: Events → FAQ
URL /wp-admin/edit.php?post_type=stec_custom_event&page=spoontalk-event-calendar%2Ffaq.php
Requested URL /wp-admin/edit.php?post_type=stec_custom_event&page=spoontalk-event-calendar/faq.php
Aspect menu-item
HTTP status 200
Load time 0.650 s
Memory usage 3.88 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.311 s
Memory usage 4.26 MiB
JS errors None
Resource errors None

Benchmark

URL Load time Memory usage
Inactive Active Change Inactive Active Change
/wp-admin/index.php0.750 s0.586 s-0.164 s3.92 MiB3.96 MiB+ 32.84 KiB
/wp-admin/edit.php0.540 s0.501 s-0.039 s3.98 MiB4.01 MiB+ 32.84 KiB
/wp-admin/post-new.php2.170 s1.753 s-0.417 s6.56 MiB6.6 MiB+ 47.15 KiB
/wp-admin/upload.php0.694 s0.716 s+0.022 s3.89 MiB3.9 MiB+ 14.54 KiB
/wp-admin/options-writing.php0.532 s0.553 s+0.021 s3.86 MiB3.88 MiB+ 18.53 KiB
/wp-admin/media-new.php0.989 s0.924 s-0.065 s3.85 MiB3.88 MiB+ 26.73 KiB
/wp-admin/edit-tags.php?taxonomy=category0.506 s0.493 s-0.013 s3.86 MiB3.9 MiB+ 31.9 KiB
/wp-admin/post-new.php?post_type=page1.425 s1.470 s+0.045 s6.55 MiB6.59 MiB+ 38.67 KiB
/wp-admin/options-discussion.php0.641 s0.693 s+0.052 s3.86 MiB3.88 MiB+ 15.03 KiB
/wp-admin/edit-comments.php0.616 s0.532 s-0.084 s3.88 MiB3.9 MiB+ 15.33 KiB
/0.332 s0.193 s-0.139 s4.23 MiB4.26 MiB+ 31.8 KiB
Average 0.836 s0.765 s-0.071 s4.4 MiB4.43 MiB+ 27.76 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
CSS
HTML
Language % Lines of code Comment lines Files
JavaScript75.5%6,4481,20551
CSS9.8%8391595
HTML8.6%737152
PHP5.5%470313
JSON0.6%5202
Total 8,546 1,410 63

PHP Code Analysis | More results »

Lines of code 475
Total complexity 33
Median class complexity 0.0
Median method complexity 0.0
Most complex class
Most complex function stec_get_all_events()
Classes 0
Methods 0
Functions 9

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 1

ID Name
stec_custom_eventEvents

Meta Boxes

{
    "stec_custom_event": {
        "myplugin_sectionid": {
            "title": "Fill Events",
            "context": "advanced"
        }
    }
}

PHP Error Log 26 lines

[12-Jun-2026 17:05:03 UTC] PHP Warning:  Undefined array key "EventStartHours" in /wp-content/plugins/spoontalk-event-calendar/spoontalk-event-calendar.php on line 191
[12-Jun-2026 17:05:03 UTC] PHP Warning:  Undefined array key "EventStartMinute" in /wp-content/plugins/spoontalk-event-calendar/spoontalk-event-calendar.php on line 192
[12-Jun-2026 17:05:03 UTC] PHP Warning:  Undefined array key "EventStartMeridian" in /wp-content/plugins/spoontalk-event-calendar/spoontalk-event-calendar.php on line 193
[12-Jun-2026 17:05:03 UTC] PHP Warning:  Undefined array key "EventEndHours" in /wp-content/plugins/spoontalk-event-calendar/spoontalk-event-calendar.php on line 196
[12-Jun-2026 17:05:03 UTC] PHP Warning:  Undefined array key "EventEndMinute" in /wp-content/plugins/spoontalk-event-calendar/spoontalk-event-calendar.php on line 197
[12-Jun-2026 17:05:03 UTC] PHP Warning:  Undefined array key "EventEndMeridian" in /wp-content/plugins/spoontalk-event-calendar/spoontalk-event-calendar.php on line 198
[12-Jun-2026 17:05:03 UTC] PHP Warning:  Undefined array key "start_date" in /wp-content/plugins/spoontalk-event-calendar/spoontalk-event-calendar.php on line 202
[12-Jun-2026 17:05:04 UTC] PHP Warning:  Undefined variable $events_days in /wp-content/plugins/spoontalk-event-calendar/spoontalk-event-calendar.php on line 247
[12-Jun-2026 17:05:04 UTC] PHP Warning:  Undefined array key 3 in /wp-content/plugins/spoontalk-event-calendar/spoontalk-event-calendar.php on line 124
[12-Jun-2026 17:05:04 UTC] PHP Warning:  Undefined array key 3 in /wp-content/plugins/spoontalk-event-calendar/spoontalk-event-calendar.php on line 125
[12-Jun-2026 17:05:10 UTC] PHP Warning:  Undefined array key "EventStartHours" in /wp-content/plugins/spoontalk-event-calendar/spoontalk-event-calendar.php on line 191
[12-Jun-2026 17:05:10 UTC] PHP Warning:  Undefined array key "EventStartMinute" in /wp-content/plugins/spoontalk-event-calendar/spoontalk-event-calendar.php on line 192
[12-Jun-2026 17:05:10 UTC] PHP Warning:  Undefined array key "EventStartMeridian" in /wp-content/plugins/spoontalk-event-calendar/spoontalk-event-calendar.php on line 193
[12-Jun-2026 17:05:10 UTC] PHP Warning:  Undefined array key "EventEndHours" in /wp-content/plugins/spoontalk-event-calendar/spoontalk-event-calendar.php on line 196
[12-Jun-2026 17:05:10 UTC] PHP Warning:  Undefined array key "EventEndMinute" in /wp-content/plugins/spoontalk-event-calendar/spoontalk-event-calendar.php on line 197
[12-Jun-2026 17:05:10 UTC] PHP Warning:  Undefined array key "EventEndMeridian" in /wp-content/plugins/spoontalk-event-calendar/spoontalk-event-calendar.php on line 198
[12-Jun-2026 17:05:10 UTC] PHP Warning:  Undefined array key "start_date" in /wp-content/plugins/spoontalk-event-calendar/spoontalk-event-calendar.php on line 202
[12-Jun-2026 17:05:10 UTC] PHP Warning:  Undefined variable $events_days in /wp-content/plugins/spoontalk-event-calendar/spoontalk-event-calendar.php on line 247
[12-Jun-2026 17:05:17 UTC] PHP Warning:  Undefined array key "EventStartHours" in /wp-content/plugins/spoontalk-event-calendar/spoontalk-event-calendar.php on line 191
[12-Jun-2026 17:05:17 UTC] PHP Warning:  Undefined array key "EventStartMinute" in /wp-content/plugins/spoontalk-event-calendar/spoontalk-event-calendar.php on line 192
[12-Jun-2026 17:05:17 UTC] PHP Warning:  Undefined array key "EventStartMeridian" in /wp-content/plugins/spoontalk-event-calendar/spoontalk-event-calendar.php on line 193
[12-Jun-2026 17:05:17 UTC] PHP Warning:  Undefined array key "EventEndHours" in /wp-content/plugins/spoontalk-event-calendar/spoontalk-event-calendar.php on line 196
[12-Jun-2026 17:05:17 UTC] PHP Warning:  Undefined array key "EventEndMinute" in /wp-content/plugins/spoontalk-event-calendar/spoontalk-event-calendar.php on line 197
[12-Jun-2026 17:05:17 UTC] PHP Warning:  Undefined array key "EventEndMeridian" in /wp-content/plugins/spoontalk-event-calendar/spoontalk-event-calendar.php on line 198
[12-Jun-2026 17:05:17 UTC] PHP Warning:  Undefined array key "start_date" in /wp-content/plugins/spoontalk-event-calendar/spoontalk-event-calendar.php on line 202
[12-Jun-2026 17:05:17 UTC] PHP Warning:  Undefined variable $events_days in /wp-content/plugins/spoontalk-event-calendar/spoontalk-event-calendar.php on line 247
See also: All tests for this plugin, How to Hide SpoonTalk Event Calendar Admin Menus and Meta Boxes