Linux 软件免费装
Banner图

QueueForge – Interaction to Next Paint Fixer

开发者 gunjanjaswal
更新时间 2026年7月3日 04:08
捐献地址: 去捐款
PHP版本: 7.4 及以上
WordPress版本: 7.0
版权: GPLv2 or later
版权网址: 版权信息

标签

performance javascript web-vitals core-web-vitals inp

下载

1.0.0

详情介绍:

Google's Core Web Vitals now use Interaction to Next Paint (INP) instead of First Input Delay. Caching plugins make pages load fast, but they do nothing about the bloated JavaScript from other plugins, themes, ads, and analytics that blocks the browser's main thread and makes mobile interactions feel choppy. QueueForge INP Fixer attacks INP directly: Key Features Why INP? INP measures how quickly the page visually responds to every interaction across the whole visit, not just the first one. The single biggest cause of poor INP is JavaScript executing long tasks on the main thread while the user is trying to interact. Delaying that JavaScript until it is actually needed — and breaking its execution into yield-separated chunks — is the most direct fix. Developer-Friendly

安装:

  1. Upload the queueforge-inp-fixer folder to /wp-content/plugins/.
  2. Activate the plugin through the 'Plugins' menu in WordPress.
  3. Visit Settings → QueueForge INP to tune the delay, exclusions, and debug overlay. Defaults work out of the box.

升级注意事项:

1.0.0 Initial release.

常见问题:

Will this break my site?

Delaying JavaScript can affect scripts that expect to run before interaction (consent banners, some sliders, reCAPTCHA). Add a keyword for those scripts to the exclusion list, or add data-no-optimize to the tag. Logged-in editors are skipped by default so you can preview safely.

Does it delay jQuery?

No, unless you enable "Delay jQuery". Many themes assume jQuery is present at load, so it is opt-in.

How do I test the effect?

Enable the Live INP overlay in settings and browse the front end while logged in as an admin. Compare against a page loaded with ?queueforge_off appended to the URL.

Does it work with caching plugins?

Yes. It rewrites the HTML as it is generated; the result can be cached normally. It complements page caching rather than replacing it.

更新日志:

1.0.0