Linux 软件免费装
Banner图

RefiTune - Site refiner toolkit

开发者 rtomo
rotistudio
更新时间 2026年7月27日 21:17
捐献地址: 去捐款
PHP版本: 7.4 及以上
WordPress版本: 7.0
版权: GPLv2 or later
版权网址: 版权信息

标签

performance security optimization toolkit tweaks

下载

1.0.0 1.2.0 1.2.1 1.1.0 1.3.0 1.3.1

详情介绍:

Hungarian: Magyar nyelvű bővítmény leírás RefiTune - Site refiner toolkit is a modular Swiss Army knife for WordPress. Clean up unnecessary front-end code, harden login and uploads, tune Heartbeat and updates, or brand wp-login - each module is opt-in. Enable or disable features individually. A clean dashboard shows what is active. In-plugin Help pages document behaviour, trade-offs, and requirements. What's Inside? (35 Modules) Performance:

安装:

  1. Upload to /wp-content/plugins/refitune (or install from WordPress.org).
  2. Activate under Plugins.
  3. Open Tools > RefiTune - Site refiner toolkit and enable the modules you need.
  4. Use the Help tab for per-feature documentation.

屏幕截图:

  • Settings - Configure each feature individually with detailed options
  • Help - Detailed documentation for each feature

升级注意事项:

1.3.1 Hungarian translation fixes for Help and settings module descriptions; shorter English module summaries on the settings screen. 1.3.0 WebP upload conversion plus login, upload, SVG, SMTP, and admin-access hardening. Review Login Limit whitelist and SMTP environment type after update. 1.2.2 Recommended security and stability update. 1.2.1 Fixed Verified Upload rejecting safe image uploads. 1.2.0 Adds new modules; fixed Media Library conflict. 1.1.0 Recommended security update. 1.0.0 Initial release.

常见问题:

Will this plugin slow down my site?

No. Most modules remove unused front-end work or add checks only on login/upload. Features are opt-in.

Is it safe to disable jQuery Migrate?

Only if your theme and plugins work with current jQuery. Test first; leave it off when unsure.

What happens if I disable XML-RPC?

The WordPress mobile app, Jetpack sync, and other remote clients that need XML-RPC may stop working.

How does Login Limit identify clients?

It uses REMOTE_ADDR only (not spoofable X-Forwarded-For). Failed attempts are counted per IP and per IP+username pair. Add static office or trusted egress IPs to the whitelist (one per line). Behind a CDN or shared NAT, many visitors share one address - whitelist only IPs you control.

Does Login Limit work with email logins and WooCommerce?

Yes. Email logins are canonicalized to usernames where possible, and lockouts are checked on authenticate so wp_signon() paths (including WooCommerce) are covered.

Can I hide wp-admin from certain roles?

Yes. Restrict Admin Access limits the wp-admin UI by role. Anyone with manage_options always retains access. AJAX is not blocked so front-end admin-ajax.php callbacks keep working; each handler must still check capabilities.

What's Maintenance Mode good for?

Short downtime windows. Guests get a 503 page; selected roles still browse. Admin, AJAX, and cron remain available so developers can test plugins that need those endpoints.

Can wp-config.php override Automatic Updates Control?

Yes. AUTOMATIC_UPDATER_DISABLED and WP_AUTO_UPDATE_CORE override RefiTune background update settings when defined. Update check frequency still follows RefiTune cron scheduling.

What does "Enable all" mean for plugins and themes?

It forces automatic updates for every plugin or theme and overrides per-item toggles on the Updates screen. "Disable all" blocks them; "WordPress default" leaves native behaviour unchanged.

Is SMTP test mode safe on production?

No. While WP_ENVIRONMENT_TYPE is production, RefiTune will not run without encryption/certificate verification, and the test-mode checkbox cannot be enabled. Set the environment type correctly on live sites.

更新日志:

1.3.1 1.3.0 1.2.2 1.2.1 1.2.0 1.1.0 1.0.0