lesti-fpc

Problems flushing Magento Redis Cache on an installation with a separate backend server

Deadly 提交于 2019-12-11 09:31:56
问题 My problem is that I do not think I am able to refresh the magento redis cache from the admin page. I realize that the problem could come from many sources, but my gut tells me it has something to do with the backend being on a separate server. My magento installation is as follows: Magento CE 1.8 Backend server and NFS(media) on an Amazon AWS EC2 at http://admin.example.com Database on AWS RDS MySQL 2 app servers (scalable to more) on AWS Elastic Beanstalk at http://www.example.com (route53)

Magento FPC Cache Warm with user groups, wget, Lesti FPC

ぐ巨炮叔叔 提交于 2019-12-07 04:09:59
问题 I'm using Lesti FPC on a Magento site with 10 customer groups and a lot of categories/products. I've created a shell script which reads the sitemap.xml and wget's each url overnight to build the cache of the site. This works great for guests but when a customer group user logs in, they are building the cache themselves (if they are the first of the day). Does anyone know how to make a shell script that could simulate logging itself in and then trawl the site? Is it even possible for a shell