PDA

View Full Version : phpbb forum. index page loading.


antongranik
01-08-2007, 05:03 AM
Hi there! I've got a small problem. I've got a forum here: http://sketchers.ru/forum/index.php And everything works fine except that this index page is loading too much time: 14 (!) seconds. Here's the admin info:
Page generation time: 14.832s (PHP: 99% - SQL: 1%) - SQL queries: 16 - GZIP enabled
I wouldn't say a thing but on my localhost this page is loading in 0.8 sec:
Page generation time: 0.7768s (PHP: 48% - SQL: 52%) - SQL queries: 16 - GZIP enabled
It has got absolutely nothing. Only 16 mysql queries! Every other page from my forum is loading fine with good times.
What that could be?
Thx!

areidmtm
01-08-2007, 08:49 AM
You have to make sure that you optimize your MySQL tables by indexing them.

This is a shared hosting environment and not all pre-written forum scripts are written for shared hosters and to the hosters specific setup.

Search the forum or better yet Google for MySQL optimization.