Database table reporting

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • CheGueVerra

    Database table reporting

    Hi All,

    I'm currently in the process of optimizing our web reports, that basicaly
    shows database information for the end user. I notice during my testing
    that the browsers reformat the data on the fly while the page is loading
    which causes the page to take a very long time to load. I was wondering
    what can be done to prevent this ?

    CheGueVerra


  • Nathan

    #2
    Re: Database table reporting

    ob_start is what you want.

    PHP is a popular general-purpose scripting language that powers everything from your blog to the most popular websites in the world.


    When you flush it, the data will be sent to the client all at once.

    Comment

    • David Dorward

      #3
      Re: Database table reporting

      CheGueVerra wrote:
      [color=blue]
      > I'm currently in the process of optimizing our web reports, that basicaly
      > shows database information for the end user. I notice during my testing
      > that the browsers reformat the data on the fly while the page is loading
      > which causes the page to take a very long time to load. I was wondering
      > what can be done to prevent this ?[/color]

      table-layout property





      --
      David Dorward <http://blog.dorward.me .uk/> <http://dorward.me.uk/>
      Home is where the ~/.bashrc is

      Comment

      Working...