mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-01 09:05:27 +00:00
implement connection cache
This commit is contained in:
parent
089bf67a5b
commit
03ac7647b7
6 changed files with 215 additions and 58 deletions
|
|
@ -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(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue