Loading...

PageSpeed: Leverage browser caching

PageSpeed: Leverage browser caching

Page load times can be significantly improved by asking visitors to save and reuse the files included in your website. Reduces page load times for repeat visitors Particularly effective on websites where users regularly re-visit the same areas of the website Benefit-cost ratio: high Access needed What is browser caching? Every time a browser loads […]

Continue reading →

How to Add Your Site to Google Search Console

How to Add Your Site to Google Search Console

Steps to verify site on google First, login to your Google Account, or Gmail. Then, point your web browser to: google.com/webmasters/tools/home Type or paste in the URL to your homepage next to the box that says Website, then click the Add A Property button. Click the HTML Tag radio button. Click on the Meta tag […]

Continue reading →

View server php settings using phpinfo

View server php settings using phpinfo

PHP has many environmental variables that you are able to update as needed. For example, you may need to update your php memory_limit to prevent certain scripts from running out of memory. In order to change these values, you must first be able to see what they are. To do that, you will need to […]

Continue reading →