Folks, lovers of sparkleapp, I have started considering checking the performance of all the websites I built for clients to ensure user experience is enhanced and especially google ranking my sites best or high. In my first attempt I failed miserably with some of the sites I have built and will like to share what I did to fix them as a non-coder. Do the following if you’re not a coder to check your website performance;
-
Enter www.website.grader.com in your browser or click this link https://website.grader.com.
-
Enter your website address the one you want to test. forget about the email address below and click get your answer button
-
If your website scored anything less than 94, you have issues to deal with. Have a look at the report to understand fundamental issues to begin with.
-
If you want to continue dealing with this issue to enhance your website performance, copy and paste this link in your browser or look for googles PageSpeed Insight on this link PageSpeed Insights
Fixing Basic issues
Since I am not a coder, I tried hard to understand the suggestion narrated by google concerning the fixing of the problem and saw some basic steps all website designers or developers must do to mitigate issues. Most issues where about how images, text, java scripts impact the performance of our website. Diving deeper, I gathered all the basic facts and did the following to increase my website performance score. The other issues where advance so to speak since its meant for people with coding skill. and believe Duncan to address it for us here in due time or his earliest convenience.
-
Revisit all the images you used on your website you’re testing and start compressing them into jpeg 2000 or WebP format. If you don’t have any software to do that you can fall on www.tinypng.com. The lower the image size the better, but make sure it doesn’t pixellate or loose compression either. Reload them back into sparkle and don’t forget to define image. Get the image a proper filename, title and description for search engine purposes. To enhance your jpeg 2000 format images even more, go to settings in your sparkleapp, and select image and then check generate webP images. Duncan already knew of this challenge so made provision of it. It takes longer time compressing images into webP when publishing the site, but sake of performance gains have the patience to wait.
-
Look into most of your resources like java scripts etc and ensure to select the lazy load feature if you think it might affect page loading or server response.
-
Ensure that text remains visible during webfoot load. Choose your web fonts wisely and don’t use a lot of them. A font family with normal, light, bold and italics will do the job.with mobile format, make sure your font are large and readable.Text base resources also must be served with compression gzip, deflate etc to minimise total network bytes. I believe Duncan will address that as well since I lack that knowledge.
-
finally serving static assets with efficient cache policy and reducing server response TTFB ( Time-to-first-byte) also enhances website performances. will leave that to Duncan to addressed it .
Its not pretty much but it goes a long way enhancing the websites we create. Go back and check your performance. 98 viola you’ve nailed it.
Thanks