2011-12-12, 03:24 PM
At what point should I take out all unnecessary SQL Queries? 50,000 posts? 100,000 posts? etc.
Example:
<a href="{$mybb->settings['bburl']}/index.php">
could easily become
<a href="/forum/index.php">
That sort of thing is all thru the templates.
Right now I'm at 65,000 posts:
Just want to get people's opinions. Thanks
Example:
<a href="{$mybb->settings['bburl']}/index.php">
could easily become
<a href="/forum/index.php">
That sort of thing is all thru the templates.
Right now I'm at 65,000 posts:
Generated in 0.3861189 seconds (81.90% PHP / 18.10% MySQL)
SQL Queries: 95 / Global Parsing Time: 0.0733469 / Memory Usage: 8.5 MB
PHP version: 5.2.14 / Server Load: 0.3 / GZip Compression: Disabled
Just want to get people's opinions. Thanks