Linux 软件免费装
Banner图

Reloadify Frontend Sync

开发者 shaounchandrashill
更新时间 2026年7月30日 03:10
PHP版本: 7.4 及以上
WordPress版本: 7.0
版权: GPLv2 or later
版权网址: 版权信息

标签

performance elementor divi reload auto-refresh

下载

1.0.1 1.0.2 1.1.0 1.0.0 1.1.1

详情介绍:

Reloadify Frontend Sync is a developer and QA tool designed to streamline the workflow when building sites with page builders like Elementor and Divi. Instead of manually refreshing your frontend every time you save a change, Reloadify Frontend Sync automatically reloads every connected browser or window, keeping all your frontend previews synchronized without interrupting your workflow. Why Use Reloadify? Manually refreshing the frontend after every save interrupts your workflow and wastes time, especially when testing across multiple browsers. Reloadify Frontend Sync keeps every open browser automatically synchronized, allowing you to focus on building instead of constantly refreshing. Key Features Works With Reloadify Frontend Sync has been tested with: Video https://youtu.be/3UPLTJkavJw How It Works (for end users)
  1. Install and activate the plugin — no configuration needed to start; everything works out of the box.
  2. Open your page in the builder (Elementor, Divi, etc.) in one browser tab.
  3. Open the same page's live frontend view in another tab, another window, or even another browser entirely.
  4. Make a change and save it in the builder as normal.
  5. The frontend tab reloads on its own within a couple of seconds — no manual refresh needed.
  6. If you ever need to fine-tune behavior (turn off a specific browser, switch to hard reload, check server settings), go to Auto Reloader in your wp-admin sidebar.

安装:

  1. Upload the plugin files to /wp-content/plugins/reloadify-frontend-sync, or install through the WordPress plugins screen.
  2. Activate the plugin.
  3. Open a page in your builder in one tab/browser, and the frontend view in another (any browser, any window).
  4. Save in the builder — the frontend reloads on its own.
  5. Visit Auto Reloader in the wp-admin sidebar to fine-tune Developer Mode, reload behavior, per-browser settings, and server performance.

屏幕截图:

  • Server Performance tab — live PHP/OPcache values the plugin applies at runtime, plus the settings that require host-level changes, each clearly marked LIVE and AUTO-ATTEMPT.
  • Extensions tab — optional SVG upload support (off by default) and the Scroll To Top floating button controls (position, color, and scroll-distance threshold).

常见问题:

Why doesn't it reload in a particular browser?

Check Auto Reloader → Cross-Browser Reload: confirm Developer Mode is on and that browser/mode is toggled on. Everything is on by default, but if you turned things off before, check there first.

Is incognito/private mode detection 100% reliable?

No — it's a best-effort heuristic. Several browsers deliberately make private mode indistinguishable from normal mode. When it can't tell, the plugin defaults to running the reloader anyway rather than staying silent.

Does the Server Performance panel really change opcache/upload limits?

memory_limit, max_execution_time, and three of the six opcache.* directives (enable, validate_timestamps, revalidate_freq) genuinely can be applied live by any WordPress plugin — that's just how PHP classifies them. The other three opcache directives (memory_consumption, interned_strings_buffer, max_accelerated_files) size shared memory once at PHP startup and truly can't be touched without editing php.ini and restarting PHP — same for post_max_size, upload_max_filesize, and realpath cache. For those, the panel writes a best-effort .user.ini/.htaccess (works on many hosts) or generates a copy-paste snippet, instead of pretending to apply them for you.

Should I leave Developer Mode on in production?

No — turn it on only while you're actively testing, then switch it back off yourself. It's off by default for exactly this reason: while it's on, every visitor's browser polls the server, which is fine for staging but adds real load with real traffic. Unlike earlier versions, Developer Mode no longer disables itself automatically — it stays exactly as you set it until you change it, so remembering to switch it off is now on you.

Will this slow my site down?

The frontend check is a small static file the webserver answers directly — no PHP or WordPress involved — so it's cheap per check. The main thing that adds load is leaving Developer Mode on for a long time on a busy live site, since every visitor's browser then polls continuously; keep it switched on only while you're actually testing.

Does Media Optimization touch my original uploaded files?

No. For images, the original file you uploaded is never modified — only the generated thumbnail/medium/large sizes get WebP or AVIF versions alongside them, and only if your server's image library actually supports that format (checked with WordPress's own detection, never assumed). Video compression only runs if the server has ffmpeg available; if it doesn't, video is left completely untouched rather than pretending to optimize it. The whole feature is one toggle — turn it off any time to leave media exactly as WordPress would handle it by default.

更新日志:

1.1.1 1.1.0 1.0.2 1.0.1 1.0.0