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
my website wok slowly
-
garvinhicking
- Core Developer
- Posts: 30022
- Joined: Tue Sep 16, 2003 9:45 pm
- Location: Cologne, Germany
- Contact:
Re: my website wok slowly
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
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
# Garvin Hicking (s9y Developer)
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
Hello,
Thanks for your answer.
Here is thelist of all plugin I've installed :
I've you more idea yet ?
Regards,
Bye
Séverine
Thanks for your answer.
Here is thelist of all plugin I've installed :
I've unistall Printerfriendly version but my Wensite is always slow .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 you more idea yet ?
Regards,
Bye
Séverine
-
Don Chambers
- Regular
- Posts: 3659
- Joined: Mon Feb 13, 2006 2:40 am
- Location: Chicago, IL, USA
- Contact:
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
=Don=
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
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
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.
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.