How to increase the magento 2 back end speed? , I’m using it and it seems to be very slow, is there any setting that helps to increase the speed?
Daily Archives: November 13, 2021
When i try to login to admin panel, there is no error, just redirection again to login page. I cleared my cookies, tried different browser and checked my cookie domain settings in db – they are set correctly. Redirection happens beside if i provide correct or incorrect login information. Site […]
I’m trying to create custom theme in my magento 2.4.3. I m getting error “” have written like this below. 1 exception(s): Exception #0 (InvalidArgumentException): Required parameter ‘theme_dir’ was not passed composer.json { "name": "swissup/theme-frontend-absolutechild", "description": "N/A", "type": "magento2-theme", "license": [ "OSL-3.0", "AFL-3.0" ], "config": { "sort-packages": true }, "version": […]
We have upgraded magento to 2.4.3-p1 and added new bundle product. On frontend when we access bundle product it show error Call to undefined method MagentoCatalogModelResourceModelProductFlat::getLinkField() <script type="text/x-magento-init"> { "*": { "Magento_Catalog/js/product/view/provider": { "data": Error: Call to undefined method MagentoCatalogModelResourceModelProductFlat::getLinkField() in /chroot/home/3343sfdsadf/domain.com/html/vendor/magento/module-eav/Model/Entity/Collection/AbstractCollection.php:1066 it seems like magento added some new files […]
Magento 2.4.2-p1 Smartwave Porto theme extensions from Amasty We have done a migration using the Magento Migration Tool and now we constantly get Error when updating categories or products such as right now when added new products to a test category (which only had 1 test product in there when […]
I used CrystalDiskInfo to test an HDD whose model name is WDC WD40NDZW-11A8JS1 4000,7 GB. To my surprise, it’s random write speed is whooping 12 mb/s, 24 times as fast as its random read speed. Not bad for an HDD! For reference, another HDD that I tested has double speed […]
I tried to work with an audio file of size 448MB. When I tried to open it using Audacity, I saw that my linux partition was gradually losing free space. When the free space reduce to 0 bytes from 4GB or so, the audacity software crashed. But now even after […]
This error was produced when trying to telnet on GNS3 on Linux Ubuntu Mint 20.04 Usually, the localhost assume machine IP with the port number link this: R1 telnet 192.168.1.10:5001 Currently, it is appearing as R1 telnet localhost:5001. When trying the telnet so appears the message -> Could not start […]
I’m new to VBA and I’m trying to use this VBA I found but I need: To check the value Column J, Sheet10, cell J9 and under. Only check for numeric values. If numeric value is greater than 1, add “Testing” text to Column F, Sheet 10, cell F9 and […]