• Trying to speed up the site and Dont know how to make fewer http request. How do you combine javascripts and css into one?

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi there,

    There are several techniques you can use to combine JavaScripts and CSS though one must have at least basic web authoring skills. Alternatively you can use a caching plugin.

    Apart from many other features, a caching plugin would typically save your pages (in cache) in HTML format so when a user requests such a page, there are much less requests and less load on the server. A good and popular cache plugin is W3 Total Cache.

    Thread Starter charlietech

    (@charlietech)

    Thank you, I am using w3 total cache but how would I combine javascript?

    To combine JavaScripts you would need a developer who understands them and is able to combine them for you. One must have JavaScript experience.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘How to make fewer http request’ is closed to new replies.