On Mon, Dec 12, 2011 at 1:44 PM, Mengu <[email protected]> wrote: > > i've not noticed any performance increasements and it seems the > current branch seems faster but not that much. i did not have any > problems with my tg app. everything is working.
By default tg.pylons_compatible is True, so it should actually be slower then before. Please, try to set ['tg.pylons_compatible'] = False inside your app_cfg and let me know if you see any performance boost. It might break the app anyway if you use any request local object from pylons namespace. -- You received this message because you are subscribed to the Google Groups "TurboGears Trunk" 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-trunk?hl=en.
