Login | Register For Free | Help
Search for: (Advanced)

Mailing List Archive: Trac: Users

Trac 0.11 so slow!!!!!

 

 

Trac users RSS feed   Index | Next | Previous | View Threaded


denisa.ziu at gmail

Jun 12, 2009, 12:15 AM

Post #1 of 15 (803 views)
Permalink
Trac 0.11 so slow!!!!!

Hi,
I've installed trac 0.11.4 and it is too slow, unusable!!!! It makes
around 15 seconds to load a page, more precisely all requests are
granted and the page is entirily visible but it seems that there is
something to wait and the load bar is completely full after 15
seconds.
I use trac with apache2 and fastcgi.
Is there a way to enhance performances? What can I do? Suggestions?

Thanks, in advance.

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


denisa.ziu at gmail

Jun 12, 2009, 2:02 AM

Post #2 of 15 (775 views)
Permalink
Re: Trac 0.11 so slow!!!!! [In reply to]

This is an example of bad performance.

Started Time Sent Received Method Result
Type Url

00:00:03.742 15.248 581 2665 GET 200 text/html
http://10.18.254.76/trac/trac21
00:00:04.005 0.091 605 16533 GET 200 text/css
http://10.18.254.76/trac/trac21/chrome/common/css/trac.css
00:00:04.015 0.110 605 1700 GET 200 text/css
http://10.18.254.76/trac/trac21/chrome/common/css/wiki.css
00:00:04.031 0.103 590 31207 GET 200 text/x-javascript
http://10.18.254.76/trac/trac21/chrome/common/js/jquery.js
00:00:04.126 0.032 632 4621 GET 200 text/css
http://10.18.254.76/trac/trac21/chrome/common/css/code.css
00:00:04.201 0.035 588 2274 GET 200 text/x-javascript
http://10.18.254.76/trac/trac21/chrome/common/js/trac.js
00:00:04.242 0.044 590 2427 GET 200 text/x-javascript
http://10.18.254.76/trac/trac21/chrome/common/js/search.js
00:00:04.293 0.064 623 2335 GET 200 image/png
http://10.18.254.76/trac/trac21/chrome/common/trac_banner.png
00:00:04.301 0.112 626 863 GET 200 image/png
http://10.18.254.76/trac/trac21/chrome/common/trac_logo_mini.png
00:00:04.310 0.106 654 524 GET 200 image/png
http://10.18.254.76/trac/trac21/chrome/common/topbar_gradient.png
00:00:04.317 0.141 655 516 GET 200 image/png
http://10.18.254.76/trac/trac21/chrome/common/topbar_gradient2.png
00:00:04.324 0.173 643 224 GET 200 image/gif
http://10.18.254.76/trac/trac21/chrome/common/dots.gif
00:00:04.332 0.167 646 264 GET 200 image/gif
http://10.18.254.76/trac/trac21/chrome/common/extlink.gif

This is the apache configuration for trac

# Trac
Alias /trac/chrome/common /usr/share/trac/htdocs
<Directory "/usr/share/trac/htdocs">
Order allow,deny
Allow from all
</Directory>

<LocationMatch "/trac/[^/]+/login">
AuthType Basic
AuthName "Trac"
AuthUserFile /etc/buildix/htpasswd
Require valid-user
</LocationMatch>

AddHandler fastcgi-script .fcgi
ScriptAlias /trac /usr/share/trac/cgi-bin/trac.fcgi
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Trac Users" group.
To post to this group, send email to trac-users [at] googlegroups
To unsubscribe from this group, send email to trac-users+unsubscribe [at] googlegroups
For more options, visit this group at http://groups.google.com/group/trac-users?hl=en
-~----------~----~----~----~------~----~------~--~---


denisa.ziu at gmail

Jun 12, 2009, 2:31 AM

Post #3 of 15 (777 views)
Permalink
Re: Trac 0.11 so slow!!!!! [In reply to]

This is an example of bad performance

Started Time Sent Received Method Result Type Url
00:00:03.742 15.248 581 2665 GET 200 text/html http://..../trac/trac21
00:00:04.005 0.091 605 16533 GET 200 text/css
http://..../trac/trac21/chrome/common/css/trac.css
00:00:04.015 0.110 605 1700 GET 200 text/css http://..../trac/trac21/chrome/common/css/wiki.css
00:00:04.031 0.103 590 31207 GET 200 text/x-javascript
http://..../trac/trac21/chrome/common/js/jquery.js
00:00:04.126 0.032 632 4621 GET 200 text/css http://..../trac/trac21/chrome/common/css/code.css
00:00:04.201 0.035 588 2274 GET 200 text/x-javascript
http://..../trac/trac21/chrome/common/js/trac.js
00:00:04.242 0.044 590 2427 GET 200 text/x-javascript
http://..../trac/trac21/chrome/common/js/search.js
00:00:04.293 0.064 623 2335 GET 200 image/png
http://..../trac/trac21/chrome/common/trac_banner.png
00:00:04.301 0.112 626 863 GET 200 image/png
http://..../trac/trac21/chrome/common/trac_logo_mini.png
00:00:04.310 0.106 654 524 GET 200 image/png
http://..../trac/trac21/chrome/common/topbar_gradient.png
00:00:04.317 0.141 655 516 GET 200 image/png
http://..../trac/trac21/chrome/common/topbar_gradient2.png
00:00:04.324 0.173 643 224 GET 200 image/gif http://..../trac/trac21/chrome/common/dots.gif
00:00:04.332 0.167 646 264 GET 200 image/gif http://..../trac/trac21/chrome/common/extlink.gif


This the apache configuration for trac:

# Trac
Alias /trac/chrome/common /usr/share/trac/htdocs
<Directory "/usr/share/trac/htdocs">
Order allow,deny
Allow from all
</Directory>

<LocationMatch "/trac/[^/]+/login">
AuthType Basic
AuthName "Trac"
AuthUserFile /etc/buildix/htpasswd
Require valid-user
</LocationMatch>

AddHandler fastcgi-script .fcgi
ScriptAlias /trac /usr/share/trac/cgi-bin/trac.fcgi
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Trac Users" group.
To post to this group, send email to trac-users [at] googlegroups
To unsubscribe from this group, send email to trac-users+unsubscribe [at] googlegroups
For more options, visit this group at http://groups.google.com/group/trac-users?hl=en
-~----------~----~----~----~------~----~------~--~---


debacle at debian

Jun 12, 2009, 8:33 AM

Post #4 of 15 (770 views)
Permalink
Re: Trac 0.11 so slow!!!!! [In reply to]

Quoting deni <denisa.ziu [at] gmail>:
> This is an example of bad performance
>
> Started Time Sent Received Method Result Type Url
> 00:00:03.742 15.248 581 2665 GET 200 text/html http://..../trac/trac21

Which tool does produce the statistics?
I would like to try the same to compare our values.
It seems, that serving the HTML is the time thief.
Maybe it's the fault of genshi?


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


jevanstar at gmail

Jun 12, 2009, 6:51 PM

Post #5 of 15 (770 views)
Permalink
Re: Trac 0.11 so slow!!!!! [In reply to]

deni wrote:
> Hi,
> I've installed trac 0.11.4 and it is too slow, unusable!!!! It makes
> around 15 seconds to load a page, more precisely all requests are
> granted and the page is entirily visible but it seems that there is
> something to wait and the load bar is completely full after 15
> seconds.
> I use trac with apache2 and fastcgi.
> Is there a way to enhance performances? What can I do? Suggestions?
>
> Thanks, in advance.

Hi,
Any plug-in's? We tried one that added 5-10 seconds.
- jevans
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Trac Users" group.
To post to this group, send email to trac-users [at] googlegroups
To unsubscribe from this group, send email to trac-users+unsubscribe [at] googlegroups
For more options, visit this group at http://groups.google.com/group/trac-users?hl=en
-~----------~----~----~----~------~----~------~--~---


denisa.ziu at gmail

Jun 13, 2009, 1:08 AM

Post #6 of 15 (768 views)
Permalink
Re: Trac 0.11 so slow!!!!! [In reply to]

> Hi,
> Any plug-in's?  We tried one that added 5-10 seconds.
> - jevans

No, no plugins issues. However disabling the mod_deflate module of
apache the problem disappear!!! I don't know why but I think there are
problems with compression of css, chrome ... Although it's very useful
to compress data over the network. Anybody knows how to configure
apache properly (using also the mod_deflate module) for compression of
only certain types of data???

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


wellcastellani at gmail

Jun 17, 2009, 2:46 PM

Post #7 of 15 (736 views)
Permalink
Re: Trac 0.11 so slow!!!!! [In reply to]

i´m having the same problem with trac 0.11.

have you tried this?

Compress only a few types
AddOutputFilterByType DEFLATE text/html text/plain text/xml



On Jun 13, 5:08 am, deni <denisa....@gmail.com> wrote:
> > Hi,
> > Any plug-in's?  We tried one that added 5-10 seconds.
> > - jevans
>
> No, no plugins issues. However disabling the mod_deflate module of
> apache the problem disappear!!! I don't know why but I think there are
> problems with compression of css, chrome ... Although it's very useful
> to compress data over the network.  Anybody knows how to configure
> apache properly (using also the mod_deflate module) for compression of
> only certain types of data???
>
> Thanks

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


denisa.ziu at gmail

Jun 19, 2009, 2:38 AM

Post #8 of 15 (722 views)
Permalink
Re: Trac 0.11 so slow!!!!! [In reply to]

On Jun 17, 11:46 pm, Wellington <wellcastell...@gmail.com> wrote:
> i´m having the same problem with trac 0.11.
>
> have you tried this?
>
>  Compress only a few types
>  AddOutputFilterByType DEFLATE text/html text/plain text/xml
>

Yes, I've tried it but it doesn't work!!! For you, does it work? I'm
using trac without compression data yet now... Somebody else have the
same problem??????????
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Trac Users" group.
To post to this group, send email to trac-users [at] googlegroups
To unsubscribe from this group, send email to trac-users+unsubscribe [at] googlegroups
For more options, visit this group at http://groups.google.com/group/trac-users?hl=en
-~----------~----~----~----~------~----~------~--~---


velappanv at gmail

Jun 19, 2009, 5:09 AM

Post #9 of 15 (721 views)
Permalink
Re: Trac 0.11 so slow!!!!! [In reply to]

Hi All,

Can i know that how you configured in apache. It's in CGI or
mod_python option.

Regards
Vela

On Jun 19, 2:38 pm, deni <denisa....@gmail.com> wrote:
> On Jun 17, 11:46 pm, Wellington <wellcastell...@gmail.com> wrote:
>
> > i´m having the same problem with trac 0.11.
>
> > have you tried this?
>
> >  Compress only a few types
> >  AddOutputFilterByType DEFLATE text/html text/plain text/xml
>
> Yes, I've tried it but it doesn't work!!! For you, does it work? I'm
> using trac without compression data yet now... Somebody else have the
> same problem??????????
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Trac Users" group.
To post to this group, send email to trac-users [at] googlegroups
To unsubscribe from this group, send email to trac-users+unsubscribe [at] googlegroups
For more options, visit this group at http://groups.google.com/group/trac-users?hl=en
-~----------~----~----~----~------~----~------~--~---


itbhps at gmail

Jun 19, 2009, 12:01 PM

Post #10 of 15 (697 views)
Permalink
Re: Trac 0.11 so slow!!!!! [In reply to]

I also found trac very slow and after reading what you have written
about it I came up with a solution.

<Location /tracProj>
SetInputFilter None ## This line disable deflate module
only for this site. <---
SetHandler mod_python
PythonInterpreter main_interpreter
PythonHandler trac.web.modpython_frontend
PythonOption TracEnv /var/trac/proj
</Location>

Hope it helps.

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


ice.polar at gmail

Jun 20, 2009, 2:34 PM

Post #11 of 15 (714 views)
Permalink
Re: Trac 0.11 so slow!!!!! [In reply to]

Hi,

I drive two instances of trac 0.11.2.1 on ubuntu 8.04 with apache. One
computer is a Intel Pentium D 2,8GHz Dual Core with 1 GB Ram, the other is
a Pentium 4 2.00 GHz and 1 GB RAM. There are no such troubles.
For now i can't say if CGI or mod_python is running - how to check that?
On the other Hand, the trac db is a sqlite 3 and not realy big. Users are
only a handfull too. All parameters related to performance how are yours?
Ice

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


stephan.uhle at gmx

Jul 1, 2009, 1:28 AM

Post #12 of 15 (614 views)
Permalink
Re: Trac 0.11 so slow!!!!! [In reply to]

My trac installation was very slow as well...
until I did the mentioned "SetInputFilter None"-trick! :)

I'm running Trac on Windows2000 Server/Apache2/mod_python.

Thanks a lot!

On 19 Jun., 21:01, itbhp <itb...@gmail.com> wrote:
> I also found trac very slow and after reading what you have written
> about it  I came up with a solution.
>
>         <Location /tracProj>
>            SetInputFilter None ## This line disable deflate module
> only for this site. <---
>            SetHandler mod_python
>            PythonInterpreter main_interpreter
>            PythonHandler trac.web.modpython_frontend
>            PythonOption TracEnv /var/trac/proj
>         </Location>
>
> Hope it helps.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Trac Users" group.
To post to this group, send email to trac-users [at] googlegroups
To unsubscribe from this group, send email to trac-users+unsubscribe [at] googlegroups
For more options, visit this group at http://groups.google.com/group/trac-users?hl=en
-~----------~----~----~----~------~----~------~--~---


cboos at neuf

Jul 1, 2009, 1:52 AM

Post #13 of 15 (616 views)
Permalink
Re: Trac 0.11 so slow!!!!! [In reply to]

Hello,

Stephan wrote:
> My trac installation was very slow as well...
> until I did the mentioned "SetInputFilter None"-trick! :)
>
> I'm running Trac on Windows2000 Server/Apache2/mod_python.
>
> Thanks a lot!
>

Could people having that issue also try the newly released Trac
0.11.5rc1 *without* that trick, to see if the underlying problem was fixed?

