Performance problems
-
Hi,
I am using 10.2.6.8 version.
I have done some little changes commented here some month ago (note 1)Today, as I test for exploitation, I meet a great problem of performances and I need help to find how to reduce DB accesses and time execution on server.
the USE of UAM currently have effect :- on requests to database : to deliver a single post, database queries jump from 130 to 680
- on execution time on database : from 0.4s to 2.8s
- on whole deliver time : from 7s to 18s
Many doubled requests appear.
When I uses UAM combined with W4 post list (to produce post lists), I reached most of time the timeout and an overload of server resources.
I have compared with or without activation, various parameters, post attachment to groups etc..
I have not found any valuable solution.
I don’t think that this can be linked with my light modifications.I got some reductions : When associating a post to groups, if the user have in mind the hierarchy induced by roles it can reduce the groups checked for example reduce from five to one will reduce overall 25% time execution (requests on groups)
So, do you have recommendations to manage resources when UAM is used ?
Best regards
Trebly
_____________________________________________________________
note 1 : to manage access to visitors independently of the wp publish core options = visitor is not a defined user… with this feature, even though a post is published, a visitor cannot have access to element if UAM-visitor group is not attached to the element by the author, or admin or… Then it is possible to see for anybody how appears exactly a document inserted into the whole site. Just check the UAM-visitor group for the element will set the document visible to visitor (and to all others) regardless other groups attached.
This feature functions with post and, very important, menu options.
- The topic ‘Performance problems’ is closed to new replies.