Git Product home page Git Product logo

Comments (2)

croxton avatar croxton commented on June 4, 2024

The parse_tags parameter tells Stash to parse the wrapped content immediately by invoking a new temporary instance of the template parser. This can be useful for two reasons:

  • The rendered output of the wrapped tags can be saved to the database, instead of the tags themselves. Thus on subsequent views of the template the wrapped tags are not parsed again (providing replace="no"). In other words, the Stash tag acts like a cache and can save you significant overhead.
  • The ability to parse a specific block of tags immediately and save to a variable allows you to subvert the EE parse order which is top to bottom and outside > inside. Generally each pass of the EE parser peels off the outer layer of module tag pairs to expose the inner layer, which is then parsed by the next pass - and so on.

from stash.

paynecodes avatar paynecodes commented on June 4, 2024

Wow! That was a more than helpful explanation. Thank you.

from stash.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.