-
Notifications
You must be signed in to change notification settings - Fork 36
New issue
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
Varnish 3 is out #7
Comments
Hi, I'm going to port existing configuration to varnish 3.0, I will share it here once I have it working. |
Any update on this? Because this project looks like exactly what we need. I think Varnish 3 support isn't just a technical nicety, but the indication of an active open source project that my projects decision-makers need to see before giving it a try. I'm new to Varnish, but just like rgoytacaz, I'm definitely willing to help out with the migration! |
We recently focused more on magento enterprise, which has FPC builtin. However I will probably revisit later, but for now I have no planned updates. |
I've worked on a working VCL file for Varnish 3. I could share it if you want. I would also love you taking a look on the sessions on memcache problem, or giving out pointers so I can take a look at it. |
It would be very interesting to see the vcl - does it work reliably when purging urls from the cache ? Because i've found the 2.x to keep entries regardless, only thing that works is a restart. |
hello i don't know how to pull requests on github, but i made modification to the vlc file to make it work on varnish 3.0 My file is here: http://c359372.r72.cf3.rackcdn.com/default.vcl But i had to comment a variable varnish 3.0 doesn't recognize, you can read the comment on line 137. Someone know if this is a good solution? Sorry for my english, and thank you! |
obj.cacheable became obj.ttl > 0s. it was a piece of cake to convert the original .vcl to a 3.0 compatible one.
|
Sounds interesting - will do some testing with that configuration :) Did anyone manage to solve the nocache=1 not being honored in IE8 ? I have problems when you put products in the cart, and it insists on caching pages you visited previously. Use case:
Any ideas ? |
Same as kevin25. I don't know if you're still working on it but, I have a magento 1.7.0.2 with varnish 3.0.3 and facing an issue while modifying/changing a product. In fact, I cannot modify a product by having Full page cache in Varnish activated PHP Fatal error: Call to a member function isActive() on a non-object in /path/to/app/code/community/Magneto/Varnish/Helper/Data.php on line 113, referer: https://www.xxx.com/index.php/mysecretadminpage/cache/index/key/2f08f73fabe13959a24acda3999143ef/ the portion of code line 113 is :
Could you please help me to fix it please. |
Hello There,
First of all, awesome work, I would like to know what do you need to get done to use the new features on varnish 3?
I would gladly help you out on this.
The text was updated successfully, but these errors were encountered: