[1.15] Optimizations and visual fixes
This release is all about optimizations. And one fix to Blackfriday markdown renderer.
- Session management optimizations (no redundant session look-ups)
- Blackfriday renderer now has some basic caching to not re-render markdown on every request (5 minutes cache, 1 minute cleanup)
- vpub-plus now uses all available connections to the PostgreSQL, but you can specify your own limits using the following ENVs:
POSTGRES_MAX_OPEN_CONNECTIONSPOSTGRES_MAX_IDLE_CONNECTIONSPOSTGRES_MAX_LIFETIME(in minutes)
pprofroutes are now available on/debug/pprof/*if you compile vpub-plus with-tags debug- Added
#to the right of the topic date to utilize anchor links - Fixed issue with code blocks inside of Blackfriday renderer
Full Changelog: 1.14...1.15