Closed
Bug 460702
Opened 17 years ago
Closed 15 years ago
modified since not working - apparently x'ed out
Categories
(Firefox :: General, defect)
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: kurt.ludikovsky, Unassigned)
References
()
Details
(Whiteboard: [CLOSEME 2010-11-01])
User-Agent: Opera/9.51 (Windows NT 5.1; U; de)
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.17) Gecko/20080829 Firefox/2.0.0.17
It seems that since I updated FF to 2.0.0.17 the modified since does not work any more properly. This results in enourmous transfer time and loading time of pages as all files are downloaded over and over again instead of being used from the cache.
Trace follows.
The trace clearly shows that the same file is requested twice and sent twice, while there is a field of
XXXXXXXXXXXXXXX: XXXXXXXXXXXX
which seemed to be the modified since.
TRACE
+++++++ Start +++++++++++
GET /typo3/sysext/t3skin/icons/gfx/ol/plus.gif HTTP/1.1
Host: www.club41.at
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.17) Gecko/20080829 Firefox/2.0.0.17
Accept: image/png,*/*;q=0.5
Accept-Language: de-at,en-us;q=0.7,en;q=0.3
XXXXXXXXXXXXXXX: XXXXXXXXXXXX
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 300
Connection: keep-alive
Referer: http://www.club41.at/typo3/alt_db_navframe.php?¤tSubScript=db_list.php&randNum=.............
Cookie: fe_typo_user=......
HTTP/1.1 200 OK
Date: Sun, 19 Oct 2008 13:24:36 GMT
Server: Apache/2.2.3 (Debian) mod_python/3.2.10 Python/2.4.4 PHP/5.2.0-8+etch11 mod_ssl/2.2.3 OpenSSL/0.9.8c mod_perl/2.0.2 Perl/v5.8.8
Last-Modified: Wed, 11 Jun 2008 10:15:44 GMT
ETag: "d95c80e-77-53d91400"
Accept-Ranges: bytes
Content-Length: 119
Keep-Alive: timeout=15, max=100
Connection: Keep-Alive
Content-Type: image/gif
GIF89a....¢..VY\øùúþþþïïô¤¦´ÿÿÿ......!ù......,..........<XºEüPH•«qbKºï..ŒäpE¢ .ª..*+¸”.Ü·©.t.¯.$.œ .¢ryd|ž.I.9eh( .;
GET /typo3/sysext/t3skin/icons/gfx/ol/plus.gif HTTP/1.1
Host: www.club41.at
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.17) Gecko/20080829 Firefox/2.0.0.17
Accept: image/png,*/*;q=0.5
Accept-Language: de-at,en-us;q=0.7,en;q=0.3
XXXXXXXXXXXXXXX: XXXXXXXXXXXX
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 300
Connection: keep-alive
Referer: http://www.club41.at/typo3/alt_db_navframe.php?¤tSubScript=db_list.php&randNum=1224422603039
Cookie: fe_typo_user=.........
HTTP/1.1 200 OK
Date: Sun, 19 Oct 2008 13:24:36 GMT
Server: Apache/2.2.3 (Debian) mod_python/3.2.10 Python/2.4.4 PHP/5.2.0-8+etch11 mod_ssl/2.2.3 OpenSSL/0.9.8c mod_perl/2.0.2 Perl/v5.8.8
Last-Modified: Wed, 11 Jun 2008 10:15:44 GMT
ETag: "d95c80e-77-53d91400"
Accept-Ranges: bytes
Content-Length: 119
Keep-Alive: timeout=15, max=99
Connection: Keep-Alive
Content-Type: image/gif
GIF89a....¢..VY\øùúþþþïïô¤¦´ÿÿÿ......!ù......,..........<XºEüPH•«qbKºï..ŒäpE¢ .ª..*+¸”.Ü·©.t.¯.$.œ .¢ryd|ž.I.9eh( .;
+++++++ End ++++++++++
Reproducible: Always
Steps to Reproduce:
1.Work in Typo3 Backend where a lot of symbols are used multiple times
2.
3.
Actual Results:
Each symbol (=file) is downloaded on each GET request as the modified-since is not included in the GET request
Expected Results:
Each file is downloaded instead of being taken from the cache resulting in
* slowing down of creating page
* increased download amount
1) send the modified since request to the server
2) server response to NOT MODIFIED
2) take file from cache
I have updated today to 3.0.3 and after having worked without this problem, now the proble also occured with 3.0.3
The major issue with this problem is that the traffic will be indreased dramatically and response times slow down.
Comment 2•15 years ago
|
||
This is a mass search for Firefox General bugs filed against version 3.0 that are UNCO and have not been changed for 200 days.
Reporter, please update to Firefox 3.6.10 or alter. Firefox 3.0 is no longer supported and is no longer receiving updates. After you update, please create a fresh profile, http://support.mozilla.com/kb/managing+profiles, and test to see if your bug still exists. If you still the bug, then please post a comment with the version you tested against, and the problem. If the issue is no longer there, please set the RESOLUTION to RESOLVED, WORKSFORME.
Whiteboard: [CLOSEME 2010-11-01]
Comment 3•15 years ago
|
||
No reply from reporter, INCOMPLETE. Please retest with Firefox 3.6.12 or later and a new profile (http://support.mozilla.com/kb/Managing+profiles). If you continue to see this issue with the newest firefox and a new profile, then please comment on this bug.
Status: UNCONFIRMED → RESOLVED
Closed: 15 years ago
Resolution: --- → INCOMPLETE
Have not experienced the failure any more with the newer versions.
Thx
Resolution: INCOMPLETE → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•