Torsten Baldes Posted January 31, 2015 Share Posted January 31, 2015 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 More sharing options...
LostKobrakai Posted January 31, 2015 Share Posted January 31, 2015 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. 1 Link to comment Share on other sites More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now