PHP-Variable-Speed-Test

By Dillon Smart · · · 0 Comments

PHP variable speed

0 Comment

Was this helpful? Leave a comment!

This site uses Akismet to reduce spam. Learn how your comment data is processed.

Technical SEO Audit – How to Improve Your Website’s search ranking

Updated 16th August 2022

As a website owner or administrator, you likely want your site to rank well on search engine results pages (SERPs). After all, higher SERP rankings can mean more organic traffic and potential customers or clients. One way to improve your website’s ranking is to perform a technical SEO audit. A technical SEO audit can help

Bootstrap 4 Grid System broken in Safari

Updated 18th May 2021

Are you having troubles with Bootstrap 4 Grid System in Safari? What used to work doesn’t seem to anymore within Safari. As the example below shows, this is how we usually create 3 columns within a row. <div class="row"> <div class="col-4">Column 4</div> <div class="col-4">Column 4</div> <div class="col-4">Column 4</div> </div> However, in Safari, instead of these

Laravel – Specified key was too long Error

Updated 18th May 2021

With Laravel 5.4, some users may be hit with the Laravel Specified key was too long Error when migrating the database. This is because in the latest Laravel update, the developers made changes to the default database charset, making it utf8mb4. If your using MySQL 5.7.7 or higher, you won’t encounter this issue, however older versions of MySQL