Content editing goes stuck ?

Get help with installation and running phpwcms here. Please do not post bug reports or feature requests here.
Post Reply
foolevil
Posts: 20
Joined: Wed 7. Oct 2009, 18:37

Content editing goes stuck ?

Post 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?
User avatar
Oliver Georgi
Site Admin
Posts: 9903
Joined: Fri 3. Oct 2003, 22:22
Contact:

Re: Content editing goes stuck ?

Post by Oliver Georgi »

ask your provider. phpwcms itself is still very fast.
Oliver Georgi | phpwcms Developer | GitHub | LinkedIn | Систрон
Post Reply