Title: QueueForge – Interaction to Next Paint Fixer
Author: Gunjan Jaswal
Published: <strong>Agẹmọ  2, 2026</strong>
Last modified: Agẹmọ  2, 2026

---

Ṣàwárí àwọn plugin

![](https://ps.w.org/queueforge-inp-fixer/assets/banner-772x250.png?rev=3594458)

![](https://ps.w.org/queueforge-inp-fixer/assets/icon-256x256.png?rev=3594470)

# QueueForge – Interaction to Next Paint Fixer

 Láti ọwọ́ [Gunjan Jaswal](https://profiles.wordpress.org/gunjanjaswal/)

[Ṣe ìgbàsílẹ̀](https://downloads.wordpress.org/plugin/queueforge-inp-fixer.1.0.0.zip)

 * [Àwọn àlàyé](https://yor.wordpress.org/plugins/queueforge-inp-fixer/#description)
 * [Àwọn àgbéyẹ̀wò](https://yor.wordpress.org/plugins/queueforge-inp-fixer/#reviews)
 *  [Ìgbéwọlẹ̀](https://yor.wordpress.org/plugins/queueforge-inp-fixer/#installation)
 * [Ìdàgbàsókè](https://yor.wordpress.org/plugins/queueforge-inp-fixer/#developers)

 [Ìrànlọ́wọ́](https://wordpress.org/support/plugin/queueforge-inp-fixer/)

## Àpèjúwe

GoogleÌtumọ̀ Yorùbá: ’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Ìtumọ̀ Yorùbá: ’s main thread and makes mobile interactions
feel choppy.

QueueForge INP Fixer attacks INP directly:

 * **Delays eligible JavaScript** until the visitorÌtumọ̀ Yorùbá: ’s first scroll,
   tap, key press, or mouse move. The main thread stays free during the critical
   early window, so the page responds immediately.
 * **Yields the main thread between scripts** when the deferred code finally runs,
   using the native `scheduler.yield()` (with a `setTimeout` fallback) so the queued
   scripts do not re-block the thread in one long task.
 * **Fallback timeout** loads delayed scripts automatically after N seconds even
   with no interaction, protecting analytics and ad impressions.
 * **Live INP overlay** for admins shows measured INP and long-task blocking time
   right on the front end, using `PerformanceObserver` (`event` + `longtask`).

#### Key Features

 * Delay all eligible third-party / theme JavaScript until first interaction
 * Main-thread yielding between deferred scripts (`scheduler.yield()` + fallback)
 * Configurable fallback timeout (0 = interaction only)
 * Optional jQuery delay (off by default for safety)
 * Keyword exclusion list, plus per-tag `data-no-optimize` opt-out
 * Skips logged-in editors so page builders keep working
 * Live INP + blocking-time debug overlay (admins only)
 * `?queueforge_off` URL switch to bypass the delay for one page load
 * No database writes on the front end; nothing is cached or stored per visitor

#### 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

 * `qfinp_exclusions` filter to programmatically add never-delay keywords.
 * Uses an output buffer on `template_redirect`; no edits to your theme or other
   plugins.

## Ìgbéwọlẹ̀

 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.

## FAQ

### 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.

## Àwọn àgbéyẹ̀wò

Kò sí àwọn àgbéyẹ̀wò fún plugin yìí.

## Àwọn Olùkópa & Olùgbéejáde

“QueueForge – Interaction to Next Paint Fixer” jẹ́ ètò ìṣàmúlò orísun ṣíṣí sílẹ̀.
Àwọn ènìyàn wọ̀nyí ti ṣe ìkópa sí plugin yìí.

Àwọn Olùkópa

 *   [ Gunjan Jaswal ](https://profiles.wordpress.org/gunjanjaswal/)

[Túmọ̀ “QueueForge – Interaction to Next Paint Fixer” sí èdè rẹ.](https://translate.wordpress.org/projects/wp-plugins/queueforge-inp-fixer)

### Ṣe o nífẹ̀ẹ́ sí ìdàgbàsókè?

[Ṣàwárí koodu](https://plugins.trac.wordpress.org/browser/queueforge-inp-fixer/),
ṣàyẹ̀wò [ibi ìpamọ́ SVN](https://plugins.svn.wordpress.org/queueforge-inp-fixer/),
tàbí ṣe àgbékalẹ̀ sí [àkọsílẹ̀ ìdàgbàsókè](https://plugins.trac.wordpress.org/log/queueforge-inp-fixer/)
nípasẹ̀ [RSS](https://plugins.trac.wordpress.org/log/queueforge-inp-fixer/?limit=100&mode=stop_on_copy&format=rss).

## Àkọsílẹ̀ àwọn àyípadà

#### 1.0.0

 * Initial release: interaction-delayed JavaScript, main-thread yielding, fallback
   timeout, exclusions, logged-in skip, and live INP/long-task overlay.
 * All output is escaped late, including the admin-notice nonce passed to inline
   JavaScript via wp_json_encode().
 * Every function, option, and the localized config object uses the qfinp prefix
   to avoid conflicts with other plugins.

## Àkójọpọ̀ Meta

 *  Ẹ̀yà **1.0.0**
 *  Ìgbàgbọ́hùn tó kẹ́yìn **ọjọ́ 2 sẹ́yìn**
 *  Àwọn ìgbéwọlẹ̀ tó ṣiṣẹ́ **Tó kéré sí 10**
 *  Ẹ̀yà WordPress ** 5.0 tàbí ju bẹ́ẹ̀ lọ **
 *  Dánwò dé **7.0**
 *  Ẹ̀yà PHP ** 7.4 tàbí ju bẹ́ẹ̀ lọ **
 *  Èdè
 * [English (US)](https://wordpress.org/plugins/queueforge-inp-fixer/)
 * Àwọn àmì
 * [core web vitals](https://yor.wordpress.org/plugins/tags/core-web-vitals/)[inp](https://yor.wordpress.org/plugins/tags/inp/)
   [javascript](https://yor.wordpress.org/plugins/tags/javascript/)[performance](https://yor.wordpress.org/plugins/tags/performance/)
   [web vitals](https://yor.wordpress.org/plugins/tags/web-vitals/)
 *  [Ìwòye Tó Péye](https://yor.wordpress.org/plugins/queueforge-inp-fixer/advanced/)

## Àwọn ìbò

Kò sí ìwádìí tí a tíì fi ránṣẹ́.

[Your review](https://wordpress.org/support/plugin/queueforge-inp-fixer/reviews/#new-post)

[See all reviews](https://wordpress.org/support/plugin/queueforge-inp-fixer/reviews/)

## Àwọn Olùkópa

 *   [ Gunjan Jaswal ](https://profiles.wordpress.org/gunjanjaswal/)

## Ìrànlọ́wọ́

Nǹkan wà tí o fẹ́ sọ? Ṣé o nílò ìrànlọ́wọ́?

 [Wo àpéjọ ìrànlọ́wọ́](https://wordpress.org/support/plugin/queueforge-inp-fixer/)

## Ṣe ìtọrẹ

Ṣé o fẹ́ ṣe àtìlẹ́yìn fún ìlọsíwájú plugin yìí?

 [ Ṣe ìtọrẹ sí plugin yìí ](https://ko-fi.com/gunjanjaswal)