subzerostudio Posted September 20, 2006 Posted September 20, 2006 The pages on my site http://jamacs.co.uk/catalog are very slow to load. I'm using 1&1, and this is database part of my config. file: define our database connection define('DB_SERVER', 'db121.oneandone.co.uk'); // eg, localhost - should not be empty for productive servers define('DB_SERVER_USERNAME', 'xxxxx'); define('DB_SERVER_PASSWORD', 'xxxx'); define('DB_DATABASE', 'xxxxx'); define('USE_PCONNECT', 'false'); // use persistent connections? define('STORE_SESSIONS', 'mysql'); // leave empty '' for default handler or set to 'mysql' Any help would be appreciated. I have other shops with 1&1, and they seem to work fine Mike
abra123cadabra Posted September 23, 2006 Posted September 23, 2006 It looks as if all the images on the index page are taken from https. That might be the reason for a slow pageload. abra The First Law of E-Commerce: If the user can't find the product, the user can't buy the product. Feedback and suggestions on my shop welcome. Note: My advice is based on my own experience or on something I read in these forums. No guarantee it'll work for you! Make sure that you always BACKUP the database and the files you are going to change so that you can rollback to a working version if things go wrong.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.