Closed
Bug 1293805
Opened 8 years ago
Closed 8 years ago
Some javascript's loads over and over bypassing cache.
Categories
(Core :: JavaScript: GC, defect)
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: BladeMight, Unassigned)
Details
User Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:47.0) Gecko/20100101 Firefox/47.0
Build ID: 20160604131506
Steps to reproduce:
Go to GitHub.com wait while everything loads, close Firefox, open Firefox and refresh GitHub.com.
Actual results:
https://assets-cdn.github.com/assets/frameworks-464bf5ab70b907f4e70bb71b522033c4d0d7a9bda32935ed8afe27ae7c1905ed.js
and
https://assets-cdn.github.com/assets/github-37f313ba5f7d7ed118953196cef00b8367ac8827eedb7fcf846579b88132c666.js
loads over and over again, they ALREADY in cache so why load them again?
Expected results:
To load them from cache(because they not changed).
Additional info:
In Chrome they loads from cache, in Firefox not every time...
Comment 1•8 years ago
|
||
User Agent: Mozilla/5.0 (Windows NT 10.0; rv:48.0) Gecko/20100101 Firefox/48.0
Build ID: 20160726073904
I have tested your issue on latest Firefox release (v48.0) and latest Nightly (v51.0a1, Build ID: 20160810030202) and could not reproduce it. I have followed the STR provided in comment 0 but didn't observe any issues. Please provide more detailed steps and a video/screenshot in order to understand better this issue.
Is this still reproducible on your end ? If yes, can you please retest this using latest FF release and latest Nightly build (https://nightly.mozilla.org/) and report back the results ? When doing this, please use a new clean Firefox profile, maybe even safe mode, to eliminate custom settings as a possible cause (https://goo.gl/PNe90E).
Flags: needinfo?(BladeMight)
Reporter | ||
Comment 2•8 years ago
|
||
I'll update to v48, and say how it is.
Reporter | ||
Comment 3•8 years ago
|
||
Wait, i have Dev Edition 49.0a2 and it is same...
Updated•8 years ago
|
Flags: needinfo?(BladeMight)
Comment 4•8 years ago
|
||
I cannot reproduce the issue using latest Firefox Dev v51a2 (Build ID: 20160929004005).
Did you try using a new clean Firefox profile, maybe even safe mode, to eliminate custom settings as a possible cause (https://goo.gl/PNe90E)?
Please provide more detailed steps and a video/screenshot in order to understand better this issue.
Flags: needinfo?(BladeMight)
Updated•8 years ago
|
Component: Untriaged → JavaScript: GC
Product: Firefox → Core
Comment 5•8 years ago
|
||
Considering the fact that I cannot reproduce this and the fact that the reporter did not answered to my request until now, I will mark this as Resolved-Worksforme.
If anyone can still reproduce it, feel free to reopen the issue and provide more information.
Status: UNCONFIRMED → RESOLVED
Closed: 8 years ago
Flags: needinfo?(BladeMight)
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•