All Cache related Questions

by sandip | 27/01/17 | 3 Answers | Tags : how-it-work , how-to-use , cache , Laravel Views : 1390
how to use cache in Laravel ? is use of Laravel cache help make web page faster ? what is the cache module i can use with Laravel ? is there extra installation required to use cache in Laravel ?

Read more

by sandee | 23/01/17 | 3 Answers | Tags : Debug , css , JS , cache , uncached Views : 1441
How to force Browser to load fresh copy of CSS/JS files ? i am debugging with web application which have use cache module , when i do some change in CSS or JS , It Always load cached version of it so i always need to go back end each time and remove cache and try again to load my change. so it is very time consuming to debug with cached application so is there any hack i can do which help me to debug with cached application so it load my changes on CSS and JS ? How can I force Browser to refresh JavaScript/ CSS files?

Read more