Export WP Page to Static HTML & PDF 2.0.0

Does "Export WP Page to Static HTML/CSS Pro" work with WordPress 5.8 and PHP 7.4.8? A smoke test was performed on .

Summary

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

Memory usage: 160.73 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.8
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/export-wp-page-to-static-html/
Badges

WordPress compatibility badge PHP compatibility badge

Get badge code

Pages 5

‹ Test site — WordPress

Page screenshot: ‹ Test site — WordPress
URL /wp-admin/options-general.php?page=export-wp-page-to-html&welcome=true
Requested URL /wp-admin/plugins.php?action=activate&plugin=export-wp-page-to-static-html%2Fexport-wp-page-to-static-html.php&plugin_status=all&paged=1&s&_wpnonce=dbc97ef9f9
Aspect after-activation
HTTP status 200
Load time 1.720 s
Memory usage 3.37 MiB
JS errors None
Resource errors None

Export WP Page to Static HTML/CSS

Page screenshot: Export WP Page to Static HTML/CSS
URL /wp-admin/admin.php?page=export-wp-page-to-html
Aspect menu-item
HTTP status 200
Load time 0.200 s
Memory usage 3.17 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.210 s
Memory usage 3.11 MiB
JS errors None
Resource errors None

Add New Post ‹ Test site — WordPress

Page screenshot: Add New Post ‹ Test site — WordPress
URL /wp-admin/post-new.php
Aspect new-meta-boxes
HTTP status 200
Load time 0.839 s
Memory usage 5.42 MiB
JS errors None
Resource errors None

Add New Page ‹ Test site — WordPress

Page screenshot: Add New Page ‹ Test site — WordPress
URL /wp-admin/post-new.php?post_type=page
Aspect new-meta-boxes
HTTP status 200
Load time 0.909 s
Memory usage 5.41 MiB
JS errors None
Resource errors None

Benchmark

URL Load time Memory usage
Inactive Active Change Inactive Active Change
/wp-admin/index.php0.267 s0.230 s-0.037 s3.08 MiB3.29 MiB+ 214.35 KiB
/wp-admin/edit.php0.154 s0.171 s+0.017 s3.11 MiB3.31 MiB+ 206.35 KiB
/wp-admin/post-new.php1.160 s1.009 s-0.151 s5.27 MiB5.42 MiB+ 157.7 KiB
/wp-admin/upload.php0.466 s0.270 s-0.196 s3.03 MiB3.17 MiB+ 141.24 KiB
/wp-admin/options-writing.php0.149 s0.125 s-0.024 s3.02 MiB3.15 MiB+ 125.22 KiB
/wp-admin/media-new.php0.310 s0.167 s-0.143 s3.01 MiB3.15 MiB+ 141.41 KiB
/wp-admin/edit-tags.php?taxonomy=category0.210 s0.152 s-0.058 s3.04 MiB3.18 MiB+ 142.32 KiB
/wp-admin/post-new.php?post_type=page0.754 s0.799 s+0.045 s5.26 MiB5.41 MiB+ 153.28 KiB
/wp-admin/options-discussion.php0.270 s0.247 s-0.023 s3 MiB3.14 MiB+ 141.73 KiB
/wp-admin/edit-comments.php0.187 s0.188 s+0.001 s3.04 MiB3.18 MiB+ 141.24 KiB
/0.262 s0.261 s-0.001 s2.91 MiB3.11 MiB+ 203.23 KiB
Average 0.381 s0.329 s-0.052 s3.43 MiB3.59 MiB+ 160.73 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
CSS
Language % Lines of code Comment lines Files
PHP70.6%5,4931,50234
CSS21.9%1,7051412
JavaScript7.4%577774
Total 7,775 1,720 40

PHP Code Analysis | More results »

Lines of code 4,925
Total complexity 1,305
Median class complexity 11.5
Median method complexity 2.0
Most complex class ExportHtmlAdmin\Export_Wp_Page_To_Static_Html_Admin
Most complex function simple_html_dom_node::seek()
Classes 26
Methods 247
Functions 25

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 2

Meta Boxes

{
    "post": {
        "_export_html_settings": {
            "title": "Export html settings",
            "context": "side"
        }
    },
    "page": {
        "_export_html_settings": {
            "title": "Export html settings",
            "context": "side"
        }
    },
    "custom_css": {
        "_export_html_settings": {
            "title": "Export html settings",
            "context": "side"
        }
    },
    "customize_changeset": {
        "_export_html_settings": {
            "title": "Export html settings",
            "context": "side"
        }
    },
    "wp_block": {
        "_export_html_settings": {
            "title": "Export html settings",
            "context": "side"
        }
    },
    "wp_template": {
        "_export_html_settings": {
            "title": "Export html settings",
            "context": "side"
        }
    }
}

PHP Error Log 4 lines

[08-Sep-2021 19:00:11 UTC] WordPress database error Table 'wordpress.wp_export_page_to_html_logs' doesn't exist for query SELECT id FROM wp_export_page_to_html_logs made by activate_plugin, do_action('activate_export-wp-page-to-static-html/export-wp-page-to-static-html.php'), WP_Hook->do_action, WP_Hook->apply_filters, activate_export_wp_page_to_static_html, Export_Wp_Page_To_Static_Html_Activator::activate
[08-Sep-2021 19:00:11 UTC] WordPress database error Table 'wordpress.wp_export_urls_logs' doesn't exist for query SELECT id FROM wp_export_urls_logs made by activate_plugin, do_action('activate_export-wp-page-to-static-html/export-wp-page-to-static-html.php'), WP_Hook->do_action, WP_Hook->apply_filters, activate_export_wp_page_to_static_html, Export_Wp_Page_To_Static_Html_Activator::activate
[08-Sep-2021 19:00:11 UTC] PHP Warning:  dir(/wp-content/uploads/exported_html_files/): failed to open dir: No such file or directory in /wp-content/plugins/export-wp-page-to-static-html/admin/partials/export-wp-page-to-static-html-admin-display.php on line 376
[08-Sep-2021 19:00:13 UTC] PHP Warning:  dir(/wp-content/uploads/exported_html_files/): failed to open dir: No such file or directory in /wp-content/plugins/export-wp-page-to-static-html/admin/partials/export-wp-page-to-static-html-admin-display.php on line 376
See also: All tests for this plugin, How to Hide the "Export WP Page to HTML & PDF" Admin Menu