[FX.php List] Speeding up page display

Bob Patin bob at patin.com
Fri Aug 25 10:10:16 MDT 2006


I don't want to try to bring MySQL into the equation; if I were going  
to do that I'd not be using FileMaker at all... :)

I'll look into the flush function, thanks...


On Aug 25, 2006, at 10:57 AM, Derrick Fogle wrote:

> Doing anything besides just echoing the data out is going to take  
> longer than just echoing the data out. 99% of the slowness is  
> probably FM outputting the data so PHP can do it's part. You can  
> try the flush() function to try to get that data out to the browser  
> as fast as possible, and if that's not good enough, you may be  
> faced with the nasty job of buffering FM with MySQL to eliminate  
> that bottleneck.

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://www.iviking.org/pipermail/fx.php_list/attachments/20060825/42af37d3/attachment.html


More information about the FX.php_List mailing list