Page 1 of 1

very long cmsimple load time

Posted: Wed Mar 04, 2020 1:30 am
by kurtm
For some reason, after I enter the CMSimple login password, the time to load the site tools, plugins, etc., takes a very long time, often timing out the browser. The site loads very fast when not entering CMSimple to edit the contents.
I am wondering if any of the plugins link back to another site and wait for a response before completing.
Any suggestions please?
Thanks,
Kurt

Re: very long cmsimple load time

Posted: Wed Mar 04, 2020 11:31 am
by Whoopsadaisy
Anything suspicious in the webserver logs?

Re: very long cmsimple load time

Posted: Wed Mar 04, 2020 12:06 pm
by lck
Whoopsadaisy wrote:
Wed Mar 04, 2020 11:31 am
For some reason, after I enter the CMSimple login password, the time to load the site tools, plugins, etc., takes a very long time, often timing out the browser.
Which CMSimpleXH version?
Does the debug-mode or the browser-console deliver any errors?
Did you include your own or external javascripts? Deactivate this one.
Also disable the update-check in the configuration (autocheck).

If it is not, you could temporarily disable one plugin after the other, using the preceding item, e.g. rename hi_fancybox to .hi_fancybox and find the culprit.

Re: very long cmsimple load time

Posted: Wed Mar 04, 2020 2:06 pm
by cmss
* Can You make entries into plugins\jquery\config config.php (by ftp)

$plugin_cf['jquery']['autoload']="true";
$plugin_cf['jquery']['autoload_libraries']="jQuery";

*Can You add

<IfModule mod_deflate.c>
<filesMatch "\.(js|css|html|php)$">
SetOutputFilter DEFLATE
</filesMatch>
</IfModule>

to Your htaccess.

Re: very long cmsimple load time

Posted: Wed Mar 04, 2020 2:16 pm
by olape
hi_updatecheck - times disable auto! —> check loading!

Re: very long cmsimple load time

Posted: Thu Mar 05, 2020 11:40 am
by kurtm
Many thanks for the feedback.
  • Version of CMSimple_XH is 1.6.1
  • Logfile is clean. Only logins registered
  • I disabled update checker and logged out and in again. This time no delays. I'll try again after PC power down and up so that all internal caches are cleared.
I'll update this forum tomorrow.

Thanks,
Kurt