$20
Very Slow Site
I have a client site which is extremely slow and I cannot work out why, it is hosted at Go Daddy and I have been commisioned to add Wishlist member to it to create a members area.
I have tried deactivating all the plug ins but the site still seems ridiculously slow.
are there other things I could be checking?
A couple of other points too....
when I tried to remove the title tag in on the home.php the title remained on the home pge but disapeared on the blog page which leads me to beilve there may be an issue withe the templates being mixed up.
I also have an issue with the Wishlist member process, you can chose a "page after log in" in the Wishlist settings, so i chose the "members-area" page but it keeps defaulting to the home page - related or not do you think?
Can anyone help?
Cheers
Steve
Steve Watson | 07/13/10 at 6:03am
| Edit
(4) Possible Answers Submitted...
-
Last edited:
07/13/10
6:08amOleg Butuzov says:profile it.
put this code to the footer.php
<!-- <?php echo get_num_queries(); ?> queries. <?php timer_stop(1); ?> seconds. -->
you will know how slow website.
put
define('SAVEQUERIES', true);to the wp-config.php to get sql queries list. ($wpdb object)
also halpfull wbesite about websites optimization
http://webo.name/- 07/13/10 6:12am
Oleg Butuzov says:slow websites can be optimized in diferent ways...
makeing file cache ( you can use WP Super Cache plugin for that), optimizing css and js (http://wpquestions.com/question/show/id/607), making better for SQL my mysql, changing engines types, etc...
optimization is a process that never ends. - 07/13/10 6:14am
Oleg Butuzov says:http://www.webogroup.com/home/site-speedup-wordpress/
- 07/13/10 6:12am
-

Last edited:
07/13/10
8:28amRashad Aliyev says:May I help you? Please contact with me..
- 07/13/10 8:28am
Rashad Aliyev says:Mission completed..
- 07/13/10 8:28am
-

Last edited:
07/13/10
6:10amyrweb says:Hi Steve,
have you any "cache" plugin, or system cache (APC, MMcache) on this blog/host?
-

Last edited:
07/13/10
8:12amLew Ayotte says:I prefer W3 Total Cache plugin over WP Super Cache... I think is much more intuitive.
It may be slow because it's on GoDaddy, I've dealt with clients who wanted to host their sites on GoDaddy and they've been slow out of the box.
Also, if you use Firefox, try the YSlow! firefox add-on. It will give you some ideas as to what can be optimized to help speed things up.
Lew- 07/13/10 8:15am
Lew Ayotte says:Regarding your second questions...
"home.php" is the template paged used for blog posts, which is why it only affected your blog posts.
You'll probably need to remove it from "index.php" and possibly "page.php" as well. Check out this diagram: http://codex.wordpress.org/Template_Hierarchy#Visual_Overview
- 07/13/10 8:15am
This question has expired.
Current status of this question: Completed




