Learn how caching improves app performance and how to implement it in PHP through output buffering, caching functions, and database storage. Continue reading Quick Tip: How to Cache Data in PHP on SitePoint.
Daily Archives: March 8, 2023
Someone please correct me if I am mistaken in my assumption that MFTF standalone can be used to run tests on remote environments, given the correct credentials. Currently, I have a working Magento 2.4.5-p1 installation with a working MFTF set up. I may have missed it in the docs, but […]
I want to use for my online shop agoshop.at a recaptcha. I used the following site: https://experienceleague.adobe.com/docs/commerce-admin/systems/security/captcha/security-google-recaptcha.html?lang=en But when I open in the admin panel Stores > Settings > Configuration. I cannot choose Google reCAPTCHA in the Admin Panel in Security. There I can see only 2FA. Hope someone can […]
Hi I am trying to upload MP4 or GIFS in wysiwyg. But when I try to upload it I am getting the following error: For MP4 “We don’t recognize or support this file extension type.” For GIFS “A technical problem with the server created an error. Try again to continue […]
On my magento I have two different types of orders: regular orders which follow magento standard flow custom order which have to be in a custom status before they can be shipped, eg: — order is placed by customer and I can see it in magento backend in the pending […]
I have created a custom shipping method and added two radio options of weekday delivery for 5$ weekend delivery for 10$ which becomes visible when the user selects the custom shipping method. Now I want to add the radio option value to the order total (which means 5$ should add […]
I started getting ACPI errors on my Ubuntu 22.10 system, which were not there before. I saw them on mainline kernel 6.2.2 and Ubuntu kernel 5.19.0 too. kernel: [ 132.228690] ACPI Error: No handler for Region [RTCM] (0000000097ab3aa0) [SystemCMOS] (20220331/evregion-130) kernel: [ 132.228697] ACPI Error: Region SystemCMOS (ID=5) has no […]
Aside from the new features being added and minor changes here and there, will any files/apps/user-folders/environment-vars/Win10-Settings be deleted or modified in anyway? I don’t think it will based on what I’ve researched, but I haven’t exactly gotten 100% confirmation, and I would like that 🙂 which leads me here 🙂 […]
I have a script that behaves differently when run by name compared to when it is run via a symbolic link. The problem is specific to WSL/Ubuntu. The same script, when used under Linux or Windows/Cygwin, behaves correctly in both cases. I’m trying to make it portable to all three […]