Post #254 written by Khodok in Bug Fixes Updates
Optimization and stuff
What’s new
- Nothing.
What changed
- Nothing for you.
- For me the code is proper, and actually, it should also execute faster.
Technically what I did was: before I had a lot of stuff done in my templates… which I mean… isn’t deadly… but it’s bad, because templates are slow af to do stuff.
Now most of these same things are in views, which still isn’t the fastest, but actually it is… for these kind of stuff.
It’s still far from being perfect, but it’s wayyyy better.
What’s next
- Continue to do the same.