jantimon / jantimon/resource-hints-webpack-plugin
Files appear to be downloading 3 times
- Dominant language
- JavaScript
- Stars
- 100
- Forks
- 12
- PR merge metrics
- No merged PRs in 30d
Description
I tested out this plugin, and while correctly adding the `preload` and `prefetch` tags. It appear chrome to downloads the `js` files 3 times. Firefox seems to behave correctly.
```html
Test
```
Chrome (v55):

Firefox (v52):

Am I missing reading the devtools or is there a larger issue here?
Contributor guide
No contributing guide indexed for this repository
Research direction
Reproduce the HTML example in Chrome 55 and Firefox 52, then inspect the browser network panel to compare requests for the preload, prefetch, and script tags. Determine whether the repeated downloads come from the generated resource hints or browser behavior; done means the plugin no longer causes duplicate JavaScript downloads in the affected case and the behavior is verified in both browsers.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript, webpack
- Domain
- build-system, tooling
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100