What's most important to you? Implementation of the application or the speed of development?
While the micro framework is naturally lighter, it will not have all the features of a full stack framework, which already includes everything in a tightly integrated way.
You can create all of these integrations in a micro framework, but do you want to keep that type of code in your application? The libraries that your application uses may be updated and you will need to change this code.
It all depends on the purpose of your project. Many people recommend micro frameworks because they are in evidence. And it really makes sense to use the micro framework if you have a micro-services architecture where all the features of a full stack become expendable.
However, what is the advantage of starting with a micro framework and implementing 90% of a full-stack framework and > all this integration?
In conclusion, micro frameworks perform better because they have fewer features. But with every feature or integration you need, more overload will be added, even a full stack if we do not do it the best. With a full stack, you're going to load things you do not need, but everything you need to use is already integrated and just use.