Jump to content
xt:Commerce Community Forum

Ladezeit Bis Der Arzt Kommt.....


Hawky

Recommended Posts

Hallo ich habe mal eine Frage an EUCH !!

erstma :pint:

so... nun...

es ist folgenes ich habe ein Problem mit dem XTCOMMERCE online Shop.

die Ladezeit ist unertr?glich....siehe selbst http://www.coolpc24.de/shop

ca. 1,30 minuten danach l?d die Seite recht schnell oder eher ausreichend.

Was kann ich dagegen tun ?? andere schaffen es doch auch ...???...

Produkte ca. 18000 und Bilder auch wobei das schon ohne Bilder so laaahm war.

DANKE DANKE f?r jede HILFREICHE Antwort.

ciao Hawky

Link to comment
Share on other sites

Wo ist der Shop gehostet?

Es ist ein Strato Windows Server (w?rde fast root server sagen)

Art Webspace ??? naja 60 GB Festplatte an einem Apache Server (XAMPP)

Datenbank liegt auch auf dem Strato Windows Server.

Welche Anbindung hat der Server?

F?r alle Server gilt:

leistungsf?higes Markenmainboard

leistungsstarker Intel - Prozessor

Transfer ?ber mehrfach gesicherte parallele 644 Mbit und GigaBit Leitungen.

?ber 2,6 GB Au?enanbindung

Sofortiger Hardwareersatz bei Defekten

Windows-Server SW - Der Einsteiger-Server f?r professionelles Hosting

Intel Celeron Prozessor mit 2.400 MHz

512 MB Arbeitsspeicher

60 oder 80 GB-IDE Festplatte, je nach Verf?gbarkeit

DANKE.... :rock: :rock:

Link to comment
Share on other sites

Ich w?rde sagen, es liegt nicht an der Server-Geschwindigkeit sondern an der Anbindung.

Gibts vielleicht irgendwelche St?rungen bei Strato im Rechenzentrum?

Dos-Attacken oder so?

Wenn man ein tracert zu dem Server macht, kommt er n?mlich auch nicht bis zum Server.

Link to comment
Share on other sites

du kannst mal herumprobieren...

nimm die templates/xtc/source/boxes.php

sieht etwa so aus:

include(DIR_WS_BOXES . 'categories.php');

include(DIR_WS_BOXES . 'manufacturers.php');

if ($_SESSION['customers_status']['customers_status_show_price']!='0') {

require(DIR_WS_BOXES . 'add_a_quickie.php');

}

require(DIR_WS_BOXES . 'last_viewed.php');

require(DIR_WS_BOXES . 'whats_new.php');

require(DIR_WS_BOXES . 'search.php');

require(DIR_WS_BOXES . 'content.php');

require(DIR_WS_BOXES . 'information.php');

include(DIR_WS_BOXES . 'languages.php');

if ($_SESSION['customers_status']['customers_status_id'] == 0) include(DIR_WS_BOXES . 'admin.php');

require(DIR_WS_BOXES . 'infobox.php');

require(DIR_WS_BOXES . 'loginbox.php');

include(DIR_WS_BOXES . 'newsletter.php');

if ($_SESSION['customers_status']['customers_status_show_price'] == 1) include(DIR_WS_BOXES . 'shopping_cart.php');

if (isset($_GET['products_id'])) include(DIR_WS_BOXES . 'manufacturer_info.php');

if (isset($_SESSION['customer_id'])) include(DIR_WS_BOXES . 'order_history.php');

if (isset($_GET['products_id'])) {

if (isset($_SESSION['customer_id'])) {

$check_query = xtc_db_query("select count(*) as count from " . TABLE_CUSTOMERS_INFO . " where customers_info_id = '" . $_SESSION['customer_id'] . "' and global_product_notifications = '1'");

$check = xtc_db_fetch_array($check_query);

if ($check['count'] > 0) {

include(DIR_WS_BOXES . 'best_sellers.php');

}

}

} else {

include(DIR_WS_BOXES . 'best_sellers.php');

}

if (!isset($_GET['products_id'])) {

include(DIR_WS_BOXES . 'specials.php');

}

require(DIR_WS_BOXES . 'reviews.php');

if (substr(basename($PHP_SELF), 0, 8) != 'checkout') {

include(DIR_WS_BOXES . 'currencies.php');

}

$smarty->assign('tpl_path','templates/'.CURRENT_TEMPLATE.'/');

?>

dann verschiedene box-includes auskommentieren

Bsp: // require(DIR_WS_BOXES . 'whats_new.php');

dann bekommst du zwar fehlermeldungen aber du siehst auch ob hier ein flaschenhals ist oder nicht... ansonsten suche suche suche ... irgendwo steht die L?sung im Forum (ist schon ewig her und ab 3 gibts die Probs nicht mehr)

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
  • Create New...