Jump to content

Progressive Output Flushing


Torsten Baldes
 Share

Recommended Posts

I just saw this post on the Perch CMS Blog about progressive output flushing: http://grabaperch.com/blog/archive/progressive-output-flushing

Is this something we could do with ProcessWire?

It would be a nice performance booster, but i don't know if this is possible with the way the templating works in ProcessWire.

What do you folks think?

Link to comment
Share on other sites

It would be a nice performance booster, but i don't know if this is possible with the way the templating works in ProcessWire.

The templating system even gives you the ability to do this yourself. If I understand this correctly it's just a plain php function which sends the output which is already generated at this time. You can freely choose when to use it in your template. But this won't work very well with the delayed output approach, as the most computation takes place before even the header is seen. 

  • Like 1
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...