Very slow (2230ms) latency with D1 with 1 column, 1 row

For Workes & Pages, what is the name of the domain?

What is the issue or error you’re encountering

Very slow latency with D1

What steps have you taken to resolve the issue?

Current tables are very slow. So created a new table to confirm and issue still exists there. I have created a new database but still the same issue.

What are the steps to reproduce the issue?

Create new database
Created a new table with 1 int column (db is on beta)
Add 1 row
Used the console to query

Select * from Test
test
1
Response time 2230ms, query time 0.31ms

Select test from Test
test
1
Response time 2056ms, query time 0.45ms

Screenshot of the slow query

Screenshot of the data

I have just created a new db in Western Europe (im in UK), with no data in:

select * from Test
This query returned no data.
Response time 1816ms, query time 0.35ms