Hi,

I'm using ob_start() at the top of my script in order to be able to deal with setcookie() ... and at the bottom a wrote ob_flush() .

Will this increase the performance and speed of the website or the opposite ??

Do I need also to add ob_start( 'ob_gzhandler' ) ?

Thanks