Please help, what is wrong with my page?
|
05-21-2015, 04:21 AM
Post: #3
|
|||
|
|||
![]()
Hey,
![]() ![]() I had a look at the details, and it seems your main problem is the image (http://www.doggie-diva.com/assets/images...120542.jpg) and favicon(http://www.doggie-diva.com/favicon.ico) I usually go through these optimization points with my site: 1. Do I need all this, or can I remove some of it? 2. Can I set up scripts etc. to be in the actual html (i.e. typing the script in <script> tags on the page instead of using <script src="//example.com/example.js"></script>)? Then for images and videos: 3a. Can I use an optimization service to make images/videos take less time to load (I use imageoptimizer.net for images and clipchamp.com for videos. If you can, try cropping images and using services like picresize.com to make them smaller)? ...and for scripts and css: 3b. Can I minify them (get in touch if you need help)? ...and for HTML: 3c. Are them some unnecessary tags? ...and for all programming languages: 3d. Am I using deprecated functions/commands (they're likely to be deprecated because they've been replaced with faster stuff)? Also I noticed the favicon takes 9s because it could not find it! Make sure you have a favicon in the public_html root otherwise you're in for a slow load. Summary (TLDR): Your main problem is images and inexistent files, namely the favicon. For images, ask yourself the question: Can I use an optimization service e.g. imageoptimizer.net to make images take less time to load? For the favicon, make sure that you actually have one to stop slow load times. Hope I helped, ICTman1076 ![]() P.S. You may want an analytics service (I recommend Mixpanel) to see where your users are disappearing. |
|||
« Next Oldest | Next Newest »
|
Messages In This Thread |
Please help, what is wrong with my page? - rcheltrvel - 05-16-2015, 09:56 AM
RE: Please help, what is wrong with my page? - cocosol - 05-19-2015, 07:32 AM
RE: Please help, what is wrong with my page? - ICTman1076 - 05-21-2015 04:21 AM
RE: Please help, what is wrong with my page? - WebsiteSpeedExperts - 05-24-2015, 07:40 AM
RE: Please help, what is wrong with my page? - dfavor - 09-02-2015, 11:27 PM
RE: Please help, what is wrong with my page? - pmeenan - 09-03-2015, 10:13 PM
RE: Please help, what is wrong with my page? - GreenGecko - 09-09-2015, 08:43 AM
|
User(s) browsing this thread: 1 Guest(s)