OpenAI Tools 1.6.7

Does OpenAI Tools work with WordPress 6.4.3 and PHP 8.1.12? A smoke test was performed on .

Summary

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

Memory usage: 29.96 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 100+
WordPress.org page https://wordpress.org/plugins/openai-tools-for-wp-wc/
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=openai-tools-for-wp-wc%2Fopenai-tools.php&plugin_status=all&paged=1&s&_wpnonce=4bc8479501
Aspect after-activation
HTTP status 200
Load time 0.236 s
Memory usage 3.35 MiB
JS errors None
Resource errors None

Settings → AI Server

Page screenshot: Settings → AI Server
URL /wp-admin/options-general.php?page=ai-tools-settings
Aspect menu-item
HTTP status 200
Load time 0.348 s
Memory usage 3.36 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.158 s
Memory usage 3.33 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.579 s
Memory usage 5.5 MiB
JS errors None
Resource errors None

Benchmark

URL Load time Memory usage
Inactive Active Change Inactive Active Change
/wp-admin/index.php0.361 s0.305 s-0.056 s3.38 MiB3.42 MiB+ 36.36 KiB
/wp-admin/edit.php0.196 s0.199 s+0.003 s3.41 MiB3.44 MiB+ 36.36 KiB
/wp-admin/post-new.php0.826 s0.803 s-0.023 s5.46 MiB5.5 MiB+ 44.6 KiB
/wp-admin/upload.php0.574 s0.465 s-0.109 s3.32 MiB3.34 MiB+ 18.95 KiB
/wp-admin/options-writing.php0.208 s0.207 s-0.001 s3.32 MiB3.33 MiB+ 11.54 KiB
/wp-admin/media-new.php0.296 s0.212 s-0.084 s3.3 MiB3.33 MiB+ 31.14 KiB
/wp-admin/edit-tags.php?taxonomy=category0.203 s0.203 s+0.000 s3.31 MiB3.35 MiB+ 36.31 KiB
/wp-admin/post-new.php?post_type=page0.555 s0.584 s+0.029 s5.45 MiB5.49 MiB+ 43.94 KiB
/wp-admin/options-discussion.php0.263 s0.234 s-0.029 s3.3 MiB3.32 MiB+ 19.45 KiB
/wp-admin/edit-comments.php0.276 s0.373 s+0.097 s3.34 MiB3.35 MiB+ 18.95 KiB
/0.267 s0.239 s-0.028 s3.31 MiB3.34 MiB+ 32 KiB
Average 0.366 s0.348 s-0.018 s3.72 MiB3.75 MiB+ 29.96 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
Language % Lines of code Comment lines Files
PHP99.1%1,9044711
SVG0.9%1701
Total 1,921 47 12

PHP Code Analysis | More results »

Lines of code 849
Total complexity 75
Median class complexity 0.0
Median method complexity 0.0
Most complex class
Most complex function ai_tools_settings_page()
Classes 0
Methods 0
Functions 26

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.

Meta Boxes

{
    "post": {
        "openai_post_comment_generator": {
            "title": "AI Commenter",
            "context": "side"
        }
    },
    "product": {
        "ai_reviwer": {
            "title": "AI Reviewer",
            "context": "side"
        }
    }
}

PHP Error Log 10 lines

[25-Mar-2024 08:30:20 UTC] PHP Warning:  Undefined variable $disable_openai in /wp-content/plugins/openai-tools-for-wp-wc/templates/admin/post-comment-generator.php on line 13
[25-Mar-2024 08:30:20 UTC] PHP Warning:  Undefined variable $disable_groq in /wp-content/plugins/openai-tools-for-wp-wc/templates/admin/post-comment-generator.php on line 17
[25-Mar-2024 08:30:20 UTC] PHP Warning:  Undefined variable $disable_submit in /wp-content/plugins/openai-tools-for-wp-wc/templates/admin/post-comment-generator.php on line 46
[25-Mar-2024 08:30:20 UTC] PHP Warning:  Undefined variable $disable_submit in /wp-content/plugins/openai-tools-for-wp-wc/templates/admin/post-comment-generator.php on line 47
[25-Mar-2024 08:30:20 UTC] PHP Warning:  Undefined variable $disable_submit in /wp-content/plugins/openai-tools-for-wp-wc/templates/admin/post-comment-generator.php on line 140
[25-Mar-2024 08:30:28 UTC] PHP Warning:  Undefined variable $disable_openai in /wp-content/plugins/openai-tools-for-wp-wc/templates/admin/post-comment-generator.php on line 13
[25-Mar-2024 08:30:28 UTC] PHP Warning:  Undefined variable $disable_groq in /wp-content/plugins/openai-tools-for-wp-wc/templates/admin/post-comment-generator.php on line 17
[25-Mar-2024 08:30:28 UTC] PHP Warning:  Undefined variable $disable_submit in /wp-content/plugins/openai-tools-for-wp-wc/templates/admin/post-comment-generator.php on line 46
[25-Mar-2024 08:30:28 UTC] PHP Warning:  Undefined variable $disable_submit in /wp-content/plugins/openai-tools-for-wp-wc/templates/admin/post-comment-generator.php on line 47
[25-Mar-2024 08:30:28 UTC] PHP Warning:  Undefined variable $disable_submit in /wp-content/plugins/openai-tools-for-wp-wc/templates/admin/post-comment-generator.php on line 140
See also: All tests for this plugin, How to Hide OpenAI Tools Admin Menus and Meta Boxes