Opened 19 years ago
Closed 16 years ago
#1910 closed defect (worksforme)
slow page render in ie
Reported by: | Owned by: | Jonas Borgström | |
---|---|---|---|
Priority: | low | Milestone: | |
Component: | general | Version: | 0.8.4 |
Severity: | minor | Keywords: | iexplorer |
Cc: | Branch: | ||
Release Notes: | |||
API Changes: | |||
Internal Changes: |
Description
http://projects.edgewall.com/trac/timeline
is IE unsupported? unwelcomed? or untested?
version: ie6xpsp2
Attachments (0)
Change History (7)
comment:1 by , 19 years ago
comment:2 by , 18 years ago
Keywords: | iexplorer added |
---|
comment:3 by , 18 years ago
The timeline page is very often longer than it needs to be.
Is it possible to reduce its size, either with a querystring argument or a config setting? This would solve this problem.
Alternately, you could do something like "show the lesser of 30 days changes, or 1,000 entries". This would make the page a bit faster on heavily used systems.
follow-up: 5 comment:4 by , 18 years ago
Milestone: | → 0.11 |
---|---|
Priority: | normal → low |
Severity: | normal → minor |
A new configuration option:
[timeline] max_events = 1000
sounds like a good idea to me.
About the original issue:
is IE unsupported? unwelcomed? or untested?
unbearably slow? ;)
comment:5 by , 18 years ago
Replying to cboos:
A new configuration option:
[timeline] max_events = 1000sounds like a good idea to me.
This seems like it could be confusing since a user could request a number of days back that exceeds this number of events and they will not actually get to see that number of days. Is there really a need for another setting to regulate this or should we just change the default "days back" on this site, and possibly in Trac itself?
comment:6 by , 18 years ago
Well, actually there's already a max
request argument that can be used for exactly that. It's just not not used by default except by the RSS feed link (and not configurable, fixed at 50).
I think the daysback
and eventually a max_events
(initially unset, so that daysback takes precedence) should be a user preferences, as that's really a matter of personal preference how many (and what) information you'd like to get from your timeline view. Even more so in the future if we get the ability to filter by author, component, etc.
comment:7 by , 16 years ago
Milestone: | 0.11.2 |
---|---|
Resolution: | → worksforme |
Status: | new → closed |
This used to be an issue with ie6, but ie7 does fine.
On a related note, there's now a max_daysback
parameter in TracIni#timeline-section.
This is related to how IE tends to display pages and affects every bigger page on the net using CSS - not only Trac.