Tam sayfa önbellek açık (Magento EE ver 1.14.0.1). Bununla birlikte, bazı ürünler URL'ye isabet üzerine yönlendirme döngüsüne sahiptir. Günlüklerde hata yok. Eğer temizlersem, full_page_cache
şimdi işe yarayacaktır. full_page_cache
Sorunlu URL'ler için klasörü aradım ve işte ne aldım (serileştirilmiş bir biçimde):
array (
'cache_subprocessor' => 'Enterprise_PageCache_Model_Processor_Product',
'current_product_id' => '400',
'response_headers' =>
array (
0 =>
array (
'name' => 'Content-Type',
'value' => 'text/html; charset=UTF-8',
'replace' => false,
),
1 =>
array (
'name' => 'X-Frame-Options',
'value' => 'SAMEORIGIN',
'replace' => true,
),
2 =>
array (
'name' => 'P3p',
'value' => 'CP="CAO PSA OUR"',
'replace' => true,
),
3 =>
array (
'name' => 'Location',
'value' => 'http://www.example.com/this-is-the-product-url',
'replace' => true,
),
),
'routing_aliases' =>
array (
'rewrite_request_path' => 'this-is-the-product-url',
),
'routing_requested_route' => 'catalog',
'routing_requested_controller' => 'product',
'routing_requested_action' => 'view',
'sid_cookie_name' => 'frontend',
)
Diğer ürünlerde bu yoktur:
3 =>
array (
'name' => 'Location',
'value' => 'http://www.example.com/this-is-the-product-url',
'replace' => true,
),
Tam sayfa önbelleğini temizlersem, bu nedenle rastgele ürünler için kesintili olmaz. Yönlendirme döngüsünün nedenini çoğaltamadım. Herhangi bir fikir?