Please upgrade here. These earlier versions are no longer being updated and have security issues.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
How to stop loading resources like...AND...
Deprecatedz
New
Hey, awesome theme!
I want to know how to stop running assets like style.css or custom.css in order to make my page lighter. I would to know too how can I hide the version of my .css and .js files from being displayed on sourcecode.
Examples:<link rel="stylesheet" type="text/css" href="/themes/bootstrap/design/style.css?v=2.5.1" media="all" />
<link rel="stylesheet" type="text/css" href="/themes/bootstrap/design/custom.css?v=2.5.1" media="all" />
many thanks!!
Tagged:
0
Comments
You are going about this wrong way. The version is not going to prevent caching, and would only change when theme is update. Caching is a subject to server rules and the browsers ability to do it.
grep is your friend.
I understand... , and how can I limit the resources of my theme? I actually have two empty .css files loading on my code.
http://vanillaforums.org/addon/consolidate-plugin
grep is your friend.
really Amazing plugin, but how it is improving my loadspeed? Google pagespeed don't recognise the cache made by this plugin or...? stills with the same numbers (66/100) on mobiles after doing a test.