very long cmsimple load time

Please post answers on the most frequently asked questions about CMSimple
Post Reply
kurtm
Posts: 50
Joined: Tue Sep 03, 2013 12:29 am
Location: New Zealand

very long cmsimple load time

Post by kurtm » Wed Mar 04, 2020 1:30 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. 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

Whoopsadaisy
Posts: 9
Joined: Wed Feb 26, 2020 4:49 pm

Re: very long cmsimple load time

Post by Whoopsadaisy » Wed Mar 04, 2020 11:31 am

Anything suspicious in the webserver logs?

lck
Posts: 2955
Joined: Wed Mar 23, 2011 11:43 am
Contact:

Re: very long cmsimple load time

Post by lck » Wed Mar 04, 2020 12:06 pm

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.
„Bevor du den Pfeil der Wahrheit abschießt, tauche die Spitze in Honig!“   👉 Ludwig's XH-Templates for MultiPage & OnePage

cmss
Posts: 244
Joined: Mon Jan 02, 2017 6:15 pm

Re: very long cmsimple load time

Post by cmss » Wed Mar 04, 2020 2:06 pm

* 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.

olape
Posts: 2713
Joined: Fri Mar 13, 2015 8:47 am
Contact:

Re: very long cmsimple load time

Post by olape » Wed Mar 04, 2020 2:16 pm

hi_updatecheck - times disable auto! —> check loading!
Gruß Olaf, Plugins for CMSimple_XH

Ich habe schon lange den Verdacht, dass so viele so eifrig auf Gender, Trans und Queer machen:
Weil sie für das Fachliche ganz einfach zu doof sind.

kurtm
Posts: 50
Joined: Tue Sep 03, 2013 12:29 am
Location: New Zealand

Re: very long cmsimple load time

Post by kurtm » Thu Mar 05, 2020 11:40 am

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

Post Reply