Have you been using Git for some time but never in a team environment? Are you familiar with the basics of Git but unsure how large teams use Git at work? In this post, I’ll talk about the basic Git techniques that you must be familiar with before you join […]
Daily Archives: March 12, 2020
We have over 2M products in our catalog and growing. This has made the Admin Catalog Search completely non-functional (it spins until it times out). How can we update this to also use elasticsearch? OR is there another way to fix this performance issue?
Several other questions/answers here say to use the variable @{baseDir} to get the url for background-image. I added this to my themes less file, however when I compile, it crashes. variable @baseDir is undefined I do not understand how to proceed. I found several other files that have the reference […]
Ran into this error when running setup:di:compile after composer install [RuntimeException] Source class "ZendMvcControllerLazyControllerAbstract" for "ZendMvcControllerLazyControllerAbstractFactory" generation does not exist. Any ideas how to fix or debug this? Thanks!