คำถามติดแท็ก full-page-cache

แคชแบบเต็มหน้าจากโมดูล PageCache Enterprise อาจใช้แท็กสำหรับโซลูชัน CE FPC ภายในขอบเขตของไซต์ (ดูวิกิแท็ก)

1
การเจาะรูส่วนหัวในร้านวีโอไอพี
ฉันใช้การเจาะรูส่วนหัวในวีโอไอพีและแม้ว่าฉันจะทำให้มันทำงานบนพื้นฐานของลูกค้าต่อฉันต้องการความสามารถในการใช้ระดับนี้ลึกลงไปหนึ่งระดับโดยการทำให้มันทำงานกับสินค้าในตะกร้าสินค้าต่าง ๆ ด้วย นี่คือรหัสของฉัน class AD_PageCache_Model_Container_Header extends Enterprise_PageCache_Model_Container_Abstract { protected function _getIdentifier() { return $this->_getCookieValue(Enterprise_PageCache_Model_Cookie::COOKIE_CUSTOMER, ''); } // public function getCacheKeyInfo() { // $info = parent::getCacheKeyInfo(); // die('boo'); // $info['cart_count'] = Mage::helper( 'checkout/cart' )->getCart()->getItemsCount(); // return $info; // } protected function _getCacheId() { //return 'CONTAINER_HEADER_' . md5($this->_placeholder->getAttribute('cache_id') . $this->_placeholder->getAttribute('cart_count') ) …

2
คุกกี้ Magento 2 ไม่ทำงานเมื่อเปิดใช้งานแคชทั้งหมด
ในผู้สังเกตการณ์ฉันกำลังตั้งค่าคุกกี้เช่นนี้: $objectManager = \Magento\Framework\App\ObjectManager::getInstance(); $cookieManager = $objectManager->get('Magento\Framework\Stdlib\CookieManagerInterface'); $cookieManager->setPublicCookie('myvar', $myVar); ทุกอย่างทำงานได้เมื่อFull page cachingปิดการใช้งาน อย่างไรก็ตามเมื่อฉันเปิดใช้งานคุกกี้จะไม่ถูกตั้งค่า ฉันจะแก้ไขสิ่งนี้ได้อย่างไร


1
การเปลี่ยนเส้นทางไม่สิ้นสุดแคชแบบเต็มหน้า
แคชแบบเต็มหน้าเปิดอยู่ (Magento EE ver 1.14.0.1) อย่างไรก็ตามผลิตภัณฑ์บางอย่างมีการวนรอบการเปลี่ยนเส้นทางเมื่อกดปุ่ม URL ไม่มีข้อผิดพลาดในบันทึก ถ้าฉันล้างข้อมูลfull_page_cacheแล้วมันจะทำงาน ฉันค้นหาfull_page_cacheโฟลเดอร์สำหรับ URL ที่มีปัญหาและนี่คือสิ่งที่ฉันได้รับ (ในรูปแบบต่อเนื่อง): 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', …


6
Magento บนโฮสติ้งที่ใช้ร่วมกันและ 'Full Page Cache'
หาก Magento โฮสต์บนเซิร์ฟเวอร์ที่ใช้ร่วมกันและ 'PageCache powered by Varnish' หมดคำถามผู้ใช้จะแนะนำปลั๊กอินแคชหน้า Magento อื่น ๆ เช่น: Booster: http://www.magentocommerce.com/magento-connect/performance-booster.html ซูม: http://www.magentocommerce.com/magento-connect/zoom-full-page-cache-1742.html Nitrogento: http://www.nitrogento.com/ ปีก: http://ecommerce.brimllc.com/full-page-cache-magento.html [อัพเดต] Lesti: http://www.magentocommerce.com/magento-connect/lesti-fpc-4534.html (ฟรี) พวกเขาทั้งหมด 'ไม่คุ้มค่าหรือไม่' มีคนที่โดดเด่นจากกลุ่มที่ไม่ดีหรือไม่? ไชโย Les
โดยการใช้ไซต์ของเรา หมายความว่าคุณได้อ่านและทำความเข้าใจนโยบายคุกกี้และนโยบายความเป็นส่วนตัวของเราแล้ว
Licensed under cc by-sa 3.0 with attribution required.