Hi James,

I don't have answers for you, just another data point:

 * Server: Apache/2.2.3 (CentOS) mod_ssl/2.2.3 OpenSSL/0.9.8b PHP/5.1.6
mod_python/3.2.8 Python/2.4.3 DAV/2 SVN/1.5.2
 * hosted external to our office by provider.

 * Trac 0.10.5, using Postgres db
 * TracXMLRPC 0.1
 * minimal other plugins

 * Eclipse 3.4.0
 * Mylyn (all installed bridges, connectors, etc) 3.0.1v20080721-2100-e3x
 * Most developer OSes are Windows XP PRO, but some of us use various Linux
derivatives when working remotely

Our Trac currently has around 1500 tickets -- 150 new, 10 assigned, the rest
closed. This morning my synchronization took about 8 seconds. Individual
task sync takes just a couple seconds.

Not everyone of our developers is using Mylyn.

I've got 2 categories/queries setup:

 1) My Tasks -- tickets assigned to me (currently 3)

 2) Contributing Tasks -- tickets I'm interested in/might commit against,
but aren't assigned to me (I use the cc field for this purpose) (currently
1)


FYI, the 2 biggest Trac performance improvements we've done over the last
2.5 years are:

 1) Ensuring resource urls in rendered pages (e.g., css, js, images) point
to static locations served by apache (i.e., not cgi,  mod_python, etc)

 2) Moving from cgi to mod_python

HTH, let me know if I can provide anything else.
Doug

On Thu, Dec 18, 2008 at 9:17 AM, James Cook <james.c...@bluewin.ch> wrote:

>
> (Context: Moving a single user tracd to apache server based
> solution(linux-sled)).
>
> Everything works fine except mylyn connections over https. With
> mylyn/http to trac I get sub-second responses whereas over https I'm
> getting 30-50 seconds for each "submit" or "synchronise" in mylyn.
>
> I'm wondering if anyone else has encountered this effect and can offer
> any pointers to solutions / debugging etc.
>
>
> ///////////////////
>
> Detail: For a "submit" of a changed ticket in mylyn I see (in the
> apache error_log) that 12 HTTPS requests over 50 seconds are made,
> (all Initial) e.g.:
> ...........................
> [Wed Dec 17 21:19:07 2008] [info] Initial (No.1) HTTPS request
> received
>        for child 5
> :
> [Wed Dec 17 21:19:10 2008] [info] [client 192.168.1.36] Connection
> closed to child 5 with standard shutdown (server :443)
> :
> ( ... and so on until (end of 12th request)... )
> :
> [Tue Dec 16 21:19:57 2008] [info] Initial (No.1) HTTPS request
> received
>        for child 9
> ...........................
>
>
> For info, when using trac in firefox client and doing e.g. "submit" of
> a changed ticket -> response time is sub-second for http and 1 to 2
> seconds with https. (for https in error_log there are fewer https
> requests and not all are Initial)
>
>
> Config
> -python 2.5
> -latest mod_wsgi for apache
> -xmlrpc.../trunk for trac
> -eclipse 3.4 latest updates -
> latest mylyn trac connector
> -logtype = stderr
>
> >
>

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

Reply via email to