How to log all MySQL queries to a file
This tutorial describes how you can enable MySQL to log every query to a file. All of this is possible without the need to restart
Home » Webdevelopment
This tutorial describes how you can enable MySQL to log every query to a file. All of this is possible without the need to restart
To improve load times it is important to define the external hosts in the <head>. You can collect the external hosts by checkin this website:
Use this tool: https://wtools.io/convert-json-to-php-array
So you have a working repo at Bitbucket and want to sync it to Github? I will explain how to achieve this.
Google Chrome Console – Lighthouse https://www.webpagetest.org/ https://gtmetrix.com/ https://ryte.com/ https://speedcurve.com/ https://testmysite.withgoogle.com/ https://www.woorank.com/ https://www.dareboost.com/ https://securityheaders.com/ https://report-uri.com/home/analyse https://www.seoptimer.com/ Marketing tools
Use the following tips and tricks to get more use out of the REST API. OpenCombine POST with GETIn the REST API, the POST command
https://dirtymarkup.com/ Example:
Steps to exclude .idea folder globally in phpstorm: Create this file: C:\Users\Bas\gitignore_global.txt Add this contents: ? 1 2 3 4 5 6 7 8 9
Change directory to your project: cd /repo/your-project git rm -r –cached .idea git rm -f .idea/ git commit -m ‘[TASK] Removed .idea folder from repository’