| Posted by strawberry on 07/09/15 11:43 
I have a question about improving page rendering speed.
 For instance, according to mysql the following query takes a mere 0.28
 secs:
 
 SELECT * FROM table1
 ORDER BY field1;
 
 924 rows in set...
 
 however rendering the page displaying all that data can take over a
 minute which, without modifications to the php.ini file, can
 occasionally cause those timeout errors
 
 I know  it's difficult to say too much without providing the script and
 hardware info but I was just wondering if anyone had any general tips
 about improving the speed at which the page displays.
 
 Cheers
 [Back to original message] |