When I make a change to a template or to page content, I refresh the front-end of the site to see the changes. However, the site takes around a 40 secs to a minute refresh and upon refreshing none of the page is loaded up correctly. By the looks of it the CSS is missing. After viewing source on the page the entire <head></head> section is missing and only the page </__body><__body> is loading up.
Once the page is loaded up, I refresh it, and everything is displayed correctly. After this the page constantly refreshes quickly. It's only after I make a change or modify anything in the CMS the problem occurs.
It's not only the front end that struggles, the back end takes it's time loading too, but it loads up everything as it should.
I'm using cmsms 1.11.10
I'm using the same version on another site and it loads up perfectly fine.
[SOLVED] Site takes it's time loading after making changes
[SOLVED] Site takes it's time loading after making changes
Last edited by delve2013 on Thu May 08, 2014 10:09 pm, edited 1 time in total.
Re: Site takes it's time loading after making changes
Maybe some issues making cache files.
http://docs.cmsmadesimple.org/troubleshooting/tips
If possible enable debug mode and look what's taking so long.
Maybe webserver error log has some info.
Maybe you can enable error reporting of php.
A lot of maybes
http://docs.cmsmadesimple.org/troubleshooting/tips
If possible enable debug mode and look what's taking so long.
Maybe webserver error log has some info.
Maybe you can enable error reporting of php.
A lot of maybes
Re: Site takes it's time loading after making changes
(Roughly) how many pages do have in the site (in Content -> Pages)?
Re: Site takes it's time loading after making changes
Large website with sitemap module?
https://www.cmscanbesimple.org/blog/cre ... robots-txt
https://www.cmscanbesimple.org/blog/cre ... robots-txt
- + - + - + - + - + - + -
LATEST TUTORIAL AT CMS CAN BE SIMPLE:
Migrating Company Directory module to LISE
Migrating Company Directory module to LISE
- + - + - + - + - + - + -
Re: Site takes it's time loading after making changes
Missing <head> section sometimes indicates a problem with a smarty tag in that area.
Re: Site takes it's time loading after making changes
Never did find the solution, so I tried a clean install and everything is ok now.