[Trac] Trac 0.11 so slow!!!!!

2009-06-12 Thread deni

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@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] Getting logged in username within wiki pages

2009-06-12 Thread DG

First of all Trac rocks!

Now for the problem.  I have looked throughout the documentation and
was wondering if/how I could use the currently logged in user in the
body of the wiki pages.  I'm not sure if this is in the macro's domain
and if that macro is provided, or if it is somewhere else.

As an example, I would like to use this with the TicketQuery macro and
provide a link to the logged in user's tickets.  OR another use case
would simply be
Welcome %s to Trac! % user (in python lingo)

Thanks,
Danny G

--~--~-~--~~~---~--~~
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@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.11 so slow!!!!!

2009-06-12 Thread deni

This is an example of bad performance.

Started Time Sent  Received   Method Result
TypeUrl

00:00:03.74215.248  581 2665GET 200 text/html
http://10.18.254.76/trac/trac21
00:00:04.0050.091   605 16533   GET 200 text/css
http://10.18.254.76/trac/trac21/chrome/common/css/trac.css
00:00:04.0150.110   605 1700GET 200 text/css
http://10.18.254.76/trac/trac21/chrome/common/css/wiki.css
00:00:04.0310.103   590 31207   GET 200 text/x-javascript
http://10.18.254.76/trac/trac21/chrome/common/js/jquery.js
00:00:04.1260.032   632 4621GET 200 text/css
http://10.18.254.76/trac/trac21/chrome/common/css/code.css
00:00:04.2010.035   588 2274GET 200 
text/x-javascript
 http://10.18.254.76/trac/trac21/chrome/common/js/trac.js
00:00:04.2420.044   590 2427GET 200 
text/x-javascript
http://10.18.254.76/trac/trac21/chrome/common/js/search.js
00:00:04.2930.064   623 2335GET 200 image/png
http://10.18.254.76/trac/trac21/chrome/common/trac_banner.png
00:00:04.3010.112   626 863 GET 200 
image/png
http://10.18.254.76/trac/trac21/chrome/common/trac_logo_mini.png
00:00:04.3100.106   654 524 GET 200 image/png
http://10.18.254.76/trac/trac21/chrome/common/topbar_gradient.png
00:00:04.3170.141   655 516 GET 200 image/png
http://10.18.254.76/trac/trac21/chrome/common/topbar_gradient2.png
00:00:04.3240.173   643 224 GET 200 image/gif
http://10.18.254.76/trac/trac21/chrome/common/dots.gif
00:00:04.3320.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@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.11 so slow!!!!!

2009-06-12 Thread deni

This is an example of bad performance

Started Time Sent Received Method Result Type Url
00:00:03.74215.248  581 2665GET 200 text/html   
http:///trac/trac21
00:00:04.0050.091   605 16533   GET 200 text/css
http:///trac/trac21/chrome/common/css/trac.css
00:00:04.0150.110   605 1700GET 200 text/css
http:///trac/trac21/chrome/common/css/wiki.css
00:00:04.0310.103   590 31207   GET 200 text/x-javascript
http:///trac/trac21/chrome/common/js/jquery.js
00:00:04.1260.032   632 4621GET 200 text/css
http:///trac/trac21/chrome/common/css/code.css
00:00:04.2010.035   588 2274GET 200 text/x-javascript
http:///trac/trac21/chrome/common/js/trac.js
00:00:04.2420.044   590 2427GET 200 text/x-javascript
http:///trac/trac21/chrome/common/js/search.js
00:00:04.2930.064   623 2335GET 200 image/png
http:///trac/trac21/chrome/common/trac_banner.png
00:00:04.3010.112   626 863 GET 200 image/png
http:///trac/trac21/chrome/common/trac_logo_mini.png
00:00:04.3100.106   654 524 GET 200 image/png
http:///trac/trac21/chrome/common/topbar_gradient.png
00:00:04.3170.141   655 516 GET 200 image/png
http:///trac/trac21/chrome/common/topbar_gradient2.png
00:00:04.3240.173   643 224 GET 200 image/gif   
http:///trac/trac21/chrome/common/dots.gif
00:00:04.3320.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@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] Whitespaces in TracLinks expressions

2009-06-12 Thread Olemis Lang

Recently I knew about an undocumented feature in GViz API [1]_. It's
about accessing data inside an specific sheet in a Google Spreadsheet.
I'm in the process of adding this functionality to TracLinks generated
by GoogleDocsConnector component [3]_ in TracGViz plugin [2]_. The
URLs look like this :

{{{
https://spreadsheets.google.com/tq?key=keysheet=sheet_name...
}}}

The TracLinks expressions for this should look like

{{{
[gviz:google:sheet:key:sheet_name:cell_range?...]
}}}

But the fact is that sheet_name may contain whitespaces. So how
could I write (what's the syntax for) a TracLinks expression so as to
specify whitespaces in for sheet_name hanfdle?

.. [1] Links to data inside sheet in GoogleSpreadsheets

(http://groups.google.com/group/google-visualization-api/browse_thread/thread/7596ee9577142367)

.. [2] Trac integration with Google Visualization API
(https://opensvn.csie.org/traccgi/swlcu/wiki/En/Devel/TracGViz)

.. [3] GoogleDocsConnector

(https://opensvn.csie.org/traccgi/swlcu/pydoc/tracgviz.wiki.GoogleDocsConnector)

-- 
Regards,

Olemis.

Blog ES: http://simelo-es.blogspot.com/
Blog EN: http://simelo-en.blogspot.com/

Featured article:
Diseño: Tema PyTpp, ahora Trac se parece más a Python  -
http://feedproxy.google.com/~r/simelo-es/~3/kqlIJsOiG0g/diseno-tema-pytpp-ahora-trac-se-parece.html

--~--~-~--~~~---~--~~
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@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] Whitespaces in TracLinks expressions

2009-06-12 Thread Olemis Lang

Recently I knew about an undocumented feature in GViz API [1]_. It's
about accessing data inside an specific sheet in a Google Spreadsheet.
I'm in the process of adding this functionality to TracLinks generated
by GoogleDocsConnector component [3]_ in TracGViz plugin [2]_. The
URLs look like this :

{{{
https://spreadsheets.google.com/tq?key=keysheet=sheet_name...
}}}

The TracLinks expressions for this should look like

{{{
[gviz:google:sheet:key:sheet_name:cell_range?...]
}}}

But the fact is that sheet_name may contain whitespaces. So how
could I write (what's the syntax for) a TracLinks expression so as to
specify whitespaces in for sheet_name hanfdle?

.. [1] Links to data inside sheet in GoogleSpreadsheets

(http://groups.google.com/group/google-visualization-api/browse_thread/thread/7596ee9577142367)

.. [2] Trac integration with Google Visualization API
(https://opensvn.csie.org/traccgi/swlcu/wiki/En/Devel/TracGViz)

.. [3] GoogleDocsConnector

(https://opensvn.csie.org/traccgi/swlcu/pydoc/tracgviz.wiki.GoogleDocsConnector)

-- 
Regards,

Olemis.

Blog ES: http://simelo-es.blogspot.com/
Blog EN: http://simelo-en.blogspot.com/

Featured article:
Diseño: Tema PyTpp, ahora Trac se parece más a Python  -
http://feedproxy.google.com/~r/simelo-es/~3/kqlIJsOiG0g/diseno-tema-pytpp-ahora-trac-se-parece.html

--~--~-~--~~~---~--~~
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@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: Whitespaces in TracLinks expressions

2009-06-12 Thread Remy Blank
Olemis Lang wrote:
 {{{
 [gviz:google:sheet:key:sheet_name:cell_range?...]
 }}}
 
 But the fact is that sheet_name may contain whitespaces. So how
 could I write (what's the syntax for) a TracLinks expression so as to
 specify whitespaces in for sheet_name hanfdle?

I think you can do:

  [gviz:google:sheet:key:sheet_name:cell_range?... Label]

-- Remy



signature.asc
Description: OpenPGP digital signature


[Trac] Re: Trac 0.11 so slow!!!!!

2009-06-12 Thread W. Martin Borgert

Quoting deni denisa@gmail.com:
 This is an example of bad performance

 Started Time Sent Received Method Result Type Url
 00:00:03.742  15.248  581 2665GET 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@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: Whitespaces in TracLinks expressions

2009-06-12 Thread Olemis Lang

On Fri, Jun 12, 2009 at 9:20 AM, Remy Blankremy.bl...@pobox.com wrote:
 Olemis Lang wrote:
 {{{
 [gviz:google:sheet:key:sheet_name:cell_range?...]
 }}}

 But the fact is that sheet_name may contain whitespaces. So how
 could I write (what's the syntax for) a TracLinks expression so as to
 specify whitespaces in for sheet_name hanfdle?

 I think you can do:

  [gviz:google:sheet:key:sheet_name:cell_range?... Label]


This is close : What about inserting this lovely char - ?

-- 
Regards,

Olemis.

Blog ES: http://simelo-es.blogspot.com/
Blog EN: http://simelo-en.blogspot.com/

Featured article:
Google vs Microsoft : una confrontación por las nubes  -
http://feedproxy.google.com/~r/simelo-es/~3/XOome9lTm3U/google-vs-microsoft-una-confrontacion.html

--~--~-~--~~~---~--~~
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@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: SVNserve or Apache server with Trac?

2009-06-12 Thread Erik Bray

On Thu, Jun 11, 2009 at 5:56 AM, jm voodoo childjmdev...@hotmail.fr wrote:

 Hi Trac-Users!


 Which is the most simpliest way to Browse SVN source with Trac?

 Run SVN with SVNserve or Apache server?

 I can't browse my source With a SVN server, I want to try to run SVN with
 apache, seems more simple,

 Am I right?


 Thanks,


 jm.

Please don't start new threads by replying to unrelated threads.

As for your question, it's irrelevant to Trac how you serve your SVN
repository, since Trac accesses the repository directly.

I prefer serving the repository through Apache, but there's no reason
you can't also do both, depending on your needs.

--~--~-~--~~~---~--~~
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@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: How to set the data globally in Trac system

2009-06-12 Thread Erik Bray

On Thu, Jun 11, 2009 at 7:12 AM, prabhakarprabhakar2...@gmail.com wrote:

 Hi,

  i need to set the data globally, means suppose i have set one
 variable name as Temp_var with some data. i want to access that
 variable in whole Trac.
 e.g:
  auth.name is global variable that contains current login user name
 and it is accessible for whole Trac, similarly i want to set global
 variable like auth.name

 can anybody suggest me

It would probably help if you explained in more detail what it is
you're trying to build, and what you need this variable to hold and
what it will be used by.

--~--~-~--~~~---~--~~
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@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.11 so slow!!!!!

2009-06-12 Thread jevans

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@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
-~--~~~~--~~--~--~---