View Single Post
Old 04-20-2017, 01:33 AM   #7
BonkersAbtTech
Registered User
 
Join Date: Nov 2016
Posts: 14
Nice design and responsive, however it does take a long time to load. Make sure your CSS is minified and all your custom CSS is in one file. At the moment it seems to be spread over multiple files. This also applies to your Javascript.

Also, remove query parameters from your static files as some browsers won't cache them.

The one thing you can do actually to significantly speed up your site it to ensure that your Apache server gzips your HTML, CSS, Javascript and any XML files you might have.

Consider adding some more content on there but otherwise the images are good.

Also, consider using https as Google will start flagging non-secure websites soon.

Hope that helps.

Cheers!
__________________

To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
BonkersAbtTech is offline   Reply With Quote