Closed
Bug 15785
Opened 26 years ago
Closed 26 years ago
server server logs show unusually large number of requests from sidebar
Categories
(SeaMonkey :: Sidebar, defect, P3)
Tracking
(Not tracked)
People
(Reporter: endico, Assigned: slamm)
Details
A while back I noticed that for each time apprunner said it was updating
flash, two entries appeared during the same second in the server log. Looking
at the logs more carefully i can see this isn't happening all the time, but
I do see more activity than I would expect. One host had 8 hits for both
flash.rdf and panel.html within a minute. Is it really supposed to be updating
that often?
Yesterday at porkjockeys people complained about sidebar redrawing twice.
My hypothesis is that its doing everything twice including http requests.
While writing this bug report I started up apprunner and am tailing the server
log, grepping for my ip address. I've seen two pairs of requests for panel.html
go by so far. It seems like it does one http request and a few seconds later
after the first one has laid out, it does a second. We need to look in to this
more.
server logs are at lounge.mozilla.org:/opt/apache/logs/access_log
two different clients requesting flash.rdf in the same second.
208.12.38.40 - - [07/Oct/1999:15:57:03 -0700] "GET
/webtools/tinderbox/SeaMonkey/flash.rdf HTTP/1.0" 200 552 "-" "Mozilla/5.0
[en-US] (WIN95; I)"
208.12.38.40 - - [07/Oct/1999:15:57:03 -0700] "GET
/webtools/tinderbox/SeaMonkey/flash.rdf HTTP/1.0" 200 552 "-" "Mozilla/5.0
[en-US] (WIN95; I)"
208.12.40.189 - - [07/Oct/1999:15:57:07 -0700] "GET
/webtools/tinderbox/SeaMonkey/flash.rdf HTTP/1.0" 200 552 "-" "Mozilla/5.0
[en-US] (WIN95; I)"
165.247.133.240 - - [07/Oct/1999:15:57:13 -0700] "GET
/webtools/tinderbox/SeaMonkey/flash.rdf HTTP/1.1" 304 - "-" "Mozilla/5.0 [en]
(Linux; I)"
165.247.133.240 - - [07/Oct/1999:15:57:13 -0700] "GET
/webtools/tinderbox/SeaMonkey/flash.rdf HTTP/1.1" 304 - "-" "Mozilla/5.0 [en]
(Linux; I)"
my laptop requesting panel.html twice within a few seconds
208.12.42.127 - - [07/Oct/1999:16:08:27 -0700] "GET
/webtools/tinderbox/SeaMonkey/panel.html HTTP/1.0" 200 898 "-" "Mozilla/5.0
[en-US] (LINUX; I)"
208.12.42.127 - - [07/Oct/1999:16:08:35 -0700] "GET
/webtools/tinderbox/SeaMonkey/panel.html HTTP/1.0" 200 898 "-" "Mozilla/5.0
[en-US] (LINUX; I)"
208.12.42.127 - - [07/Oct/1999:16:13:27 -0700] "GET
/webtools/tinderbox/SeaMonkey/panel.html HTTP/1.0" 200 898 "-" "Mozilla/5.0
[en-US] (LINUX; I)"
208.12.42.127 - - [07/Oct/1999:16:13:35 -0700] "GET
/webtools/tinderbox/SeaMonkey/panel.html HTTP/1.0" 200 898 "-" "Mozilla/5.0
[en-US] (LINUX; I)"
208.12.42.127 - - [07/Oct/1999:16:18:27 -0700] "GET
/webtools/tinderbox/SeaMonkey/panel.html HTTP/1.0" 200 898 "-" "Mozilla/5.0
[en-US] (LINUX; I)"
208.12.42.127 - - [07/Oct/1999:16:18:35 -0700] "GET
/webtools/tinderbox/SeaMonkey/panel.html HTTP/1.0" 200 898 "-" "Mozilla/5.0
[en-US] (LINUX; I)"
| Assignee | ||
Updated•26 years ago
|
Status: NEW → RESOLVED
Closed: 26 years ago
Resolution: --- → DUPLICATE
| Assignee | ||
Comment 1•26 years ago
|
||
I had a bug that the sidebar loaded two sets of the same panels. I added that
some time last week.
*** This bug has been marked as a duplicate of 15719 ***
Updated•26 years ago
|
Status: RESOLVED → VERIFIED
Comment 2•26 years ago
|
||
verified duplicate of 15719
Updated•21 years ago
|
Product: Browser → Seamonkey
You need to log in
before you can comment on or make changes to this bug.
Description
•