Performance management

Odooは、お客様のeコマースウェブサイトのパフォーマンスを分析し、改善するためのさまざまなツールを統合しています。

データモニタリング

ウェブサイト では、お客様のeコマースの販売実績のモニタリングと分析が可能です。レポートビュー にアクセスするには、ウェブサイト ‣ レポート ‣ eコマース と進みます。このダッシュボードでは、プロダクト、カテゴリ、日ごとの販売実績など、販売に関するあらゆる項目をモニタリングできます。

eコマースのパフォーマンスレポーティング

分析対象 をクリックすると、使用する測定の種類を選択できます。例えば、

  • マージン

  • 請求済数量

  • 税抜合計

  • 容量

  • ...

その他のオプションには、期間または年ごとの 複数のビュー(ピボットなど)、比較、直接 :guilabel`スプレッドシートへ挿入` などが含まれます。

分析

Odooのウェブサイトを Plausible.io および 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:

  1. Enable the developer mode.

  2. Go to Apps, remove the Apps filter, and install the Sales - Async Emails module.

  3. Go to Settings ‣ Technical ‣ System Parameters and set the sale.async_emails system parameter to True.

  4. Go to Settings ‣ Technical ‣ Scheduled Actions and ensure that the Sales: Send pending emails scheduled action is enabled.

注意

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.