thedevdojo/voyager

"select * from `data_types`" query in every request.

Open

#3396 aperta il 12 lug 2018

Vedi su GitHub
 (14 commenti) (0 reazioni) (0 assegnatari)PHP (2652 fork)batch import
help wanted

Metriche repository

Star
 (11.817 star)
Metriche merge PR
 (Nessuna PR mergiata in 30 g)

Descrizione

I have a site with high traffic. I used voyager to manage contents. but I noticed that its running a single query more than millions of times. the query is select * from data_types

I only want to load voyager when the url only have /admin, otherwise not.

I've tried by removing TCG\Voyager\VoyagerServiceProvider::class from service provider but without that the voyager is still running.

Please suggest how can I solve the issue.

Guida contributor