설명
Description: This Plugin allows you to easily run Tests against our PHP or JS code. It is mainly meant for Developers, but can be used by anyone. Like checking that you made sure that the site is indexable by Search Engines in Production and vise-versa that it is not Indexable in Dev or Staging.
Pre-Installed Tests
- PHP Errors – Check for PHP Errors, Warnings and Notices.
- Gravity Forms Honeypot – Check to make sure that Anti-Spam Honeypot is enabled on all forms.
- Checks Sitespeed against Google Site Speed Insights
- Checks for Sitemap Pages
- Checks for Favicon
- HTML Valid – Check that your Pages are HTML Valid (W3C)
- JS Console Logs – Check General Pages for Console Logs on Page Load
- JS Errors – Check General Pages for JS Errors on Page Load
- Plugins Updated – Make sure WordPress Plugins are the Latest Stable Version
- SEO Indexable – Allow search engines to index the site in Production
- SEO Remove Indexing – Disallow search engines to index the site in Dev and Staging
- WP Debug – Make sure WordPress Debug is set to false
- WP Head/Footer – Check for wp_head() and wp_footer()
-
WP Updated – Make sure WordPress is Latest Stable Version
More to come soon
Requirements
- jQuery
- WordPress 3.5 or above
- PHP 5.3+
- PHP cUrl
스크린샷
설치
- Upload the
gravitate-automated-tester
folder to the/wp-content/plugins/
directory - 워드프레스의 ‘플러그인’ 메뉴에서 플러그인을 활성화하세요.
- You can configure the Plugin Settings in
Settings
->Gravitate Automated Tester
기여자 & 개발자
자국어로 “Gravitate Automated Tester”(을)를 번역하세요.
개발에 관심이 있으십니까?
변경이력
1.4.5
- Updated Sitemap checker to also check for sitemap_index.xml
1.4.4
- Fixed WP_ERROR fatal error
1.4.3
- Fixed Static Function Warning
1.4.2
- Updated Default Settings
1.4.1
- Updated PHP Errors for All environments
- Changed Location to Tools instead of Settings
1.4.0
- Added API
- Added Auto Detect for Environment
1.3.1
- Bug fix on Class not found
1.3.0
- Added Authentication for Injector Methods.
- Updated Dev Tab documentation.
1.2.1
- Bug Fix – Updated PHP Errors checking
- Added Alert if running the Run All too often.
- Updated Site Speed Rating and Description Text.
- Extended wp_remote_get() timeout to 15 seconds.
1.2.0
- Added Gravity Forms Honeypot Test
- Added is_editable() method for testers
- Added can_run() method. Defaults to true.
- Added fix_confirmation() method for the fix buttons.
1.1.3
- Bug Fix on Class prefix
1.1.2
- Changed Fix button to only allow if DISALLOW_FILE_EDIT is not true or on local environment
1.1.1
- Changed file_get_contents to wp_remote_get to support redirects
1.1.0
- Added PHP Errors Test
- Added Sitemaps Test
- Added SiteSpeed Test
- Updated JS Errors Test
- Updated JS Console Test
- Added Favicon Test
1.0.0
- Initial Creation