The thread is trying to open a table. This is should be very fast procedure, unless something prevents opening. For example, an ALTER TABLE or a LOCK TABLE statement can prevent opening a table until the statement is finished. It is also worth checking that your table_open_cache value is large enough.
showButton () {
switch (this.$route.name) {
case 'new-article':
return this.isArticleHasMetaOrWhateverItIs();
case 'update-article':
return this.show && this.isArticleHasMetaOrWhateverItIs();
}
}
isArticleHasMetaOrWhateverItIs() {
return this.article.section &&
this.article.title &&
this.article.description;
}
\common\tests\UnitTester
создался и существует? db.documents.find({is_processed: null})
а можно ли на все это "забить"
Ведь чтобы что-то понять и осознать - надо время и усилия
Если все так хорошо и можно построить на этом ЧПУ то тогда зачем нужен .thacces по отношению к роутеру