Skip to content

Commit 3999bff

Browse files
committed
server timing header in changelog
1 parent 44afd16 commit 3999bff

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
- Display source line info in errors even when the database does not return a precise error position. In this case, the entire problematic SQL statement is referenced.
66
- The shell with a vertical sidebar can now have "active" elements, just like the horizontal header bar.
77
- New `edit_url`, `delete_url`, and `custom_actions` properties in the [table](https://sql-page.com/component.sql?component=table) component to easily add nice icon buttons to a table.
8+
- SQLPage now sets the [`Server-Timing` header](https://developer.mozilla.org/en-US/docs/Web/HTTP/Reference/Headers/Server-Timing) in development. So when you have a page that loads slowly, you can open your browser's network inspector, click on the slow request, then open the timing tab to understand where it's spending its time.
89

910
## v0.38.0
1011
- Added support for the Open Database Connectivity (ODBC) standard.

0 commit comments

Comments
 (0)