Contributors mailing list archives
contributors@odoo-community.org
Browse archives
Re: Idea for performance improvement
by
LasLabs, Dave Lasley
I think this is a great idea as well. Monkey patching is totally not necessary I think though- as long as the problems are happening in a model, we can delay the method with a few lines of code.
Along what Raphaël said though- I think the hardest part will just be identifying the bottlenecks.
-Dave Lasley
I suggested the same when these social features were introduced back in v7, so yes I think it could help. Curious if that can be overriden or monkey patched though. During the Odoo Experience, Antony Lesuisse also confirmed me these tracking things were the things generating most requests when creating/updating records... Would be worth checking the number of SQL requests when creating say a sale order vs patching Odoo to remove the social mixin and checking again...On Mon, Oct 9, 2017 at 8:17 PM, Graeme Gellatly <gdgellatly@gmail.com> wrote:Discussion here: https://github.com/OCA/report-I actually did a little POC, combining report printing with queue. This case is in automated actions, but actually the original POC used any report sent directly to a printer.Hi all,I was just looking through the 'performance' improvements.Essentially they mostly come down to 2 things - removal of workflow, and removal of tracking in specific cases.So I had the idea, if tracking is so performance hungry, could we in OCA not just make a small module that basically uses Queue on Social features?print-send/issues/111
Because it takes a few seconds to render a pdf, but the user doesn't know if the delay is just the usual printing delay or not, they just get back screen back instantly. I think the same concept applies to tracking/sending email in a lot of cases, User won't worry about tracking messages not showing up immediately?______________________________
_________________
Mailing-List: https://odoo-community.org/groups/contributors-15
Post to: mailto:contributors@odoo-community.org
Unsubscribe: https://odoo-community.org/groups?unsubscribe --Raphaël ValyiFounder and consultant_______________________________________________
Mailing-List: https://odoo-community.org/groups/contributors-15
Post to: mailto:contributors@odoo-community.org
Unsubscribe: https://odoo-community.org/groups?unsubscribe
Reference
-
Idea for performance improvement
byMoaHub, Graeme Gellatly-
Re: Idea for performance improvement
byCamptocamp SA, Joël Grand Guillaume
-