You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be great if Craft CMS supports ProxySQL to increase performance.
ProxySQL is a high-performance SQL proxy that sits between applications and databases (MySQL, MariaDB, PostgreSQL), providing features like connection pooling, load balancing, query routing, and high availability without changing application code. More information is available at www.proxysql.com.
In our tests, ProxySQL seems to work fine for frontend requests, but at /admin we get internal server errors:
/admin/actions/entries/create: Duplicate entry '1234' for key 'PRIMARY' at entries_meta
/admin/entries/pages/1234: There is already an active transaction
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
It would be great if Craft CMS supports ProxySQL to increase performance.
ProxySQL is a high-performance SQL proxy that sits between applications and databases (MySQL, MariaDB, PostgreSQL), providing features like connection pooling, load balancing, query routing, and high availability without changing application code. More information is available at www.proxysql.com.
In our tests, ProxySQL seems to work fine for frontend requests, but at /admin we get internal server errors:
ProxySQL-Configuration (query-part)
Errors in CMS-backend
All reactions