[Seaside] CSS style - static vs dynamic

Stefan Schmiedl s at xss.de
Tue Mar 4 21:44:25 UTC 2008


On Tue, 04 Mar 2008 16:35:22 -0500
Squeaker <squeakman at gmail.com> wrote:

> My question: What is the problem with generating the style string on the 
> fly?

Performance will suffer, as you'll
a) have to generate the CSS content on the server
b) have to get it to the client every time it has been generated

Depending on your environment, these might be of no concern.

s.


More information about the seaside mailing list