kelindar / folio

JSON document-based CMS, written with Go, SQLite & HTMX
MIT License
9 stars 1 forks source link

Add pprof to the server #3

Closed kelindar closed 2 weeks ago

kelindar commented 2 weeks ago

This pull request includes several changes to improve the rendering of HTML elements and add profiling capabilities to the server. The most important changes include modifying the image class in the HTML template and Go code, and adding pprof handlers for profiling.

Improvements to HTML rendering:

Enhancements to server profiling: