duonghien201089 / timthumb

Automatically exported from code.google.com/p/timthumb
0 stars 0 forks source link

Need different method to use timthumb #230

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
When using timthumb as

/timthumb.php?src=logo/1544.jpg&h=65&w=98&zc=1

Google is showing a low priority warning "Remove query strings from static 
resources" for the images resized using timthumb in page speed.

Can we work out some way round, to bypass this method.

Original issue reported on code.google.com by impulse...@gmail.com on 11 Aug 2011 at 8:30

GoogleCodeExporter commented 8 years ago
There is no code we can add to TimThumb to change this, however you could use 
htaccess rules to change how TimThumb is used. There are a number of tutorials 
about this online so you should be able to find something with a bit of 
Googling.

Note however that it's a low priority warning. Hiding the query string won't 
make TimThumb faster as it will still be used, so changing this won't actually 
speed anything up, it will just stop Google from giving you this warning.

Original comment by BinaryMoon on 11 Aug 2011 at 2:28