Cost Calculator & Cost Estimation 1.2

Does "Cost Calculator & Cost Estimation Builder" work with WordPress 5.8.2 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: 173.83 KiB
The average PHP memory usage increased by this amount after activating by the plugin.

Page speed impact: 0.093 seconds
The average page load time increased by this amount after activating the plugin.

Environment
WordPress version5.8.2
PHP version7.4.8
MySQL version8.0.21
PHP memory limit256M
Plugin Info
Last updated
Active installs 100+
WordPress.org page https://wordpress.org/plugins/cost-calculator-cost-estimation/
Badges

WordPress compatibility badge PHP compatibility badge

Get badge code

Pages 8

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=cost-calculator-cost-estimation%2Fcalculation-forms.php&plugin_status=all&paged=1&s&_wpnonce=0ae4bd1d7a
Aspect after-activation
HTTP status 200
Load time 0.793 s
Memory usage 3.22 MiB
JS errors None
Resource errors None

Calculation Forms

Page screenshot: Calculation Forms
URL /wp-admin/edit.php?post_type=calculation_forms
Aspect menu-item
HTTP status 200
Load time 0.347 s
Memory usage 3.26 MiB
JS errors None
Resource errors None

Calculation Forms → Add New

Page screenshot: Calculation Forms → Add New
URL /wp-admin/post-new.php?post_type=calculation_forms
Aspect menu-item
HTTP status 200
Load time 0.417 s
Memory usage 3.33 MiB
JS errors None
Resource errors None

Calculation Forms → Coupons

Page screenshot: Calculation Forms → Coupons
URL /wp-admin/edit.php?post_type=cf_coupon
Aspect menu-item
HTTP status 200
Load time 0.254 s
Memory usage 3.26 MiB
JS errors None
Resource errors None

Calculation Forms → Entries

Page screenshot: Calculation Forms → Entries
URL /wp-admin/edit.php?post_type=cf_submissions
Aspect menu-item
HTTP status 200
Load time 0.256 s
Memory usage 3.27 MiB
JS errors None
Resource errors None

Calculation Forms → Settings

Page screenshot: Calculation Forms → Settings
URL /wp-admin/edit.php?post_type=calculation_forms&page=calculation-forms-settings
Aspect menu-item
HTTP status 200
Load time 0.236 s
Memory usage 3.18 MiB
JS errors None
Resource errors None

Calculation Forms → Add-ons

Page screenshot: Calculation Forms → Add-ons
URL /wp-admin/edit.php?post_type=calculation_forms&page=calculation-forms-add-ons
Aspect menu-item
HTTP status 200
Load time 0.243 s
Memory usage 3.18 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.200 s
Memory usage 3.04 MiB
JS errors None
Resource errors None

Benchmark

URL Load time Memory usage
Inactive Active Change Inactive Active Change
/wp-admin/index.php0.290 s0.370 s+0.080 s3.08 MiB3.26 MiB+ 181.21 KiB
/wp-admin/edit.php0.180 s0.247 s+0.067 s3.11 MiB3.36 MiB+ 250.91 KiB
/wp-admin/post-new.php0.776 s1.232 s+0.456 s5.27 MiB5.43 MiB+ 165.88 KiB
/wp-admin/upload.php0.376 s0.532 s+0.156 s3.03 MiB3.18 MiB+ 156.66 KiB
/wp-admin/options-writing.php0.260 s0.240 s-0.020 s3.02 MiB3.19 MiB+ 169.05 KiB
/wp-admin/media-new.php0.349 s0.269 s-0.080 s3.01 MiB3.18 MiB+ 177.91 KiB
/wp-admin/edit-tags.php?taxonomy=category0.186 s0.258 s+0.072 s3.04 MiB3.22 MiB+ 191.14 KiB
/wp-admin/post-new.php?post_type=page0.600 s0.648 s+0.048 s5.26 MiB5.42 MiB+ 161.47 KiB
/wp-admin/options-discussion.php0.251 s0.472 s+0.221 s3 MiB3.19 MiB+ 186.19 KiB
/wp-admin/edit-comments.php0.213 s0.322 s+0.109 s3.04 MiB3.22 MiB+ 182.36 KiB
/0.294 s0.204 s-0.090 s2.96 MiB3.04 MiB+ 89.32 KiB
Average 0.343 s0.436 s+0.093 s3.44 MiB3.61 MiB+ 173.83 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
JavaScript
CSS
Language % Lines of code Comment lines Files
PHP48.3%3,79924142
JavaScript37.1%2,92147111
CSS13.9%1,090499
SVG0.6%5002
JSON0.1%501
Total 7,865 761 65

PHP Code Analysis | More results »

Lines of code 3,898
Total complexity 549
Median class complexity 16.0
Median method complexity 1.0
Most complex class Calculation_Forms_Process
Most complex function Calculation_Forms_Process::process()
Classes 17
Methods 100
Functions 60

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.

