On Monday, November 4, 2019 at 9:40:37 PM UTC-8, Velu Narasimman wrote:
>
> Hi Ryan, 
>
>     Thanks for your response. I am using Trac 1.0.15. Below are the list 
> of plugins that I have installed.
>
>     1. agilo-0.9.15
>     2. Babel-1.3
>     3. CherryPy-3.2.2
>     4. Genshi-0.7
>     5. psycopg2-2.7.4
>     6. pysugarcrm-1.0.0
>     7. TracMenusPlugin-0.1
>

Is that the output of "pip list"? Unless you have an integration to Trac 
via a plugin, CherryPy, pysugarcrm and Django (mentioned below) have 
nothing to do with your Trac instance, other than possibly sharing the same 
Python installation.

 

>     Other than those plugins I have used some downloaded and modified 
> plugins as well.
>

You can also see your installed plugins on the /about page, provided you 
have TRAC_ADMIN or CONFIG_VIEW permission. Looks like you have just Agilo 
and TracMenusPlugin installed, but please check /about for a full listing. 
You may have some plugins installed in the plugin directory which wouldn't 
be output by "pip list".
 

>     The permission policies from trac.ini are,
>
>     permission_policies = DefaultPermissionPolicy, LegacyAttachmentPolicy
>

That is standard, the default, so nothing unusual there.
 

>     The lines logged in that attachment are just a sample. I am seeing 
> similar repetitions for a lot of other issues as well. They are repeated 
> for ten to fifteen times instead of just one.
>
>     Also, my trac site  is very slow. I am using Apache + mod_wsgi + 
> Django. What may be the reason for this slowness? Could you please direct 
> me to fix the performance?
>

The repeated logging may be related to the slowness. It looks like 
permission checks are being repeated, which can slow the response time.

Slowness could also be due to many other things. Please describe your 
configuration: e.g. TracStandalone or Apache with mod_wsgi or mod_python? 
Windows or Linux?

And please take a look at:
https://trac.edgewall.org/wiki/TracTroubleshooting
https://trac.edgewall.org/wiki/TracPerformance 

- Ryan

-- 
You received this message because you are subscribed to the Google Groups "Trac 
Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to trac-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/trac-users/85f5d4a1-24de-4675-8b30-b22870fabfb1%40googlegroups.com.

Reply via email to