Page 1 of 1

Odd Admin area slowdown with 1.5.1 (solved)

Posted: Fri Dec 05, 2008 6:42 pm
by moorezilla
This was all a function of "Check for new CMS versions using this URL:" in the global settings. Once I put "none" in the url field, the delay went away altogether, so I guess this delay was all a function of cmsms not being able to call home and then completing the page build once its attempt to call home timed out.


Ok... this is odd. I upgraded 1.4.1 to 1.5 and then to 1.5.1 yesterday, and all was working fine including the admin area. But today, though the site is working fine from the public side, the admin area is running terribly slow and even timing out on occasion. I don't think it's a mysql or a php issue in general, because there's nothing of note in the apache error log and I have several other php/mysql scripts running on the server that are not experiencing the same slowdown. Also... if I switch back to the 1.4.1 version of cmsms, the admin area works fine.

Apache error log pertaining to cmsms:
[Fri Dec 05 12:15:18 2008] [error]  PHP Notice:  Undefined offset:  29 in /plugins/modifier.summarize.php on line 22,
[Fri Dec 05 12:28:15 2008] [error]  PHP Warning:  Parameter 9returnid is not known... dropped in /lib/misc.functions.php on line 1347,
[Fri Dec 05 12:28:15 2008] [error]  PHP Warning:  Parameter 9searchinput is not known... dropped in /lib/misc.functions.php on line 1347,
Install info:
Cms Version: 1.5.1

Installed Modules:

    * CMSMailer: 1.73.14
    * MenuManager: 1.5.3
    * News: 2.9.1
    * Search: 1.5.2
    * FrontEndUsers: 1.5.3
    * FormBuilder: 0.5.5
    * SelfRegistration: 1.2.1
    * CustomContent: 1.5
    * Printing: 0.2.6
    * Captcha: 0.3.2
    * FileManager: 0.4.3
    * Printing: 0.2.6
    * FormBrowser: 0.2.3
    * CGExtensions: 1.10.1
    * CGFeedMaker: 1.0.1


Config Information:

    * php_memory_limit:
    * process_whole_template: false
    * max_upload_size: 200000000
    * default_upload_permission: 664
    * assume_mod_rewrite: true
    * page_extension: .htm
    * internal_pretty_urls: false
    * use_hierarchy: true


Php Information:

    * phpversion: 5.2.6-2ubuntu4
    * md5_function: On (True)
    * gd_version: 2
    * tempnam_function: On (True)
    * magic_quotes_runtime: Off (False)
    * memory_limit: 128M
    * max_execution_time: 90
    * safe_mode: Off (False)
    * session_save_path: /var/lib/php5 (1733)


Server Information:

    * Server Api: apache2handler
    * Server Db Type: MySQL (mysql)
    * Server Db Version: 5.0.67
Platform: Mac
Browsers: Firefox 3.x, Safari 3.1.2

Other steps taken: clear cookies, restart client machine, restart apache, restart entire server, clear cmsms cache, remove tagcloud plugin that was firing errors, removed module manager, tinymce, nuSoap, and thememanager modules.

Again... I'm really at a loss for an explanation, because the admin area was working fine, but now it's really slow. To my knowledge, I haven't changed anything of note, certainly nothing that I can imagine having an effect on the admin area performance.

Anyone else running into a really slow admin area since upgrading to 1.5.1? I'm really at a loss to explain it, especially since the site (other than the admin area) is running very fast and without incident. Any ideas? Anything about the new security settings in the admin area that might cause a significant slowdown over time?

Thanks,
am

Addition: 

Admin area prints in page source:     
Regular cmsms prints in page source:

Re: Odd Admin area slowdown with 1.5.1 (solved)

Posted: Tue Feb 03, 2009 8:58 am
by darkcandy
I have the same problem... what was the solution ?
Thanks :)

Re: Odd Admin area slowdown with 1.5.1 (solved)

Posted: Fri Apr 24, 2009 9:20 am
by yogurt
the proble is solved adding a record to the table:
cms_siteprefs

sitepref_name:
urlcheckversion
sitepref_value:
none
by :D