On Tuesday 02 June 2009, Mark Ramm wrote:
> >> We're not using ToscaWidgets, the transaction manager, and have been
> >> using mongodb for data storage.   We had some previous templates
> >> written in Jinja, so we're using that for templates, otherwise we'd
> >> either use Mako or genshi, but without any match tags.
> >
> > If you don't mind me asking, what did you decide to use instead of
> > ToscaWidgets and what were your reasons?
>
> We're not really doing any traditional web-forms, everything is
> ajax/jquery and TW introduced overhead that we did not need.
>
> We also needed to minify/concatenate all our JS resources, use css
> sprites (small images all concatenated into a single file and
> displayed in the right places by css), and minified css, all of which
> was easier if we controlled all that stuff.

Actually the sprites aren't an issue in TG1 or TG2. IMHO the issue is css and 
js compression/combination. Zope does this quite nicely, but AFAIK TW in 
combination with TG does not (haven't checked recently).
That would be a major point on my wishlist. At least if TW could combine and 
compress js/css would already help a lot. Having some kind of plugin/entry 
point to TG that allows putting all those resources together would be even 
better. That would allow me to strip at least 20 requests per page...

Uwe

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"TurboGears" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/turbogears?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to