Optimization youtube iframe loading on your website
If you use youtube Iframe on your website this approach will be interesting for you to optimize page speed. Problem You use the Iframe probably you’ve noticed that your page … Читать далее →
If you use youtube Iframe on your website this approach will be interesting for you to optimize page speed. Problem You use the Iframe probably you’ve noticed that your page … Читать далее →
Guide how to check main metrics Ahrefs, Moz, Majestic for free. Original websites where metrics came from Majestic Citation Flow(CF), Trust Flow(TF) – https://majestic.com/reports/site-explorer Ahrefs Domain Rating(DR), URL Rating(UR) – … Читать далее →
You install PhpStorm and find that autocomplete doesn’t work properly. How to fix that problem Install package https://github.com/barryvdh/laravel-ide-helper using composer: Open config/app.php Add service provider to array providers: To make … Читать далее →
First of all you need to check config file /config/session.php and find where session files are stored. That error can appear because: Session is stored in files and directory storage/framework/sessions … Читать далее →
Reason of that error is using default params for database connection. Probably You forgot to change values for database connection like DB_HOST, DB_DATABASE, DB_USERNAME, DB_PASSWORD inside .env file if you … Читать далее →
While I was developing web service to looking for drop domains I wanted: to get domain’s whois information parse plain text(whois info) as result each field separately to database. Getting … Читать далее →