Go Back   Site Owners Forums - Webmaster Forums > General Arena > Review My Website

Notices


Reply
 
Thread Tools Rate Thread Display Modes
Old 03-29-2015, 08:59 AM   #1
FutureThinkers
Registered User
 
Join Date: Mar 2015
Location: Earth
Posts: 10
Review my site: speed up site loading?

Hey guys,

I've got a wordpress site and already did a bunch of stuff to it to speed it up, but it's still media heavy so I'm not sure what else I can do.

The site

Here is what I did:
-Saved images for web and in lower res
-Installed site-speed optim. plugin
-Turned off pre-loader

Here is what I still need to figure out:
-My theme seems to load full images from podcast episodes on the front page instead of thumbnails, and there is not theme setting that I know of to change this (I'm using Mercurial theme)

Anything else I can do? Right now the loading time is 3 seconds (down from a whopping 9 seconds), I'd like to improve that.

P.S. I don't know css/php, but have been using Wordpress for years.
__________________
Future Thinkers:
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.

Last edited by FutureThinkers; 05-20-2015 at 05:29 AM..
FutureThinkers is offline   Reply With Quote

Old 03-31-2015, 05:21 AM   #2
ron1
Registered User
 
Join Date: Mar 2015
Posts: 251
There is no need to decrease the resolution of the images, you need to optimize your images, all the images has to be png, remove all the inline css to one external css file, you will definitely get the result.
__________________

To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
and
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
|
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
|
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
|
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
|
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.


To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
ron1 is offline   Reply With Quote
Old 04-01-2015, 11:40 PM   #3
vishnuaimit
Registered User
 
Join Date: Feb 2015
Posts: 33
try ewww image optimizer plugin it will compress your image and enable the lazy load option to for better loading

next use w3 rocket or w3total cache to minify your css and java script. it will increase your load time
__________________

To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
|
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
|
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
vishnuaimit is offline   Reply With Quote
Old 04-02-2015, 09:15 AM   #4
davidgaffer
Registered User
 
Join Date: Oct 2012
Location: California
Posts: 24
Well you're site loading time is 5.77 seconds. Confirmed via Gtmetrix,
You can fix the issue by using gtmetrix.
Hope this will helps.
__________________
Diamond band saws made in Germany by
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
davidgaffer is offline   Reply With Quote
Old 05-02-2015, 06:59 AM   #5
FutureThinkers
Registered User
 
Join Date: Mar 2015
Location: Earth
Posts: 10
Thumbs up

Quote:
Originally Posted by ron1 View Post
There is no need to decrease the resolution of the images, you need to optimize your images, all the images has to be png, remove all the inline css to one external css file, you will definitely get the result.
Thank you, I will try that!
__________________
Future Thinkers:
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
FutureThinkers is offline   Reply With Quote
Old 05-02-2015, 07:10 AM   #6
FutureThinkers
Registered User
 
Join Date: Mar 2015
Location: Earth
Posts: 10
Quote:
Originally Posted by vishnuaimit View Post
try ewww image optimizer plugin it will compress your image and enable the lazy load option to for better loading

next use w3 rocket or w3total cache to minify your css and java script. it will increase your load time
Thank you, I'll try that too - I think my css and java are part of the problem
__________________
Future Thinkers:
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
FutureThinkers is offline   Reply With Quote
Old 05-02-2015, 07:12 AM   #7
FutureThinkers
Registered User
 
Join Date: Mar 2015
Location: Earth
Posts: 10
I will check out GTMetrix also.
__________________
Future Thinkers:
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
FutureThinkers is offline   Reply With Quote
Old 05-02-2015, 07:18 PM   #8
Bemmax50
Registered User
 
Join Date: May 2014
Location: Currently working on various web projects in Brazil
Posts: 70
YOUR biggest problems as shown by Google PageSpeed Insights (32/100 on mobile) and (29/100 on desktop) are: Images (Compressing and resizing is needed), server response, etc. Run your page in there and follow the suggestions given to improve the page speed.

Hints: The server response should be under 0.20, your is 0.98 which extremely high. You might need to change servers or move a faster hosting company. Shared servers are usually the problem.

The images are too big for mobile because you are feeding the SAME images on Desktop and mobile. Look at it this way, say your image is 1200 px 720px and about 150 KB and is good on desktop; in your design the same image is used in mobile which is only 320px wide. The image needed on mobile might only be 5 KB in size instead of 150 KB. There is a way to feed the desktop a different image and the mobile another small and lighter image. The images are normally broken into large medium and small and a small script of javascript will call the right image depending on screen size without loading the big image for a mobile phone.
Google "source srcset" which is a "picture attribute" and you should get the info and the code. Just note the "Compressing and resizing" in PageSpeed will NOT go away if that image is not resized. Bring "Losslessly compressing" to under 10% if possible.
__________________

To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
|
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
|
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
|
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
|
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
|
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
|
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
|
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
|
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
|
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
Bemmax50 is offline   Reply With Quote
Old 05-20-2015, 05:15 AM   #9
FutureThinkers
Registered User
 
Join Date: Mar 2015
Location: Earth
Posts: 10
Quote:
Originally Posted by Bemmax50 View Post
YOUR biggest problems as shown by Google PageSpeed Insights (32/100 on mobile) and (29/100 on desktop) are: Images (Compressing and resizing is needed), server response, etc. Run your page in there and follow the suggestions given to improve the page speed.

Hints: The server response should be under 0.20, your is 0.98 which extremely high. You might need to change servers or move a faster hosting company. Shared servers are usually the problem.

The images are too big for mobile because you are feeding the SAME images on Desktop and mobile. Look at it this way, say your image is 1200 px 720px and about 150 KB and is good on desktop; in your design the same image is used in mobile which is only 320px wide. The image needed on mobile might only be 5 KB in size instead of 150 KB. There is a way to feed the desktop a different image and the mobile another small and lighter image. The images are normally broken into large medium and small and a small script of javascript will call the right image depending on screen size without loading the big image for a mobile phone.
Google "source srcset" which is a "picture attribute" and you should get the info and the code. Just note the "Compressing and resizing" in PageSpeed will NOT go away if that image is not resized. Bring "Losslessly compressing" to under 10% if possible.
Thanks for this feedback - that's the problem I'm facing. I think the Wordpress theme I'm using doesn't have the small-medium-large versions of the image, so when the first page loads, instead of calling small thumbnails for each episode, it calls the full-size image. Is there a plugin for that?
__________________
Future Thinkers:
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
FutureThinkers is offline   Reply With Quote
Old 05-20-2015, 05:28 AM   #10
FutureThinkers
Registered User
 
Join Date: Mar 2015
Location: Earth
Posts: 10
Or do I have to look for the code and put it in manually?
__________________
Future Thinkers:
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
FutureThinkers is offline   Reply With Quote
Old 05-20-2015, 05:34 AM   #11
FutureThinkers
Registered User
 
Join Date: Mar 2015
Location: Earth
Posts: 10
I think I might have to switch to a different theme. As much as this one looks cool, there are so many problems with it. Scroll-jacking is another problem.
__________________
Future Thinkers:
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
FutureThinkers is offline   Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
plz review my site priya@123 Review My Website 74 10-17-2017 03:22 PM
Review my live tv streaming site king789 Review My Website 6 08-16-2017 01:34 AM
Amazon Review Site Built For You ReviewSite Post your ad here 1 06-21-2017 04:53 AM
Review My Site thefilmyguide Review My Website 12 04-09-2014 09:11 PM
Review My Site johnwhite Review My Website 22 02-05-2014 07:02 PM


All times are GMT -7. The time now is 04:18 AM.


Powered by vBulletin Copyright © 2020 vBulletin Solutions, Inc.