Site slow to load in Firefox/Ie, ok in Chrome/Opera

The place to talk about things that are related to CMS Made simple, but don't fit anywhere else.
Post Reply
Neow
Forum Members
Forum Members
Posts: 33
Joined: Wed Nov 19, 2008 1:39 pm

Site slow to load in Firefox/Ie, ok in Chrome/Opera

Post by Neow »

Hello,

I create a new topic for my question, maybe you've already seen it in my topic about hacked site...
So I've to replaced some files because the site was hacked. Now, the site can't load in Firefox and IE, but it's okay in Chrome/Opera.
I found that the problem comes from this line in the index.php :

Code: Select all

$html = $smarty->fetch('template:'.$contentobj->TemplateId());
So I searched in the content itself. Tried to change the template, nothing changes. Tried to delete access to some modules : the site may load sometimes, but it doesn't seem to be linked with a specific module. Sometimes it loads, sometimes not. If I have all modules, it never loads.

It makes me crazy, I do not understand why it works in Chrome and not in Firefox !

The site is : http://www.ce-clemessy-strasbourg.com/

Can you help me ?
User avatar
Dr.CSS
Moderator
Moderator
Posts: 12709
Joined: Thu Mar 09, 2006 5:32 am
Location: Arizona

Re: Site slow to load in Firefox/Ie, ok in Chrome/Opera

Post by Dr.CSS »

Do you have some kind of redirect set in the server, I see it doesn't like to load in Firefox but does in Chrome, but I found this in the <head> and all the links have /cms/ in them...

<base href="http://www.ce-clemessy-strasbourg.com/cms/" />
Neow
Forum Members
Forum Members
Posts: 33
Joined: Wed Nov 19, 2008 1:39 pm

Re: Site slow to load in Firefox/Ie, ok in Chrome/Opera

Post by Neow »

Yes, because I installed the CMS in a cms folder. So when you go on www.ce-clemessy-strasbourg.com, you need to be redirect to www.ce-clemessy-strasbourg.com/cms. Do you think it's important ?
User avatar
Dr.CSS
Moderator
Moderator
Posts: 12709
Joined: Thu Mar 09, 2006 5:32 am
Location: Arizona

Re: Site slow to load in Firefox/Ie, ok in Chrome/Opera

Post by Dr.CSS »

Yes, I think you should move it out of the subfolder, at least copy it to the root so you can do testing on the subfolder site, then you can remove the redirect, which might speed it up...
Neow
Forum Members
Forum Members
Posts: 33
Joined: Wed Nov 19, 2008 1:39 pm

Re: Site slow to load in Firefox/Ie, ok in Chrome/Opera

Post by Neow »

Sorry for being so late, I didn't have much time...

However, I tried to delete rewriting rules and all. It doesn't change anything.
User avatar
Rolf
Dev Team Member
Dev Team Member
Posts: 7825
Joined: Wed Apr 23, 2008 7:53 am
Location: The Netherlands
Contact:

Re: Site slow to load in Firefox/Ie, ok in Chrome/Opera

Post by Rolf »

"Site en cours de maintenance..."
- + - + - + - + - + - + -
LATEST TUTORIAL AT CMS CAN BE SIMPLE:
Migrating Company Directory module to LISE
- + - + - + - + - + - + -
Image
Neow
Forum Members
Forum Members
Posts: 33
Joined: Wed Nov 19, 2008 1:39 pm

Re: Site slow to load in Firefox/Ie, ok in Chrome/Opera

Post by Neow »

Oops ! Would better if I deactivate it. Now you can see that it doesn't load.
User avatar
Rolf
Dev Team Member
Dev Team Member
Posts: 7825
Joined: Wed Apr 23, 2008 7:53 am
Location: The Netherlands
Contact:

Re: Site slow to load in Firefox/Ie, ok in Chrome/Opera

Post by Rolf »

Neow wrote:Yes, because I installed the CMS in a cms folder. So when you go on http://www.ce-clemessy-strasbourg.com, you need to be redirect to http://www.ce-clemessy-strasbourg.com/cms. Do you think it's important ?
What files do you use in the serverroot?
Just a redirect to /cms?
It looks like DrCss has got a point and this is the problem. FF is going in a loop trying to open the site.
Read also http://forum.cmsmadesimple.org/viewtopi ... 97#p274997

grtz. Rolf
- + - + - + - + - + - + -
LATEST TUTORIAL AT CMS CAN BE SIMPLE:
Migrating Company Directory module to LISE
- + - + - + - + - + - + -
Image
Neow
Forum Members
Forum Members
Posts: 33
Joined: Wed Nov 19, 2008 1:39 pm

Re: Site slow to load in Firefox/Ie, ok in Chrome/Opera

Post by Neow »

I tried it as you said, just needed to change the .htaccess in the root cms folder (the default /doc htaccess file has a "deny from all" line). The serverroot files are now those you gave in the other topic (htacces and index.html). Same issue. Still working with Chrome, still not working in IE/FF.
User avatar
Rolf
Dev Team Member
Dev Team Member
Posts: 7825
Joined: Wed Apr 23, 2008 7:53 am
Location: The Netherlands
Contact:

Re: Site slow to load in Firefox/Ie, ok in Chrome/Opera

Post by Rolf »

Neow wrote:I tried it as you said, just needed to change the .htaccess in the root cms folder (the default /doc htaccess file has a "deny from all" line).
You should use the doc/htaccess.txt file in the root of the cms website. Renamed it there to .htaccess

Rolf
- + - + - + - + - + - + -
LATEST TUTORIAL AT CMS CAN BE SIMPLE:
Migrating Company Directory module to LISE
- + - + - + - + - + - + -
Image
Neow
Forum Members
Forum Members
Posts: 33
Joined: Wed Nov 19, 2008 1:39 pm

Re: Site slow to load in Firefox/Ie, ok in Chrome/Opera

Post by Neow »

Done. Nothing has changed :(
HarmO
Power Poster
Power Poster
Posts: 251
Joined: Thu Jan 26, 2012 3:22 pm
Location: Belgium

Re: Site slow to load in Firefox/Ie, ok in Chrome/Opera

Post by HarmO »

I see the page doesn't load, but a cookie has been created...
and you have been hacked?

Why don't you export your data en re-install? You could install it in an other folder (/cmsms for example) and if it works, just change the redirect.

Hope it helps.

PS: intodns.com tells me yous website is hosted at OVH! OVH is not really a good hosting platform. From experience i can tell you that OVH Database servers are slow and the price is high. I advise you to consider using an other hosting service in the future, it will save you a lot of trouble!
Kind regards,
HarmO
Post Reply

Return to “The Lounge”