emb03 wrote > > Hi, > > I would be interested in how to optimize a rules file. I am using tag > selectors (I can't fathom not using them) and we are having a weird > problem with css from plone sunburst theme replicating themselves 6 times > on the front page (the same css file shows up six times). I based my theme > on Sunburst and wondering if that is causing this issue. > > Elaine >
The rule giving you the problem is this one: Diazo rules may match multiple nodes in each document. This rule places a copy of all of the link tags from the content before each link tag in the theme. (I'm guessing your theme has 6 link tags in the head.) You probably want to say something like this instead: Laurence -- View this message in context: http://plone.293351.n2.nabble.com/huge-performance-issues-using-Diazo-tp7372056p7380649.html Sent from the Installation, Setup, Upgrades mailing list archive at Nabble.com. _______________________________________________ Setup mailing list [email protected] https://lists.plone.org/mailman/listinfo/plone-setup
