verwendet
Code: Select all
<!-- <p>Generated in 0,570691 seconds by CMS Made Simple 0.11-beta5 (cached) using 12 SQL queries and 5773872 bytes of memory</p> -->
eingefügt
Code: Select all
{title}
{stylesheet}
{cms_module module='CSSMenu' horizontal='1'}
{title}
{cms_module module='News'}
{content}
{contact_form email="yourname@yourdomain.com"}
{cms_versionname}
{cms_version}
{breadcrumbs}
{print}
{sitemap}
{current_date}
{footer}
{edit}
{cms_module module="bookmarcs"}
{cms_module module="seminarplan"}
{cms_module module="comments"}
Code: Select all
<!-- <p>Generated in 0,41663 seconds by CMS Made Simple 0.11-beta5 (not cached) using 32 SQL queries and 6525176 bytes of memory</p> -->
nach meiner rechnung sind das ca 6,2 mb
ich würde einmal eure programmierung anschauen und nachsehen ob mann da etwas
verbessern kann
zb
Code: Select all
for($i=0;$i<sizeof($array);$i++)
Code: Select all
$sizeofarray=sizeof($array);
for($i=0;$i<$sizeofarray;$i++)
habe übrigens auf testmaschine 38 Module eingebunden
und bin unter 15mb
mfg
kishman155