dstults / teachersFirst

A student-teacher class tracking MVC web app made in Java/Maven/Freemarker/MariaDB
0 stars 0 forks source link

Find way to make dynamic.css only update when it needs to #173

Open dstults opened 3 years ago

dstults commented 3 years ago

It's currently piggyback-connecting to the database every query for data that should frankly be cached

My first thoughts are simply changing the requested .css file depending on who you are instead of regenerating the dynamic.css