Edgewall Software
Modify

Opened 20 years ago

Closed 20 years ago

#89 closed defect (fixed)

Including CSS in all generated pages causes excessive page sizes

Reported by: mrowe@… Owned by: daniel
Priority: normal Milestone: 0.5.2
Component: general Version: 0.5.1
Severity: normal Keywords:
Cc: Branch:
Release Notes:
API Changes:
Internal Changes:

Description

The ability to have "dynamic" CSS, introduced in #50, is nice but it comes at the expense of usability. By including 10Kb of CSS in every generated page, load times are excessive.

Using an external CSS file, <link rel='stylesheet' type='text/css' ... />, allows the web browser to cache the CSS. Dynamic CSS could be catered for in the current fashion: including it in the generated HTML between <script> </script> tags. Alternatively, the HTML and CSS could be reworked so that there is no need for dynamic CSS. A quick glance at svn:/trunk/templates/css.cs leads me to believe that dynamic CSS is used to avoid bloating the generated HTML by as much as possible.

Attachments (0)

Change History (2)

comment:1 by daniel, 20 years ago

Owner: changed from Jonas Borgström to daniel
Status: newassigned

Perfectly true, i didn't think of that immediately. It could be easily changed so the "dynamics" mentioned in #50 are achieved using simple @import-statements in the CSS instead. That'd be something of a best-of-both-worlds.

Caching is definitely more important than "slim" stylesheets though.

comment:2 by daniel, 20 years ago

Resolution: fixed
Status: assignedclosed

Fixed in [206].

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The owner will remain daniel.
The resolution will be deleted. Next status will be 'reopened'.
to The owner will be changed from daniel to the specified user.

Add Comment


E-mail address and name can be saved in the Preferences .
 
Note: See TracTickets for help on using tickets.