• Skip to primary navigation
  • Skip to main content
  • Skip to footer
  • Home
  • Blog
  • Search

Kevin Dees

Full-Stack PHP Development

  • Twitter
  • Github
  • LinkedIn
You are here: Home / Archives for Performance

Performance

Link Share: Issue #1

April 10, 2020 by Kevin Leave a Comment

A key ingredient of learning is teaching. My distant mentor Jim Kwik taught me this principle. Several months ago I used the teach-to-learn principle and I gave a talk covering CSS performance tips and tricks at my local PHP meetup. These are some of the links I used to prepare for that talk. How rendering […]

Filed Under: CSS, HTML, JavaScript, Links, Performance, Web

Run Times for PHP Function & Method Call Types

April 8, 2020 by Kevin 1 Comment

Why should we care about code performance? Small decisions made toward code performance when totaled over the span of our careers can make a significant impact in our world. The impact is not making a program “run fast”. The impact is saving invaluable human time and bringing everyone closer to carbon-neutral. As developers, it’s essential […]

Filed Under: Performance, PHP, Web

Code Merged: Laravel

April 3, 2020 by Kevin Leave a Comment

Little did I know how much I would come to love Laravel. My Laravel journey started after acquiring a shamefully developed Drupal 6 e-commerce website, 6 years ago. Now, this particular Drupal 6 website was a total mess. Due to its build: I couldn’t add new products, I couldn’t upgrade core (it was modified), and […]

Filed Under: Laravel, Performance, Story

How to Display and Debug All Database Queries Made by WordPress

October 3, 2019 by Kevin Leave a Comment

When working with WordPress you will eventually have the question, “How do I display all database queries made by WordPress?” In your wp-config.php file add the following: By setting SAVEQUERIES to true the wpdb global instance will store all the database queirs you make; this will allow you to inspect the number of queires each […]

Filed Under: Performance, SQL, Web, WordPress

Increase Mac OSX Key Repeat Speed

December 26, 2018 by Kevin Leave a Comment

Enter the following in the terminal: Then logout and then back into your Mac. You are finished. Resources https://apple.stackexchange.com/questions/10467/how-to-increase-keyboard-key-repeat-rate-on-os-x

Filed Under: Mac, Performance, Tips, Web

Don’t mistake the service worker as a small thing

June 17, 2018 by Kevin Leave a Comment

Service workers let you decide what a user experiences on your website when there is, is not or is limited network connectivity. The service worker is a game-changer. It is no small thing; not because we can make web applications work offline but because we can fully control how our web application access the network. […]

Filed Under: JavaScript, Performance, Web

  • Go to page 1
  • Go to page 2
  • Go to Next Page »

Footer

Get Dare To Code

Get the latest on full-stack PHP development in your inbox with a bi-weekly lesson from Kevin Dees.

Copyright © 2021 · Kevin Dees · Log in