User | Post |
2:29 pm August 25, 2011
| OneCentAtatime
| | Florida, USA | |
| Member
| posts 1778 |
|
|
|
this thread is perfect example of "selflessly helping others"! Jon do let us know the outcome of your talk
|
|
|
6:22 pm August 25, 2011
| Jon | Free Money Wisdom
| | |
| Member | posts 332 |
|
|
|
OneCentAtatime said:
this thread is perfect example of "selflessly helping others"! Jon do let us know the outcome of your talk
Will do! Yes, great example of what makes Yakezie GREAT.
|
|
|
6:26 am August 26, 2011
| Frugal Confessions
| | Houston, TX | |
| Member
| posts 1622 |
|
|
|
Great idea Denise (the high and low resolution logos). Thanks for sharing!
|
|
|
7:50 am August 26, 2011
| Jon | Free Money Wisdom
| | |
| Member | posts 332 |
|
|
|
Well, MaxCDN has been extremely helpful and they have pointed out some issues:
My /wp-content/ folder wasn't being cached
Browser cache wasn't enabled
They recommended I use gzip compression (Does anyone know how to set this up?)
I'll try some of these changes out and see what happens. It looks like I'm going to have to get down dirty with the code :/
Does anyone know of a coder or programmer who can help me out with fixing my issues? I'm willing to pay too.
|
|
|
10:01 am August 26, 2011
| Khaleef @ KNS Financial
| | Fat Guy, Skinny Wallet | |
| Member
| posts 3149 |
|
|
|
Jon | Free Money Wisdom said:
Well, MaxCDN has been extremely helpful and they have pointed out some issues:
My /wp-content/ folder wasn't being cached
Browser cache wasn't enabled
They recommended I use gzip compression (Does anyone know how to set this up?)
I'll try some of these changes out and see what happens. It looks like I'm going to have to get down dirty with the code :/
Does anyone know of a coder or programmer who can help me out with fixing my issues? I'm willing to pay too.
You should contact Jesse from PF Firewall – he's helped a few Yakezie members out of a jam. http://www.pffirewall.com/contact/
|
|
|
12:41 pm August 26, 2011
| Jon | Free Money Wisdom
| | |
| Member | posts 332 |
|
|
|
Thanks for the recommendation, just shot him an email. I'll report back to this thread once my issues are fixed :)
|
|
|
1:36 pm August 26, 2011
| Buy Like Buffett
| | |
| Member
| posts 1682 |
|
|
|
Did they fix it? I just checked the site and it took a really long time to load.
|
|
|
1:51 pm August 26, 2011
| Suba @ Wealth Informatics
| | |
| Moderator
| posts 1876 |
|
|
|
Jon, it is exceptionally slow in my machine now. Takes more than a minute and a half… may be you are doing some work and diabled caching, CDN etc.?
|
|
|
5:07 pm August 26, 2011
| Hunter @financiallyc
| | Virginia Beach | |
| Member | posts 707 |
|
|
|
Jon, I just loaded your site a few times and it seems to be taking about 10 seconds, as you said. The first thing I would do is drop comment luv, and gravatar. This solved a speed problem I had a few months ago. After that, maybe reduce the number of articles on the front page. Just a few ideas to try.
|
|
|
8:37 pm August 26, 2011
| Untemplater
| | |
| Member | posts 400 |
|
|
|
JT_McGee said:
It's not caching or your hosting; it's the size of your site. I downloaded your index page to my desktop and it was >3.6mb, which is a TON of data.
Hi JT. How did you do that? I want to do the same test for my site as it's had bad speed grades too. I tried googling instructions but couldn't find a good link. Thanks!
|
|
|
9:50 pm August 26, 2011
| JT_McGee
| | |
| Member | posts 723 |
|
|
|
Untemplater said:
JT_McGee said:
It's not caching or your hosting; it's the size of your site. I downloaded your index page to my desktop and it was >3.6mb, which is a TON of data.
Hi JT. How did you do that? I want to do the same test for my site as it's had bad speed grades too. I tried googling instructions but couldn't find a good link. Thanks!
Right click on your site to "save page as." Then go to where you saved it, highlight the index html file and the file folder that downloaded with it, and right click. Go all the way down to "properties" and it will show you the size of the files. Your site is 2.75mb, which is pretty big. My site is 300kb, and I thought that was huge until I saw this thread.
|
|
|
8:10 am August 27, 2011
| Jon | Free Money Wisdom
| | |
| Member | posts 332 |
|
|
|
OK everyone, here are my results after making the changes from MaxCDN- http://gtmetrix.com/reports/ww…..m/tXsefeh4
They told me that there is nothing else on my end. Any idea how I can fix these problem areas. I'm still getting D and F grades for page speed :(
|
|
|
1:24 pm August 27, 2011
| The College Investor
| | San Diego, CA | |
| Admin
| posts 1935 |
|
|
|
You are getting an "F" in optimize images, which you can fix with WP-Smush It. Install it, then go to Media on your WP Dashboard and "smush" each image (it is a link on the right side). Going forward, it will Smush all images for you.
Specify image dimensions is also an easy one to fix on your own. Use Firefox Page Speed plugin, and it will tell you which images do not have dimensions specified (i.e. width=400px). It will also tell you what the dimensions are. You just need to find where the image is called in the HTML (i.e. in a post or page), and add the dimensions in.
Finally, there are several great plugins that can combine your css and move your javascript. First, check out WP-Minify, which will combine and compress your javascript and css files. I've also heard of WP JS Test (FYI I haven't tried it yet), but it basically calls on Google's servers to load javascript libraries rather than your own. As a result you distribute across hostnames and Google has fast servers.
Try these out and let us know.
|
|
|
10:05 pm August 28, 2011
| Untemplater
| | |
| Member | posts 400 |
|
|
|
JT_McGee said:
Untemplater said:
JT_McGee said:
It's not caching or your hosting; it's the size of your site. I downloaded your index page to my desktop and it was >3.6mb, which is a TON of data.
Hi JT. How did you do that? I want to do the same test for my site as it's had bad speed grades too. I tried googling instructions but couldn't find a good link. Thanks!
Right click on your site to "save page as." Then go to where you saved it, highlight the index html file and the file folder that downloaded with it, and right click. Go all the way down to "properties" and it will show you the size of the files. Your site is 2.75mb, which is pretty big. My site is 300kb, and I thought that was huge until I saw this thread.
Wow that's quite a big difference in size to yours. Thanks for the instructions JT!
|
|
|
6:47 am August 29, 2011
| Glen Craig
| | |
| Member
| posts 1087 | |
|
|
Not sure if it was mentioned but have any of you seen this PageSpeed site?
http://pagespeed.googlelabs.com/
|
|
|
9:07 am August 31, 2011
| Untemplater
| | |
| Member | posts 400 |
|
|
|
Glen Craig – Free From Broke said:
Not sure if it was mentioned but have any of you seen this PageSpeed site?
http://pagespeed.googlelabs.com/
Hey that's a neat site! I have no idea how to do the things it suggests lol so I have to do some researching next. That's awesome it spits out all those suggestions with the priority ratings. :)
|
|
|