Page 1 of 1

Slowness is driving me mad.

Posted: Sun Feb 08, 2015 8:42 am
by burlington
New re- design on a new upgrade of CMSMS to 1.11.10. Cache cleared, happens on both Firefox & Chrome. Original design using an older CMSMS version is still on server and works fine.

The initial page load speed is OK but after editing etc the reload using F5 or Cntrl-F5 is so slow as to be almost unuseable. System information is:

Cms Version: 1.11.10

Installed Modules:

CMSMailer: 5.2.2
CMSPrinting: 1.0.5
FileManager: 1.4.4
MenuManager: 1.8.6
MicroTiny: 1.2.6
ModuleManager: 1.5.5
News: 2.14.2
Search: 1.7.11
ThemeManager: 1.1.8
TinyMCE: 2.9.12
Gallery: 1.6.1
FormBuilder: 0.7.3
Captcha: 0.4.6
Showtime: 3.2
CGExtensions: 1.31
JQueryTools: 1.1.1
SiteMapMadeSimple: 1.2.6
MetaMax: 2.1.1


Config Information:

php_memory_limit:
process_whole_template:
max_upload_size: 2000000
url_rewriting: none
page_extension:
query_var: page
image_manipulation_prog: GD
auto_alias_content: true
locale:
default_encoding: utf-8
admin_encoding: utf-8
set_names: true


Php Information:

phpversion: 5.2.17
md5_function: On (True)
gd_version: 2
tempnam_function: On (True)
magic_quotes_runtime: Off (False)
E_STRICT: 0
memory_limit: 64M
max_execution_time: 30
output_buffering: On
safe_mode: On (True)
file_uploads: On (True)
post_max_size: 8M
upload_max_filesize: 2M
session_save_path: /tmp (0)
session_use_cookies: On (True)
xml_function: On (True)
xmlreader_class: On (True)


Server Information:

Server Api: cgi
Server Db Type: MySQL (mysql)
Server Db Version: 5.1.73
Server Db Grants: Found a "GRANT ALL" statement that appears to be suitable
Server Time Diff: No filesystem time difference found

Any ideas would be appreciated. Thanks.

Martin

ps I raised this problem with my ISP and did a traceroute which showed:

Tracing route to http://www.carrecovery.co.uk [69.172.201.208]
over a maximum of 30 hops:

1 1 ms <1 ms <1 ms BThomehub.home [192.168.1.254]
2 23 ms 23 ms 23 ms 217.32.140.73
3 23 ms 23 ms 23 ms 217.32.140.46
4 24 ms 24 ms 24 ms 212.140.235.58
5 24 ms 23 ms 24 ms 31.55.164.71
6 24 ms 24 ms 24 ms 31.55.164.107
7 24 ms 24 ms 23 ms 109.159.248.69
8 29 ms 32 ms 33 ms core2-te-0-10-0-7.ilford.ukcore.bt.net [109.159.
248.18]
9 27 ms 29 ms 29 ms host213-121-193-230.ukcore.bt.net [213.121.193.2
30]
10 28 ms 28 ms 28 ms host213-121-193-230.ukcore.bt.net [213.121.193.2
30]
11 28 ms 28 ms 28 ms t2c4-xe-9-1-0-0.uk-eal.eu.bt.net [166.49.168.53]

12 28 ms 29 ms 29 ms t2c2-ge5-0-0.uk-glo.eu.bt.net [166.49.208.248]
13 29 ms 28 ms 31 ms t2c4-xe-0-0-2-0.uk-lon1.eu.bt.net [166.49.208.69
]
14 30 ms 29 ms 29 ms ix-5-1-2-0.tcore2.LDN-London.as6453.net [195.219
.83.33]
15 * * * Request timed out.
16 * * * Request timed out.
17 * * * Request timed out.
18 * * * Request timed out.
19 * * * Request timed out.
20 * * * Request timed out.
21 * * * Request timed out.
22 * * * Request timed out.

Re: Slowness is driving me mad.

Posted: Sun Feb 08, 2015 9:45 am
by staartmees
your php is way too old, php 5.2 is no longer supported since 2011 (http://php.net/eol.php)!!

minimum requirements for your cms: PHP 5.3.2+ Recommended, After the 1.11 series of CMSMS, PHP 5.3.2 and greater will be required. All CG-modules now requires PHP 5.4 or higher.

Your modules aren't up-to-date

so update your php to at least 5.4, update your modules, update your cms

it seems your domain is for sale.

Re: Slowness is driving me mad.

Posted: Sun Feb 08, 2015 10:17 am
by burlington
Thanks Staartmees

This was very helpful. I must be getting careless in my old age!

As for the domain there was a typo on the Traceroute. Another error I'm afraid. Oh dear! Not my week.

Thanks again

Martin