Custom Post Types 3

ID Name
cf_couponCoupons
calculation_formsCalculation Forms
cf_submissionsEntries

Meta Boxes

{
    "cf_coupon": {
        "cf_coupon_data": {
            "title": "Coupons",
            "context": "normal"
        }
    },
    "calculation_forms": {
        "form-builder-import-export": {
            "title": "Import/Export Form",
            "context": "side"
        },
        "form-builder-upgrade": {
            "title": "Upgrade Pro Version",
            "context": "side"
        },
        "form-builder-main": {
            "title": "Builder Form",
            "context": "normal"
        }
    },
    "cf_submissions": {
        "cf_submissions_data": {
            "title": "Datas",
            "context": "normal"
        }
    }
}

PHP Error Log 48 lines

[04-Dec-2021 11:30:44 UTC] PHP Notice:  Undefined index: currencies in /wp-content/plugins/cost-calculator-cost-estimation/backend/settings.php on line 30
[04-Dec-2021 11:30:44 UTC] PHP Notice:  Undefined index: currencies in /wp-content/plugins/cost-calculator-cost-estimation/backend/settings.php on line 31
[04-Dec-2021 11:30:44 UTC] PHP Notice:  Undefined index: currencies in /wp-content/plugins/cost-calculator-cost-estimation/backend/settings.php on line 32
[04-Dec-2021 11:30:44 UTC] PHP Notice:  Undefined index: currencies in /wp-content/plugins/cost-calculator-cost-estimation/backend/settings.php on line 33
[04-Dec-2021 11:30:44 UTC] PHP Notice:  Undefined index: currencies in /wp-content/plugins/cost-calculator-cost-estimation/backend/settings.php on line 34
[04-Dec-2021 11:30:44 UTC] PHP Notice:  Undefined index: currencies in /wp-content/plugins/cost-calculator-cost-estimation/backend/settings.php on line 35
[04-Dec-2021 11:30:44 UTC] PHP Notice:  Undefined index: currencies in /wp-content/plugins/cost-calculator-cost-estimation/backend/settings.php on line 36
[04-Dec-2021 11:30:44 UTC] PHP Notice:  Undefined index: currencies in /wp-content/plugins/cost-calculator-cost-estimation/backend/settings.php on line 37
[04-Dec-2021 11:30:44 UTC] PHP Notice:  Undefined index: currencies in /wp-content/plugins/cost-calculator-cost-estimation/backend/settings.php on line 38
[04-Dec-2021 11:30:44 UTC] PHP Notice:  Undefined index: currencies in /wp-content/plugins/cost-calculator-cost-estimation/backend/settings.php on line 39
[04-Dec-2021 11:30:44 UTC] PHP Notice:  Undefined index: currencies in /wp-content/plugins/cost-calculator-cost-estimation/backend/settings.php on line 40
[04-Dec-2021 11:30:44 UTC] PHP Notice:  Undefined index: currencies in /wp-content/plugins/cost-calculator-cost-estimation/backend/settings.php on line 41
[04-Dec-2021 11:30:44 UTC] PHP Notice:  Undefined index: currencies in /wp-content/plugins/cost-calculator-cost-estimation/backend/settings.php on line 42
[04-Dec-2021 11:30:44 UTC] PHP Notice:  Undefined index: currencies in /wp-content/plugins/cost-calculator-cost-estimation/backend/settings.php on line 43
[04-Dec-2021 11:30:44 UTC] PHP Notice:  Undefined index: currencies in /wp-content/plugins/cost-calculator-cost-estimation/backend/settings.php on line 44
[04-Dec-2021 11:30:44 UTC] PHP Notice:  Undefined index: currencies in /wp-content/plugins/cost-calculator-cost-estimation/backend/settings.php on line 45
[04-Dec-2021 11:30:44 UTC] PHP Notice:  Undefined index: currencies in /wp-content/plugins/cost-calculator-cost-estimation/backend/settings.php on line 46
[04-Dec-2021 11:30:44 UTC] PHP Notice:  Undefined index: currencies in /wp-content/plugins/cost-calculator-cost-estimation/backend/settings.php on line 47
[04-Dec-2021 11:30:44 UTC] PHP Notice:  Undefined index: currencies in /wp-content/plugins/cost-calculator-cost-estimation/backend/settings.php on line 48
[04-Dec-2021 11:30:44 UTC] PHP Notice:  Undefined index: currencies in /wp-content/plugins/cost-calculator-cost-estimation/backend/settings.php on line 49
[04-Dec-2021 11:30:44 UTC] PHP Notice:  Undefined index: currencies in /wp-content/plugins/cost-calculator-cost-estimation/backend/settings.php on line 50
[04-Dec-2021 11:30:44 UTC] PHP Notice:  Undefined index: currencies in /wp-content/plugins/cost-calculator-cost-estimation/backend/settings.php on line 51
[04-Dec-2021 11:30:44 UTC] PHP Notice:  Undefined index: currencies in /wp-content/plugins/cost-calculator-cost-estimation/backend/settings.php on line 52
[04-Dec-2021 11:30:44 UTC] PHP Notice:  Undefined index: currencies in /wp-content/plugins/cost-calculator-cost-estimation/backend/settings.php on line 53
[04-Dec-2021 11:30:45 UTC] PHP Notice:  Undefined index: currencies in /wp-content/plugins/cost-calculator-cost-estimation/backend/settings.php on line 30
[04-Dec-2021 11:30:45 UTC] PHP Notice:  Undefined index: currencies in /wp-content/plugins/cost-calculator-cost-estimation/backend/settings.php on line 31
[04-Dec-2021 11:30:45 UTC] PHP Notice:  Undefined index: currencies in /wp-content/plugins/cost-calculator-cost-estimation/backend/settings.php on line 32
[04-Dec-2021 11:30:45 UTC] PHP Notice:  Undefined index: currencies in /wp-content/plugins/cost-calculator-cost-estimation/backend/settings.php on line 33
[04-Dec-2021 11:30:45 UTC] PHP Notice:  Undefined index: currencies in /wp-content/plugins/cost-calculator-cost-estimation/backend/settings.php on line 34
[04-Dec-2021 11:30:45 UTC] PHP Notice:  Undefined index: currencies in /wp-content/plugins/cost-calculator-cost-estimation/backend/settings.php on line 35
[04-Dec-2021 11:30:45 UTC] PHP Notice:  Undefined index: currencies in /wp-content/plugins/cost-calculator-cost-estimation/backend/settings.php on line 36
[04-Dec-2021 11:30:45 UTC] PHP Notice:  Undefined index: currencies in /wp-content/plugins/cost-calculator-cost-estimation/backend/settings.php on line 37
[04-Dec-2021 11:30:45 UTC] PHP Notice:  Undefined index: currencies in /wp-content/plugins/cost-calculator-cost-estimation/backend/settings.php on line 38
[04-Dec-2021 11:30:45 UTC] PHP Notice:  Undefined index: currencies in /wp-content/plugins/cost-calculator-cost-estimation/backend/settings.php on line 39
[04-Dec-2021 11:30:45 UTC] PHP Notice:  Undefined index: currencies in /wp-content/plugins/cost-calculator-cost-estimation/backend/settings.php on line 40
[04-Dec-2021 11:30:45 UTC] PHP Notice:  Undefined index: currencies in /wp-content/plugins/cost-calculator-cost-estimation/backend/settings.php on line 41
[04-Dec-2021 11:30:45 UTC] PHP Notice:  Undefined index: currencies in /wp-content/plugins/cost-calculator-cost-estimation/backend/settings.php on line 42
[04-Dec-2021 11:30:45 UTC] PHP Notice:  Undefined index: currencies in /wp-content/plugins/cost-calculator-cost-estimation/backend/settings.php on line 43
[04-Dec-2021 11:30:45 UTC] PHP Notice:  Undefined index: currencies in /wp-content/plugins/cost-calculator-cost-estimation/backend/settings.php on line 44
[04-Dec-2021 11:30:45 UTC] PHP Notice:  Undefined index: currencies in /wp-content/plugins/cost-calculator-cost-estimation/backend/settings.php on line 45
[04-Dec-2021 11:30:45 UTC] PHP Notice:  Undefined index: currencies in /wp-content/plugins/cost-calculator-cost-estimation/backend/settings.php on line 46
[04-Dec-2021 11:30:45 UTC] PHP Notice:  Undefined index: currencies in /wp-content/plugins/cost-calculator-cost-estimation/backend/settings.php on line 47
[04-Dec-2021 11:30:45 UTC] PHP Notice:  Undefined index: currencies in /wp-content/plugins/cost-calculator-cost-estimation/backend/settings.php on line 48
[04-Dec-2021 11:30:45 UTC] PHP Notice:  Undefined index: currencies in /wp-content/plugins/cost-calculator-cost-estimation/backend/settings.php on line 49
[04-Dec-2021 11:30:45 UTC] PHP Notice:  Undefined index: currencies in /wp-content/plugins/cost-calculator-cost-estimation/backend/settings.php on line 50
[04-Dec-2021 11:30:45 UTC] PHP Notice:  Undefined index: currencies in /wp-content/plugins/cost-calculator-cost-estimation/backend/settings.php on line 51
[04-Dec-2021 11:30:45 UTC] PHP Notice:  Undefined index: currencies in /wp-content/plugins/cost-calculator-cost-estimation/backend/settings.php on line 52
[04-Dec-2021 11:30:45 UTC] PHP Notice:  Undefined index: currencies in /wp-content/plugins/cost-calculator-cost-estimation/backend/settings.php on line 53
See also: All tests for this plugin, How to Hide Cost Calculator & Cost Estimation Admin Menus and Meta Boxes