성과 관리¶
Odoo는 이커머스 웹사이트의 성능을 분석하고 향상시키기 위해 설계된 다양한 도구를 통합합니다.
데이터 모니터링¶
**웹사이트**에서는 이커머스의 판매 실적을 모니터링하고 분석할 수 있는 기능을 제공합니다. **보고서 보기**에 액세스하려면 :menuselection: ‘웹사이트 –> 보고 –> 이커머스’로 이동합니다. 이 대시보드에서는 제품별, 카테고리별, 일별 판매 실적 등 판매의 다양한 정보를 모니터링할 수 있습니다.

측정 옵션을 클릭하면 다음과 같은 측정 단위를 선택할 수 있습니다:
Margin;
청구된 수량;
세금 제외 합계;
Volume;
…
추가 옵션으로는 다중 보기(피벗 등), 기간 또는 연도별 비교 기능, 직접 스프레드시트에 삽입 등이 있습니다.
분석¶
Odoo 웹사이트를 Plausible.io 및 :ref:`analytics/google-analytics`와 연결할 수 있습니다.
이메일 대기열 최적화¶
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.
비동기식 이메일 전송을 활성화하려면:
개발자 모드 를 활성화합니다.
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
조심
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.