Archives By Category 1.0

Does Archives By Category work with WordPress 4.8.2 and PHP 7.0.16? A smoke test was performed on .

Summary

Errors
2Database errors
No JavaScript exceptions
All test pages loaded successfully
No resource errors
Performance

Memory usage: 1.98 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 version4.8.2
PHP version7.0.16
MySQL version5.7.17
PHP memory limit256M
Plugin Info
Last updated
Active installs <10
WordPress.org page https://wordpress.org/plugins/archives-by-category-v20/
Badges

WordPress compatibility badge PHP compatibility badge

Get badge code

Pages 2

Plugins ‹ Test site — WordPress

Page screenshot: Plugins ‹ Test site — WordPress
URL /wp-admin/plugins.php?activate=true&plugin_status=all&paged=1&s=
Requested URL /wp-admin/plugins.php?action=activate&plugin=archives-by-category-v20%2FArchivesByCategoryV1.0.php&plugin_status=all&paged=1&s&_wpnonce=a41298d18a
Aspect after-activation
HTTP status 200 OK
Load time 0.109 s
Memory usage 2.85 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 OK
Load time 0.097 s
Memory usage 2.61 MiB
JS errors None
Resource errors None

Benchmark

URL Load time Memory usage
Inactive Active Change Inactive Active Change
/wp-admin/index.php0.100 s0.103 s+0.003 s2.9 MiB2.9 MiB+ 1.27 KiB
/wp-admin/edit.php0.078 s0.080 s+0.002 s2.92 MiB2.92 MiB+ 1.24 KiB
/wp-admin/post-new.php0.141 s0.065 s-0.076 s2.99 MiB3 MiB+ 8.41 KiB
/wp-admin/upload.php0.078 s0.050 s-0.028 s2.82 MiB2.83 MiB+ 1.16 KiB
/wp-admin/options-writing.php0.069 s0.077 s+0.008 s2.82 MiB2.82 MiB+ 1.16 KiB
/wp-admin/media-new.php0.058 s0.087 s+0.029 s2.81 MiB2.81 MiB+ 1.16 KiB
/wp-admin/edit-tags.php?taxonomy=category0.069 s0.092 s+0.023 s2.85 MiB2.85 MiB+ 1.16 KiB
/wp-admin/post-new.php?post_type=page0.139 s0.061 s-0.078 s2.98 MiB2.98 MiB+ 1.16 KiB
/wp-admin/options-discussion.php0.070 s0.079 s+0.009 s2.81 MiB2.81 MiB+ 1.16 KiB
/wp-admin/edit-comments.php0.077 s0.111 s+0.034 s2.85 MiB2.85 MiB+ 1.16 KiB
/0.082 s0.133 s+0.051 s2.6 MiB2.61 MiB+ 2.78 KiB
Average 0.087 s0.085 s-0.002 s2.85 MiB2.85 MiB+ 1.98 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 22 lines

[27-Sep-2017 12:45:11 UTC] WordPress database error Table 'wordpress.wp_post2cat' doesn't exist for query 
		SELECT post_date, ID, post_title, cat_name, cat_ID
		FROM wp_posts, wp_post2cat, wp_categories 
		WHERE wp_posts.ID = wp_post2cat.post_id 
		AND wp_categories.cat_ID = wp_post2cat.category_id
		AND post_status = 'publish' 
		AND post_type != 'page' 
		AND post_date < NOW() 
		 
		ORDER BY cat_name ASC, post_title ASC
	 made by require('wp-blog-header.php'), require_once('wp-includes/template-loader.php'), include('/themes/twentyseventeen/index.php'), get_template_part, locate_template, load_template, require('/themes/twentyseventeen/template-parts/post/content.php'), the_content, apply_filters('the_content'), WP_Hook->apply_filters, pc_generate_local, archives_by_category
[27-Sep-2017 12:45:14 UTC] WordPress database error Table 'wordpress.wp_post2cat' doesn't exist for query 
		SELECT post_date, ID, post_title, cat_name, cat_ID
		FROM wp_posts, wp_post2cat, wp_categories 
		WHERE wp_posts.ID = wp_post2cat.post_id 
		AND wp_categories.cat_ID = wp_post2cat.category_id
		AND post_status = 'publish' 
		AND post_type != 'page' 
		AND post_date < NOW() 
		 
		ORDER BY cat_name ASC, post_title ASC
	 made by require('wp-blog-header.php'), require_once('wp-includes/template-loader.php'), include('/themes/twentyseventeen/index.php'), get_template_part, locate_template, load_template, require('/themes/twentyseventeen/template-parts/post/content.php'), the_content, apply_filters('the_content'), WP_Hook->apply_filters, pc_generate_local, archives_by_category
See also: All tests for this plugin