implement connection cache

This commit is contained in:
yggverse 2024-07-22 18:09:53 +03:00
parent 089bf67a5b
commit 03ac7647b7
6 changed files with 215 additions and 58 deletions

View file

@ -160,7 +160,9 @@ class Page
$this->response->hide();
// Update content using multi-protocol driver
$connection = new Connection;
$connection = new Connection(
$this->container->browser->database
);
// Async request
$connection->request(