パフォーマンス管理¶
Odoo provides robust tools to monitor and analyze your e-commerce's performance and optimize the processing of order confirmation emails during high-traffic periods.
データモニタリング¶
The eCommerce reporting view allows you to monitor and analyze the performance of your online sales. To access it, go to . The eCommerce Dashboard helps monitor everything related to the online shop, e.g., sales performance by product or category. By default, the graph shows data for Confirmed Orders and the current month.
Click the Measures button to select the metric to analyze, such as Discount %, Qty Invoiced, Untaxed Total (default), or Volume. You can also switch between pivot and graph views, and create a spreadsheet by clicking Insert in Spreadsheet.
送信予約メール(メールキュー)の最適化¶
フラッシュセール(例:イベントチケット販売)やアクセスが急増するウェブサイトでは、注文確認メールの送信がパフォーマンスのボトルネックとなり、他の顧客のチェックアウト処理が遅くなる可能性があります。
このパフォーマンス問題を改善するために、注文確認メールはキューに追加され、注文処理フローとは別に非同期で処理されるようにできます。この処理は、 販売: 保留中のメールを送信 というスケジュールされたアクションによって管理され、可能な限り早くメールを送信します。
非同期メール送信を有効にする方法:
Enable the 開発者モード (デバッグモード).
Open the Settings app and go to .
Search for the sale.async_emails system parameter, set its Value to
True, and click Save.Navigate to .
Select the Sales: Send pending emails scheduled action.
Ensure the Active switch is enabled.
注意
This configuration is recommended only for high-traffic websites, as it may introduce unnecessary delays for order confirmation and invoice emails on websites with moderate traffic.