Website slow due to autoload yes – transient data in tables wordpress

When you call a remote server there is always some extra latency. Transients cache the response which comes through the remote API calls and is stored in the WordPress database. This saves API calls being made to the remote servers which helps in eaching API throttling limits. API call always has limit on how many

Website slow due to autoload yes – transient data in tables wordpress Read More »

How to install laravel dusk to do browser testing for your application?

Laravel Dusk provides an easy-to-use browser automation using chromedriver installation. Install composer dependency for your application Now execute below artisan command Set the APP_URL env variable in the .env file. This value should match the URL you use to access your application in a browser. Create a test Run test This will run the test

How to install laravel dusk to do browser testing for your application? Read More »

Scroll to Top