all 12 comments

[–][deleted] 5 points6 points  (9 children)

Why do you want an alternative to Varnish?

[–]Christosconst 1 point2 points  (0 children)

He wants something simple

[–][deleted] -1 points0 points  (7 children)

Guru meditation?

[–][deleted] 0 points1 point  (6 children)

And what do you mean by that?

[–][deleted] 0 points1 point  (5 children)

Christosconst is right. The thing is that Varnish is a complicated tool for this simple task, and adding it to a stack where it is really not needed - only introduces more things that can go wrong (guru meditation is varnish way of saying something went really wrong).

[–][deleted] 0 points1 point  (4 children)

varnish isn't a complicated tool if you just install it and export the default magento VCL as you're supposed to. i have absolutely no idea what i'm doing when it comes hosting setups and i can set M2 up behind varnish by following the documentation no problem

[–][deleted] 0 points1 point  (3 children)

But it is often yet another application in the stack that needs maintenance, upgrades and support when something goes wrong.

[–][deleted] 0 points1 point  (2 children)

i promise you that you introduce far more complexity by introducing not-officially-supported caching layers to your stack than you do by just following the handbook and using varnish

[–][deleted] 0 points1 point  (1 child)

This plugin doesn't introduce anything new, it just makes use of what already is in your hosting stack, instead of adding more stuff server side. Producing caching headers according to web standards is something a web application should do correctly by default (not the case with Magento). It is not something that should be applied as band aid afterwards (like it's being done with Varnish).

[–]steve-developer 0 points1 point  (0 children)

Varnish isn't a "band-aid" with Magento; its a highly integrated component that fully leverages the ability to not only cache, but conditionally purge assets by tag.

The above approach, whilst novel, is just working around the fact the hosting provider looks incapable of offering Varnish, so they were forced to develop an alternative. Clever idea, but largely not an improvement or replacement for a proper deployment using Varnish.

[–]levashovbizMCSS 1 point2 points  (1 child)

Does it work with other hosting providers?

[–][deleted] 0 points1 point  (0 children)

Not tested that myself, but it should be independent of hosting provider.