Page 1 of 1

Content editing goes stuck ?

Posted: Wed 24. Feb 2010, 00:05
by foolevil
I work with domain http://www.tyomarkkina-avain.fi/cm/ .

When I browse it seems quite normal.
If I ping it, I have 0.52 ms or so which appears fast enough for me.
Editing this site is really sticky it really stucks while update process.

I have other site on same server, done with PhpWCMS too.
It dont appear slow at all.

config mysql lines:

good domain
$phpwcms['db_prepend'] = '';
$phpwcms['db_pers'] = 1;
$phpwcms['db_charset'] = 'utf8';
$phpwcms['db_collation'] = 'utf8_general_ci';
$phpwcms['db_version'] = 50027;

domain thats sticky:
$phpwcms['db_prepend'] = '';
$phpwcms['db_pers'] = 1;
$phpwcms['db_charset'] = 'utf8';
$phpwcms['db_collation'] = 'utf8_swedish_ci';
$phpwcms['db_version'] = 50130;

Is there anything I could do now?

Re: Content editing goes stuck ?

Posted: Wed 24. Feb 2010, 08:18
by Oliver Georgi
ask your provider. phpwcms itself is still very fast.