ActivityPub 0.10.1

Does ActivityPub work with WordPress 5.6 and PHP 7.4.8? A smoke test was performed on .

Summary

Errors
48PHP notices
No JavaScript exceptions
All test pages loaded successfully
No resource errors
Performance

Memory usage: 71.51 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.6
PHP version7.4.8
MySQL version8.0.21
PHP memory limit256M
Plugin Info
Last updated
Active installs 5,000+
WordPress.org page https://wordpress.org/plugins/activitypub/
Badges

WordPress compatibility badge PHP compatibility badge

Get badge code

Pages 4

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=activitypub%2Factivitypub.php&plugin_status=all&paged=1&s&_wpnonce=02a431f3b9
Aspect after-activation
HTTP status 200
Load time 0.738 s
Memory usage 2.81 MiB
JS errors None
Resource errors None

Users → Followers (Fediverse)

Page screenshot: Users → Followers (Fediverse)
URL /wp-admin/users.php?page=activitypub-followers-list
Aspect menu-item
HTTP status 200
Load time 0.155 s
Memory usage 2.74 MiB
JS errors None
Resource errors None

Settings → ActivityPub

Page screenshot: Settings → ActivityPub
URL /wp-admin/options-general.php?page=activitypub
Aspect menu-item
HTTP status 200
Load time 0.149 s
Memory usage 2.8 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.191 s
Memory usage 2.65 MiB
JS errors None
Resource errors None

Benchmark

URL Load time Memory usage
Inactive Active Change Inactive Active Change
/wp-admin/index.php0.270 s0.263 s-0.007 s2.79 MiB2.85 MiB+ 59.46 KiB
/wp-admin/edit.php0.184 s0.192 s+0.008 s2.84 MiB2.89 MiB+ 60.13 KiB
/wp-admin/post-new.php0.882 s1.107 s+0.225 s4.93 MiB5.08 MiB+ 152.37 KiB
/wp-admin/upload.php0.477 s0.404 s-0.073 s2.67 MiB2.72 MiB+ 58.02 KiB
/wp-admin/options-writing.php0.279 s0.169 s-0.110 s2.68 MiB2.71 MiB+ 25.99 KiB
/wp-admin/media-new.php0.211 s0.205 s-0.006 s2.64 MiB2.7 MiB+ 58.19 KiB
/wp-admin/edit-tags.php?taxonomy=category0.181 s0.206 s+0.025 s2.68 MiB2.8 MiB+ 123.09 KiB
/wp-admin/post-new.php?post_type=page1.165 s0.596 s-0.569 s4.92 MiB5.07 MiB+ 147.95 KiB
/wp-admin/options-discussion.php0.316 s0.239 s-0.077 s2.65 MiB2.7 MiB+ 58.5 KiB
/wp-admin/edit-comments.php0.226 s0.237 s+0.011 s2.75 MiB2.8 MiB+ 58 KiB
/0.298 s0.258 s-0.040 s2.67 MiB2.65 MiB- 15.09 KiB
Average 0.408 s0.352 s-0.056 s3.11 MiB3.18 MiB+ 71.51 KiB

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.

No new entries found.

PHP Error Log 48 lines

