Test results - help needed!
|
03-19-2015, 12:16 AM
Post: #1
|
|||
|
|||
Test results - help needed!
Hi I'm relatively new to web development and need help with my test results.
http://www.webpagetest.org/performance_o...1&cached=0 Please could you advise where to start? |
|||
03-23-2015, 04:38 PM
Post: #2
|
|||
|
|||
RE: Test results - help needed!
Look at your content breakdown: http://www.webpagetest.org/breakdown.php...1&cached=0
MIME Type Requests image 122 js 32 css 15 html 6 other 6 font 2 flash 0 122 images! On one page! Do you really need that many images immediately on page load? Maybe load a couple of images at first and load the rest as needed? Those 122 images add up to 4.6 MB! 32 JavaScript files! You don't need one JS file for each jQuery plugin; you can consolidate these into a single file. Or better yet, remove the ones you don't need. 15 CSS files! See above. Start with that. |
|||
« Next Oldest | Next Newest »
|
User(s) browsing this thread: 1 Guest(s)