Tôi đã kích hoạt redis cho phiên, có phần mở rộng và mã lib mới nhất từ github và tôi nhận thấy một số yêu cầu mất khoảng 30 giây - và điều này xảy ra khá thường xuyên và nó luôn bị lỗi.
Dưới đây là 3 dấu vết giao dịch từ newrelic, chúng trông khá giống tôi: http://imgur.com/JQUzheJ,0sCqUni,3L4PJAX
Tôi đang sử dụng các cài đặt sau trong redis:
<redis_session>
<host>127.0.0.1</host>
<port>6379</port>
<password></password>
<timeout>2.5</timeout>
<persistent></persistent>
<db>2</db>
<compression_threshold>2048</compression_threshold>
<compression_lib>lzf</compression_lib>
<log_level>4</log_level>
<!-- maximum number of processes that can wait for a lock on one session; for large production clusters, set this to at least 10% of the number of PHP processes -->
<max_concurrency>12</max_concurrency>
<!-- seconds to wait for a session lock in the frontend; not as critical as admin -->
<break_after_frontend>5</break_after_frontend>
<break_after_adminhtml>30</break_after_adminhtml>
<!-- Bots get shorter session lifetimes. 0 to disable -->
<bot_lifetime>7200</bot_lifetime>
</redis_session>
Hiện tại, chỉ có một máy chủ frontend đang được sử dụng cho magento.
Cảm ơn!