Hello.

I have problems with performances of Agilo PRO 1.0.1 but only in
Firefox browser. If I wan't to change any data on ticket it takes too
long. Steps for changing task information are described below.

Firefox (Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.1.2)
Gecko/20090729 Firefox/3.5.2):
I. FF - two browser opened (first 12 tabs, second 20 tabs):
- open sprint backlog (approximately 25 seconds)
- open story that contains task (approximately 20 seconds)
- open task (approximately 20 seconds)
- edit task (approximately 20 seconds)
- save task (approximately 20 seconds)
Total: approximately 105 seconds

II. FF - one browser opened (one tab):
No significant difference. Actions took 15s instead of 20s.

IE 8 (8.0.6001.18702):
I. IE - one browser (one tab):
- open sprint backlog (approximately 5 seconds)
- open story that contains task (approximately 5 seconds)
- open task (less than 5 seconds)
- edit task (approximately 5 seconds)
- save task (less than 5 seconds)
Total: acceptable duration

Environment:
Client:
- quad core 2.4GHz
- 4 GB RAM
- Windows XP SP2

Server:
SW:
- CentOS 5.3 final
- trac 0.11.5
- mysql 5.0.45
- python 2.4
- binary_agilo-1.0.1_PRO-py2.4.egg.zip
HW (xen virtual machine):
- 2 GB RAM
- Intel(R) Xeon(R) CPU X3210 @ 2.13GHz

# of tickets in system:
around 150

trac apache conf:
### The recommended Trac web interface requires mod_python
<IfModule mod_python.c>

### Create your Trac environments as subdirectories of /var/www/trac
### They will appear in a listing on your website at /trac/, and be
available
<Location /trac>
   SetHandler mod_python
   PythonInterpreter main_interpreter
   PythonHandler trac.web.modpython_frontend
   PythonOption TracUriRoot /trac
   PythonOption TracEnvParentDir /var/www/html/trac/projects
   PythonOption PYTHON_EGG_CACHE /var/www/html/trac/projects/.egg-
cache

   # Set Site Cache on and default expiration at 1 month
   ExpiresActive On
   ExpiresByType application/x-javascript A259200
   ExpiresByType image/png A2592000
   ExpiresByType text/css A2592000

   AuthType Basic
   AuthName "Subversion repository"
   AuthUserFile /etc/svn-auth-conf
   Require valid-user

   Order deny,allow
   Deny from all
   Allow from 10.1.0.0/16
   Allow from 192.168.0.0/24
</Location>
</IfModule>

Is this difference in performances in two different browsers normal?
Thanks for your help.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "Agilo for Scrum" group. This group is moderated by agile42 GmbH 
http://www.agile42.com and is focused in supporting Agilo for Scrum users.
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/agilo?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to