Title: [Plugin: W3 Total Cache] handle jquery plugins dependencies
Last modified: August 20, 2016

---

# [Plugin: W3 Total Cache] handle jquery plugins dependencies

 *  [tulioatelio](https://wordpress.org/support/users/tulioatelio/)
 * (@tulioatelio)
 * [13 years, 11 months ago](https://wordpress.org/support/topic/plugin-w3-total-cache-handle-jquery-plugins-dependencies/)
 * W3 Total Cache is minifying and combining all scripts without problem, the problem
   is that it’s putting jquery AFTER:
 *     ```
       <script type="text/javascript" src="myscripts.js"></script>
       <script type="text/javascript" src="jquery.js"></script>
       ```
   
 * instead of:
 *     ```
       <script type="text/javascript" src="jquery.js"></script>
       <script type="text/javascript" src="myscrpts.js"></script>
       ```
   
 * that will cause everything to fail
 * [http://wordpress.org/extend/plugins/w3-total-cache/](http://wordpress.org/extend/plugins/w3-total-cache/)

Viewing 2 replies - 1 through 2 (of 2 total)

 *  [Daniel J. Lewis](https://wordpress.org/support/users/djosephdesign/)
 * (@djosephdesign)
 * [13 years, 11 months ago](https://wordpress.org/support/topic/plugin-w3-total-cache-handle-jquery-plugins-dependencies/#post-2879836)
 * Is this with manual or auto minify? If with manual, did you try re-arranging 
   the scripts in the order of dependencies?
 *  Thread Starter [tulioatelio](https://wordpress.org/support/users/tulioatelio/)
 * (@tulioatelio)
 * [13 years, 10 months ago](https://wordpress.org/support/topic/plugin-w3-total-cache-handle-jquery-plugins-dependencies/#post-2879913)
 * Recently an error occurred while creating the CSS / JS minify cache: Unable to
   cache remote file: “[https://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js&#8221](https://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js&#8221);

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘[Plugin: W3 Total Cache] handle jquery plugins dependencies’ is closed
to new replies.

 * ![](https://ps.w.org/w3-total-cache/assets/icon-256x256.png?rev=1041806)
 * [W3 Total Cache](https://wordpress.org/plugins/w3-total-cache/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/w3-total-cache/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/w3-total-cache/)
 * [Active Topics](https://wordpress.org/support/plugin/w3-total-cache/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/w3-total-cache/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/w3-total-cache/reviews/)

## Tags

 * [fail](https://wordpress.org/support/topic-tag/fail/)
 * [jquery](https://wordpress.org/support/topic-tag/jquery/)

 * 2 replies
 * 2 participants
 * Last reply from: [tulioatelio](https://wordpress.org/support/users/tulioatelio/)
 * Last activity: [13 years, 10 months ago](https://wordpress.org/support/topic/plugin-w3-total-cache-handle-jquery-plugins-dependencies/#post-2879913)
 * Status: not resolved