Minimize HTTP Request Help?
|
03-30-2012, 12:39 PM
Post: #1
|
|||
|
|||
![]()
Hi all,
I'm new here. I used yslow to analyzed my site and I got grade F for the http request as following. This page has 18 external Javascript scripts. Try combining them into one. This page has 6 external stylesheets. Try combining them into one. This page has 7 external background images. Try combining them with CSS sprites. I'm using wordpress, is there a way I can fix those problem without changing the theme? Thanks for all the help, Santacruz |
|||
03-31-2012, 01:41 AM
Post: #2
|
|||
|
|||
RE: Minimize HTTP Request Help?
If you are willing to experiment with it some, you can use the W3 Total Cache plugin to help you combine the javascript and css without changing the template. The sprite will likely require changes to the template.
|
|||
03-31-2012, 04:44 AM
Post: #3
|
|||
|
|||
RE: Minimize HTTP Request Help?
Create a new CSS file, and copy/past all the content into the new file.
Repeat for JS Pass file through minify software and link that file in wordpress. |
|||
04-03-2012, 12:52 AM
Post: #4
|
|||
|
|||
RE: Minimize HTTP Request Help?
I will try the the W3 plug-in. Thanks for the answer!
|
|||
« Next Oldest | Next Newest »
|
User(s) browsing this thread: 2 Guest(s)