By zigma on
Wondering if some special configuration is requred for site to start displaying contents as it builds instead of waiting for entire page to be built.
Wondering if some special configuration is requred for site to start displaying contents as it builds instead of waiting for entire page to be built.
Comments
Theme.
Theme issue.
That's something browsers do with table-based layouts. Shouldn't happen with a decent CSS-based theme.
And some of the decent CSS
And some of the decent CSS themes work it so the content comes first in document order, blocks come last.
Seeing as the page is served in burst mode, that's only a marginal advantage I guess, but it'd make a diff on low bandwidth.
.dan.
How to troubleshoot Drupal
http://www.coders.co.nz/
.dan. is the New Zealand Drupal Developer working on Government Web Standards
There are many things that
There are many things that can change during a page (i.e. The title can change). We can't predict what/when will change.
The page is done loading only when the line that echos all the output is encountered.
Plus, it is technically more efficient to have one echo (echo 'All of your output';) instead of multiple echos.
----
http://PointHomes.com
buffering
There's also output buffering in php, which Drupal doesn't really take advantage (disadvantage? ;-) of.
This is a mostly useless comment unless you are writing a specific module in which you can actually have control over this. Ignore me if this doesn't help.
James
Lead Developer on Project Opus
www.projectopus.com
Drupal 4.7 has some output
Drupal 4.7 has some output buffering, if you are using phptemplate.
Check the _phptemplate_render() function in the phptemplate engine.
There is some buffering in the caching code as well.
--
Drupal development and customization: 2bits.com
Personal: Baheyeldin.com
--
Drupal performance tuning and optimization, hosting, development, and consulting: 2bits.com, Inc. and Twitter at: @2bits
Personal blog: Ba