We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ブロック読み込み時にTransactionListener::onKernelRequest()が呼ばれる。
TransactionListener::onKernelRequest()
HTTPキャッシュが有効な際にブロック読み込みがマスターリクエストとして処理されるため、EntityManager::beginTransaction()が複数回呼ばれるもよう。
EntityManager::beginTransaction()
前提条件: index_dev.phpを利用しない。
HTTPキャッシュをドキュメントに従って有効にする。
# /app/config/eccube/http_cache.yml http_cache: enabled: true age: 10 # フロントでキャッシュを適用させる画面のrouteを設定 route: - homepage - product_list - block_category - block_news - block_search_product - help_about - help_guide - help_privacy - help_tradelaw - help_agreement
仮会員機能を有効にする。
任意の仮会員の本会員登録ページにアクセスし、以下を確認する。
The text was updated successfully, but these errors were encountered:
補足: routeからblock_*をコメントアウトしても発生します。
Sorry, something went wrong.
ご報告ありがとうございます。
No branches or pull requests
概要(Overview)
ブロック読み込み時に
TransactionListener::onKernelRequest()
が呼ばれる。HTTPキャッシュが有効な際にブロック読み込みがマスターリクエストとして処理されるため、
EntityManager::beginTransaction()
が複数回呼ばれるもよう。再現手順(Procedure)
前提条件: index_dev.phpを利用しない。
HTTPキャッシュをドキュメントに従って有効にする。
仮会員機能を有効にする。
任意の仮会員の本会員登録ページにアクセスし、以下を確認する。
環境 (environment)
環境1
環境2
The text was updated successfully, but these errors were encountered: