Thanks
Thanks
this is what i was reading for mobile. I have obviously dealt with them before but sometime i need to be refreshed.
so you can do something as simple as this
#a simple 200 second cache time
header("Cache-Control "max-age=200, public")
or even like this
# One month for most static assets
<filesMatch ".(css|jpg|jpeg|png|gif|js|ico)$">
Header set Cache-Control "max-age=2628000, public"
</filesMatch>
I hope you you can put it on user voice for we vote that up or send you suggestion to the moderator team