Page 1 of 1

my website wok slowly

Posted: Sun Mar 16, 2008 11:25 am
by mchinfa
Hello,

First excuse my bad english.
I've installe serendipity I love alla of focntionality but I've a problem of performance . .

My website work very slowly

Is it about th plugin google adsense ? I don't know.

I've search on this forum but I've not find a solution.

Here is the address of my website : http://www.remundia.com

Someone can help me?
Do you want more information ?

Thanks you
Bye Séverine

Re: my website wok slowly

Posted: Mon Mar 17, 2008 11:03 am
by garvinhicking
Hi!

Hm, google adsense shouldn't be related to this. I can see that some performance goes into calling the Stylesheets for the print and categorytemplate CSS files.

Can you tell us which serendipity event plugins you installed? It could also be that your mysql/database-server simply is overloaded... - are you on a s hared or dedicated hoster?

Regards,
Garvin

Posted: Tue Mar 18, 2008 12:18 am
by mchinfa
Hello,
Thanks for your answer.
Here is thelist of all plugin I've installed :
sidebar plugin

HTML Nugget
Quicksearch
Link List
Blog Administration
Choose Language


event plugin

Announce entries
Link List
Autosave entries
HTML META-Tags
Contact Form
Markup: Serendipity
Static Pages
Frequently Asked Questions
Spam Protector
Statistics
Properties/Templates of categories
Browser Compatibility
Multilingual entries
Extended properties for entries
I've unistall Printerfriendly version but my Wensite is always slow .

I've you more idea yet ?

Regards,
Bye
Séverine

Posted: Tue Mar 18, 2008 1:45 am
by Don Chambers
I tried to validate your page to look for problems, but encountered the following error while validating:
Sorry, I am unable to validate this document because on line 17 it contained one or more bytes that I cannot interpret as utf-8 (in other words, the bytes found are not valid values in the specified Character Encoding). Please check both the content of the file and the character encoding indication.

The error was: utf8 "\xA9" does not map to Unicode

Posted: Tue Mar 18, 2008 10:07 am
by mchinfa
Hello Don,

I've don't understand, can you write the link you have used to have this message.

The link for my website is http://www.remundia.com

Thanks for you help
Regards,
Séverine

Posted: Fri Mar 21, 2008 11:39 am
by mchinfa
hello someone can help me ?

Posted: Fri Mar 21, 2008 12:50 pm
by judebert
We generally use the W3C validator to check our webpages for problems.

According to Firebug's Net tab, it takes 3 sec to load your dtree, the slowest thing on the page.

I didn't find page load times all that bad, but I was visiting early in the morning. If the page load time varies a lot depending on time, your database servers are overloaded; your provider needs to upgrade them (or you need to upgrade providers!). There's nothing more frustrating than waiting on an overloaded database server when you can't fix it.

There's also a cache plugin that can reduce database load, at the expense of some dynamic content. I didn't notice anything on your page that would be affected, though.

Finally, I noted that the banner, left sidebar, and tabs all loaded immediately, but the content took a while. I think this is because your template is table-based. It probably has no widths or heights specified, so the browser has to load all the content before it can decide how to display anything.

Specifying dimensions on your table cells might fix the perceived load time. Switching to CSS-based layout would help, too.

But in my opinion, your database servers are probably slow.