(see TracDownload#LatestReleaseCandidate)

-- Christian

> On 19 Jun., 21:01, itbhp <itb...@gmail.com> wrote:
>
>> I also found trac very slow and after reading what you have written
>> about it I came up with a solution.
>>
>> <Location /tracProj>
>> SetInputFilter None ## This line disable deflate module
>> only for this site. <---
>> SetHandler mod_python
>> PythonInterpreter main_interpreter
>> PythonHandler trac.web.modpython_frontend
>> PythonOption TracEnv /var/trac/proj
>> </Location>
>>
>> Hope it helps.
>>
> >
>
>
>


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


karmet at gmail

Jul 15, 2009, 9:00 AM

Post #14 of 15 (475 views)
Permalink
Re: Trac 0.11 so slow!!!!! [In reply to]

I have exactly the same problem. I have tested it with Trac-0.11.4
and Trac-0.11.5rc2 - both versions behave poorly using fastcgi. A
couple of observations:

* This problem does not exist using the cgi script, only with fcgi
* On my system, the problem is resolved by disabling mod_deflate. It
is not resolved using the "SetInputFilter None" trick.

On Jul 1, 1:52 am, Christian Boos <cb...@neuf.fr> wrote:
> Hello,
>
> Stephan wrote:
> > Mytracinstallation was veryslowas well...
> > until I did the mentioned "SetInputFilter None"-trick! :)
>
> > I'm runningTracon Windows2000 Server/Apache2/mod_python.
>
> > Thanks a lot!
>
> Could people having that issue also try the newly releasedTrac
> 0.11.5rc1 *without* that trick, to see if the underlying problem was fixed?
>
> (see TracDownload#LatestReleaseCandidate)
>
> -- Christian
>
> > On 19 Jun., 21:01, itbhp <itb...@gmail.com> wrote:
>
> >> I also foundtracveryslowand after reading what you have written
> >> about it  I came up with a solution.
>
> >>         <Location /tracProj>
> >>            SetInputFilter None ## This line disable deflate module
> >> only for this site. <---
> >>            SetHandler mod_python
> >>            PythonInterpreter main_interpreter
> >>            PythonHandlertrac.web.modpython_frontend
> >>            PythonOption TracEnv /var/trac/proj
> >>         </Location>
>
> >> Hope it helps.

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


denisa.ziu at gmail

Jul 16, 2009, 1:00 AM

Post #15 of 15 (473 views)
Permalink
Re: Trac 0.11 so slow!!!!! [In reply to]

Me too!!!
I've tried to install the release candidates Trac-0.11.5rc1 and
Trac-0.11.5rc2, I used the "SetInputFilter None" trick but the problem
persists. The only (in my opinion bad solution) is to disable the
mod_deflate.

On Jul 15, 6:00 pm, kevin <kar...@gmail.com> wrote:
> I have exactly the same problem.  I have tested it with Trac-0.11.4
> and Trac-0.11.5rc2 - both versions behave poorly using fastcgi.  A
> couple of observations:
>
> * This problem does not exist using the cgi script, only with fcgi
> * On my system, the problem is resolved by disabling mod_deflate.  It
> is not resolved using the "SetInputFilter None" trick.
>
> On Jul 1, 1:52 am, Christian Boos <cb...@neuf.fr> wrote:
>
> > Hello,
>
> > Stephan wrote:
> > > Mytracinstallation was veryslowas well...
> > > until I did the mentioned "SetInputFilter None"-trick! :)
>
> > > I'm runningTracon Windows2000 Server/Apache2/mod_python.
>
> > > Thanks a lot!
>
> > Could people having that issue also try the newly releasedTrac
> > 0.11.5rc1 *without* that trick, to see if the underlying problem was fixed?
>
> > (see TracDownload#LatestReleaseCandidate)
>
> > -- Christian
>
> > > On 19 Jun., 21:01, itbhp <itb...@gmail.com> wrote:
>
> > >> I also foundtracveryslowand after reading what you have written
> > >> about it  I came up with a solution.
>
> > >>         <Location /tracProj>
> > >>            SetInputFilter None ## This line disable deflate module
> > >> only for this site. <---
> > >>            SetHandler mod_python
> > >>            PythonInterpreter main_interpreter
> > >>            PythonHandlertrac.web.modpython_frontend
> > >>            PythonOption TracEnv /var/trac/proj
> > >>         </Location>
>
> > >> Hope it helps.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Trac Users" group.
To post to this group, send email to trac-users [at] googlegroups
To unsubscribe from this group, send email to trac-users+unsubscribe [at] googlegroups
For more options, visit this group at http://groups.google.com/group/trac-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Trac users RSS feed   Index | Next | Previous | View Threaded
 
 


Interested in having your list archived? Contact Gossamer Threads
 
  Web Applications & Managed Hosting Powered by Gossamer Threads Inc.