[Trac] Re: trac 0.12 "Prepare chrome data for request" is slow
Hi, Have no plugins installed. It's just superslow anyway. Have checked the http://trac.edgewall.org/wiki/TracPerformance and can't figure out what's wrong. 1) it's weird it's saying 'Reloading environment due to configuration change', why is this? 2) the preparing chrome thing. it shouldn't take 5seconds to process for every request with all settings set to default, no!? ideas? -- You received this message because you are subscribed to the Google Groups "Trac Users" group. To post to this group, send email to trac-us...@googlegroups.com. To unsubscribe from this group, send email to trac-users+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/trac-users?hl=en.
Re: [Trac] Re: trac 0.12 "Prepare chrome data for request" is slow
On Fri, Aug 27, 2010 at 10:43 AM, Dav wrote: > Hi, > > No trac.versioncontrol.* found in trac.ini > > Other thoughts? > > What is actually prepare chrome data for ... > It's the method that prepares all basic data needed to render web pages . AFAICR that includes mainnavs , determines active nav , adds global functions to format datetime values , much more ... -- Regards, Olemis. Blog ES: http://simelo-es.blogspot.com/ Blog EN: http://simelo-en.blogspot.com/ Featured article: -- You received this message because you are subscribed to the Google Groups "Trac Users" group. To post to this group, send email to trac-us...@googlegroups.com. To unsubscribe from this group, send email to trac-users+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/trac-users?hl=en.
[Trac] Re: trac 0.12 "Prepare chrome data for request" is slow
Hi, No trac.versioncontrol.* found in trac.ini Other thoughts? What is actually prepare chrome data for ... On Aug 24, 8:52 am, Ryan J Ollos wrote: > Dav-5 wrote: > > > Also, how can I assure trac isn't syncing against the repo? > > Just a guess, but maybe you could disable all of the trac.versioncontrol.* > components. > > -- > View this message in > context:http://old.nabble.com/trac-0.12-%22Prepare-chrome-data-for-request%22... > Sent from the Trac Users mailing list archive at Nabble.com. -- You received this message because you are subscribed to the Google Groups "Trac Users" group. To post to this group, send email to trac-us...@googlegroups.com. To unsubscribe from this group, send email to trac-users+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/trac-users?hl=en.
[Trac] Re: trac 0.12 "Prepare chrome data for request" is slow
nothing with the name versioncontrol in trac.conf Anyone else? what is it preparing :) -- You received this message because you are subscribed to the Google Groups "Trac Users" group. To post to this group, send email to trac-us...@googlegroups.com. To unsubscribe from this group, send email to trac-users+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/trac-users?hl=en.
[Trac] Re: trac 0.12 "Prepare chrome data for request" is slow
Same performance issue here (using mod_python on apache2 on OS X 10.5): 4-5second delay for all requests. It happens right after "prepare chrome data for request" tailing both apache access log and trac.log ==> /var/log/apache2/access_log <== - - [22/Aug/2010:16:46:11 +0200] "GET /trac/timeline HTTP/1.1" 401 401 ==> /usr/local/teenage_trac/log/trac.log <== 2010-08-22 16:46:12,052 Trac[env] INFO: Reloading environment due to configuration change 2010-08-22 16:46:12,058 Trac[env] INFO: environment startup [Trac 0.12] 2010-08-22 16:46:12,084 Trac[loader] DEBUG: Loading trac.admin.console from /Library/Python/2.5/site-packages/Trac-0.12-py2.5.egg ... 2010-08-22 16:46:12,469 Trac[chrome] DEBUG: Prepare chrome data for request ==> /var/log/apache2/access_log <== - - [22/Aug/2010:16:46:16 +0200] "GET /trac/chrome/common/js/babel.js HTTP/1.1" 401 401 Any ideas how to speed things up!? Also, how can I assure trac isn't syncing against the repo? my trac.ini repository_dir = repository_sync_per_request = repository_type = svn -- You received this message because you are subscribed to the Google Groups "Trac Users" group. To post to this group, send email to trac-us...@googlegroups.com. To unsubscribe from this group, send email to trac-users+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/trac-users?hl=en.