[12-Dec-2020 21:23:33 UTC] PHP Notice:  register_rest_route was called <strong>incorrectly</strong>. The REST API route definition for <code>activitypub/1.0/users/(?P<id>\d+)/outbox</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 5311
[12-Dec-2020 21:23:33 UTC] PHP Notice:  register_rest_route was called <strong>incorrectly</strong>. The REST API route definition for <code>activitypub/1.0/inbox</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 5311
[12-Dec-2020 21:23:33 UTC] PHP Notice:  register_rest_route was called <strong>incorrectly</strong>. The REST API route definition for <code>activitypub/1.0/users/(?P<user_id>\d+)/inbox</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 5311
[12-Dec-2020 21:23:33 UTC] PHP Notice:  register_rest_route was called <strong>incorrectly</strong>. The REST API route definition for <code>activitypub/1.0/users/(?P<id>\d+)/followers</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 5311
[12-Dec-2020 21:23:33 UTC] PHP Notice:  register_rest_route was called <strong>incorrectly</strong>. The REST API route definition for <code>activitypub/1.0/users/(?P<id>\d+)/following</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 5311
[12-Dec-2020 21:23:33 UTC] PHP Notice:  register_rest_route was called <strong>incorrectly</strong>. The REST API route definition for <code>activitypub/1.0/webfinger</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 5311
[12-Dec-2020 21:23:33 UTC] PHP Notice:  register_rest_route was called <strong>incorrectly</strong>. The REST API route definition for <code>activitypub/1.0/nodeinfo/discovery</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 5311
[12-Dec-2020 21:23:33 UTC] PHP Notice:  register_rest_route was called <strong>incorrectly</strong>. The REST API route definition for <code>activitypub/1.0/nodeinfo</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 5311
[12-Dec-2020 21:23:33 UTC] PHP Notice:  register_rest_route was called <strong>incorrectly</strong>. The REST API route definition for <code>activitypub/1.0/nodeinfo2</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 5311
[12-Dec-2020 21:23:33 UTC] PHP Notice:  Trying to access array offset on value of type null in /wp-content/plugins/activitypub/includes/rest/class-server.php on line 22
[12-Dec-2020 21:23:33 UTC] PHP Notice:  Trying to access array offset on value of type null in /wp-content/plugins/activitypub/includes/rest/class-server.php on line 22
[12-Dec-2020 21:23:33 UTC] PHP Notice:  Trying to access array offset on value of type null in /wp-content/plugins/activitypub/includes/rest/class-server.php on line 22
[12-Dec-2020 21:23:33 UTC] PHP Notice:  Trying to access array offset on value of type null in /wp-content/plugins/activitypub/includes/rest/class-server.php on line 22
[12-Dec-2020 21:23:33 UTC] PHP Notice:  Trying to access array offset on value of type null in /wp-content/plugins/activitypub/includes/rest/class-server.php on line 22
[12-Dec-2020 21:23:33 UTC] PHP Notice:  Trying to access array offset on value of type null in /wp-content/plugins/activitypub/includes/rest/class-server.php on line 22
[12-Dec-2020 21:23:33 UTC] PHP Notice:  Trying to access array offset on value of type null in /wp-content/plugins/activitypub/includes/rest/class-server.php on line 22
[12-Dec-2020 21:23:33 UTC] PHP Notice:  Trying to access array offset on value of type null in /wp-content/plugins/activitypub/includes/rest/class-server.php on line 22
[12-Dec-2020 21:23:33 UTC] PHP Notice:  Trying to access array offset on value of type null in /wp-content/plugins/activitypub/includes/rest/class-server.php on line 22
[12-Dec-2020 21:23:33 UTC] PHP Notice:  Trying to access array offset on value of type null in /wp-content/plugins/activitypub/includes/rest/class-server.php on line 22
[12-Dec-2020 21:23:34 UTC] PHP Notice:  Trying to access array offset on value of type null in /wp-content/plugins/activitypub/includes/rest/class-server.php on line 22
[12-Dec-2020 21:23:35 UTC] PHP Notice:  Trying to access array offset on value of type null in /wp-content/plugins/activitypub/includes/rest/class-server.php on line 22
[12-Dec-2020 21:23:35 UTC] PHP Notice:  Trying to access array offset on value of type null in /wp-content/plugins/activitypub/includes/rest/class-server.php on line 22
[12-Dec-2020 21:23:35 UTC] PHP Notice:  Trying to access array offset on value of type null in /wp-content/plugins/activitypub/includes/rest/class-server.php on line 22
[12-Dec-2020 21:23:35 UTC] PHP Notice:  Trying to access array offset on value of type null in /wp-content/plugins/activitypub/includes/rest/class-server.php on line 22
[12-Dec-2020 21:23:36 UTC] PHP Notice:  register_rest_route was called <strong>incorrectly</strong>. The REST API route definition for <code>activitypub/1.0/users/(?P<id>\d+)/outbox</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 5311
[12-Dec-2020 21:23:36 UTC] PHP Notice:  register_rest_route was called <strong>incorrectly</strong>. The REST API route definition for <code>activitypub/1.0/inbox</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 5311
[12-Dec-2020 21:23:36 UTC] PHP Notice:  register_rest_route was called <strong>incorrectly</strong>. The REST API route definition for <code>activitypub/1.0/users/(?P<user_id>\d+)/inbox</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 5311
[12-Dec-2020 21:23:36 UTC] PHP Notice:  register_rest_route was called <strong>incorrectly</strong>. The REST API route definition for <code>activitypub/1.0/users/(?P<id>\d+)/followers</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 5311
[12-Dec-2020 21:23:36 UTC] PHP Notice:  register_rest_route was called <strong>incorrectly</strong>. The REST API route definition for <code>activitypub/1.0/users/(?P<id>\d+)/following</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 5311
[12-Dec-2020 21:23:36 UTC] PHP Notice:  register_rest_route was called <strong>incorrectly</strong>. The REST API route definition for <code>activitypub/1.0/webfinger</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 5311
[12-Dec-2020 21:23:36 UTC] PHP Notice:  register_rest_route was called <strong>incorrectly</strong>. The REST API route definition for <code>activitypub/1.0/nodeinfo/discovery</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 5311
[12-Dec-2020 21:23:36 UTC] PHP Notice:  register_rest_route was called <strong>incorrectly</strong>. The REST API route definition for <code>activitypub/1.0/nodeinfo</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 5311
[12-Dec-2020 21:23:36 UTC] PHP Notice:  register_rest_route was called <strong>incorrectly</strong>. The REST API route definition for <code>activitypub/1.0/nodeinfo2</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 5311
[12-Dec-2020 21:23:36 UTC] PHP Notice:  Trying to access array offset on value of type null in /wp-content/plugins/activitypub/includes/rest/class-server.php on line 22
[12-Dec-2020 21:23:36 UTC] PHP Notice:  Trying to access array offset on value of type null in /wp-content/plugins/activitypub/includes/rest/class-server.php on line 22
[12-Dec-2020 21:23:36 UTC] PHP Notice:  Trying to access array offset on value of type null in /wp-content/plugins/activitypub/includes/rest/class-server.php on line 22
[12-Dec-2020 21:23:36 UTC] PHP Notice:  Trying to access array offset on value of type null in /wp-content/plugins/activitypub/includes/rest/class-server.php on line 22
[12-Dec-2020 21:23:36 UTC] PHP Notice:  Trying to access array offset on value of type null in /wp-content/plugins/activitypub/includes/rest/class-server.php on line 22
[12-Dec-2020 21:23:36 UTC] PHP Notice:  Trying to access array offset on value of type null in /wp-content/plugins/activitypub/includes/rest/class-server.php on line 22
[12-Dec-2020 21:23:36 UTC] PHP Notice:  Trying to access array offset on value of type null in /wp-content/plugins/activitypub/includes/rest/class-server.php on line 22
[12-Dec-2020 21:23:36 UTC] PHP Notice:  Trying to access array offset on value of type null in /wp-content/plugins/activitypub/includes/rest/class-server.php on line 22
[12-Dec-2020 21:23:36 UTC] PHP Notice:  Trying to access array offset on value of type null in /wp-content/plugins/activitypub/includes/rest/class-server.php on line 22
[12-Dec-2020 21:23:36 UTC] PHP Notice:  Trying to access array offset on value of type null in /wp-content/plugins/activitypub/includes/rest/class-server.php on line 22
[12-Dec-2020 21:23:37 UTC] PHP Notice:  Trying to access array offset on value of type null in /wp-content/plugins/activitypub/includes/rest/class-server.php on line 22
[12-Dec-2020 21:23:37 UTC] PHP Notice:  Trying to access array offset on value of type null in /wp-content/plugins/activitypub/includes/rest/class-server.php on line 22
[12-Dec-2020 21:23:38 UTC] PHP Notice:  Trying to access array offset on value of type null in /wp-content/plugins/activitypub/includes/rest/class-server.php on line 22
[12-Dec-2020 21:23:38 UTC] PHP Notice:  Trying to access array offset on value of type null in /wp-content/plugins/activitypub/includes/rest/class-server.php on line 22
[12-Dec-2020 21:23:38 UTC] PHP Notice:  Trying to access array offset on value of type null in /wp-content/plugins/activitypub/includes/rest/class-server.php on line 22
See also: All tests for this plugin, How to Hide ActivityPub Admin Menus