PBCreativeSolutions Posted January 20, 2019 Share Posted January 20, 2019 Ciao ho dovuto effettuare l'override della classe Product.php, regolarmente predisposta nel percorso override\classes. Quello che non capisco è il motivo per cui il caricamento lato front dei prodotti risulta essere estremamente lento rispetto al caricamento senza override e questo anche se faccio in modo che non vengano eseguite le istruzioni introdotte nel __construct della classe. Supponendo anche di lasciare (ma solo per le verifiche) il __construct in questo modo il caricamento risulta estremamente lento. public function __construct($id_product = null, $full = false, $id_lang = null, $id_shop = null, Context $context = null) { parent::__construct($id_product, $id_lang, $id_shop); } Grazie Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now