Hello. Sorry, I am not speaking in English. I want to go to the EE, but fear high load on the server (my site have ~10.000 hits per day).
My test:
SQL QUERIES : 44
TEMPLATE DEBUGGING : Memory Usage : 5,091,432 bytes
This is a big load?
My template pages with news (for display removed all html):
META:
{exp:weblog:entries weblog=“news” limit=“1” disable=“custom_fields|pagination|categories|member_data|trackbacks”}
<meta name=“keywords” content=”{title}” />
<meta name=“description” content=”{title}” />
<title>{title} - lalala {title}</title>
{/exp:weblog:entries}
NEWS:
<h1>{exp:weblog:entries limit=“1” weblog=“news” disable=”|pagination|categories|member_data|trackbacks”}{title}</h1>
{title}
{entry_date format=’%d.%m.%y’}
{body}
{if screenshots}
{screenshots}
{/if}
{if extended}
{extended}
{/if}
{/exp:weblog:entries}
COMMENTS:
{exp:comment:entries weblog=“news” limit=“1” disable=“custom_fields|categories|trackbacks”}
{if avatar}{avatar_url}{/if}
</td>
{author}
{comment_date format=”%d.%m.%Y”}
{comment}
{paginate}{current_page}{total_pages}{pagination_links}{/paginate}
{/exp:comment:entries}
COMMENRS FORM:
{exp:comment:form}
{if logged_out}
{exp:member:login_form return=“news/index”}
<label>Username</label>
<input type=“text” name=“username” value=”” maxlength=“32” class=“input” size=“25” />
<label>Password</label>
<input type=“password” name=“password” value=”” maxlength=“32” class=“input” size=“25” />
{if auto_login}
<input class=’checkbox’ type=’checkbox’ name=’auto_login’ value=’1’ /> Auto-login on future visits
{/if}
<input class=’checkbox’ type=’checkbox’ name=’anon’ value=’1’ checked=’checked’ /> Show my name in the online users list
<input type=“submit” name=“submit” value=“Submit” />
Forgot your password?
{/exp:member:login_form}
{/if}
{if logged_in}
<textarea name=“comment” cols=“70” rows=“10” style=“font-family: Verdana; font-size: 11px; border: 1 dashed #DADADA”>{comment}</textarea>
button here
<input type=“checkbox” name=“notify_me” value=“yes” {notify_me} />
{/if}
{/exp:comment:form}
+ Simple Search form
Is a blank page 13 SQL QUERIES (!)
