Performance management¶
Odoo integrează o varietate de instrumente pentru a analiza și îmbunătăți performanța site-ului dvs. de comerț electronic.
Monitorizarea datelor¶
Site-ul web permite monitorizarea și analiza performanței vânzărilor comerțului dvs. electronic. Pentru a accesa vizualizarea de raportare, accesați
. Acest tablou de bord vă ajută să monitorizați tot ceea ce are legătură cu vânzările, cum ar fi performanța vânzărilor pe produs, categorie, zi etc.
Făcând clic pe Măsuri, puteți selecta tipul de măsurare utilizat, cum ar fi:
Marja;
Cantitate facturată;
Total netaxat;
Volum;
…
Alte opțiuni includ mai multe vizualizări (pivot etc.), compararea pe perioade sau ani și direct inserați în foaia de calcul etc.
Statistici¶
Este posibil să vă conectați site-ul Odoo cu Plausible.io și Google Analytics.
Email queue optimization¶
For websites handling flash sales (e.g., event ticket sales) or experiencing high traffic spikes, order confirmation emails can become a performance bottleneck, potentially slowing down the checkout process for other customers.
To improve performance, these emails can be queued and processed separately from the order confirmation flow. This is managed by the Sales: Send pending emails scheduled action, which sends queued emails as soon as possible.
To enable asynchronous email sending:
Enable the developer mode.
Go to Apps filter, and install the Sales - Async Emails module.
, remove theGo to sale.async_emails system parameter to
and set theTrue
.Go to Sales: Send pending emails scheduled action is enabled.
and ensure that the
Avertisment
Enabling this feature may delay order confirmation and invoice emails by a few minutes. It is recommended only for high-traffic websites, as it can introduce unnecessary delays for e-commerce websites with moderate traffic.