Hi all,
can someone help me speedup my website[1] before I release version 1.0.0 of SirixDB soon!? Would be great.
What I did so far was scaling ...
For further actions, you may consider blocking this person and/or reporting abuse
I would recommend:
After applying, you should be looking at 95+.
Thanks so much :) funny, I can not number my points... always starts with one when it's getting converted to an ordered HTML list.
Six: Should be fixed :)
Seven: What is the Google tag manager? Oh, Google Analytics... What would you use?
Eight: Does it still work? I played around with the order or async loading of the JavaScript files, but then it always broke something.
I moved the JavaScript stuff to the end of the body... but now again the responsive layout doesn't work again. It drives me crazy :)
In markdown you do ordered lists by writing
1. my point
:)I would probably switch to async loaded GA.
I see that you fixed js errors, so at least the order is now correct.
You can do it step by step. Move js to the end of head (after everything).
Next step, move last script from head, to the end of the body. One by one, sooner or later this layout thing should break, and you will at least know which script exactly is breaking.
I would also move mailchimp script to the end of body, just to keep it all together.
TBH i would remove mailchimp script altogether, as it is loading second jquery (1.9.0) inside of it. so i would probably cut out whats needed from there and self-host it.
My personal web performance rules:
Ouh, and someone else in comments noticed something important, it looks like cache headers are weird in most assets:
This kind of sucks because browser cannot cache those assets even if they didnt change, so subsequent page views are not benefiting from browser cache.
Oh, this must be a Jekyll setting somewhere, maybe :(
It was Netlify, which adds this Header... I had to use a Jekyll plugin:
github.com/jgarber623/jekyll-netli...
Two observations from me:
Okay, I used a Jekyll template and now I'm a bit overwhelmed I have to admit.
Yes, I just moved to CLoudFlare yesterday... I ran Netlify without any other CDN provider.
I've used Gimp to convert the JPEP files to WebP and they considerably shrunk in size. I also used 80% quality, and they are relatively small-sized now I think (around 18 - 30kb? Have to work right now, can check later on ;)) :-)
I don't think I explained my point properly. I was looking at a 36KB JPG image that loads in ~60ms on my site, versus even an 11KB WebP image on sirix.io/ that takes ~500ms to load. So a smaller file size image takes longer to load for me on your site.
I'd expect some difference just by having the server closer to the user, but ~450ms seems a lot.
I've literally just Googled this to educate myself a little more and found an article by Cloudflare (cloudflare.com/learning/cdn/perfor...) which seems to suggest that server location would have quite an impact.
Either way, your site loads acceptably fast. I can't see any advertised differences between Cloudflare's free and pro plans that would affect the speed. So other things like Pawel listed are going to be your best bet. My hosting suggestion can be an often overlooked quick win if you're trying to eek out the fastest load times.
Oh, I have no clue. Is Netlify that slow? I've heared they host other Jekyll based websites as for instance from Vue.js.
I'm not sure however, if I probably missed something in my Jekyll installation!?
The stock images on the bottom of the page, well all stock images of a corporate nature are a turn off for me. I think ditching them might be good.
Also is that 2 different webfonts?
I suppose get it on cloudflare under some edge server cache.
Hey thanks, I thought they are nice and bought them a while ago, but maybe you're right!?
What do others think?
I just move to the free Cloudflare plan, but may pay the 20€ per month!? I don't know :)
My opinion is right for me 😅.
To me I see a product marketed at businesses but what I would rather see is a product marketed at tech leads of said business, usually developers. Developers are very binary people there is no middle ground. And so images like this add little value to me. But what I do like is fast (feeling) websites that get to the point quickly and I think the content is good. Take a look at my to 40 interesting website features post for some inspiration maybe? Anyway good job!
Ah, thanks :-)
What I also like more are vector graphics, which are somehow just nice to look at... artistically ;)
GTMatrix explains well (Yslow).
gtmetrix.com/reports/sirix.io/KnB0...
You need to add Add Expires headers. You have 10 external Javascript scripts & 6 external stylesheets. Try combining them into one. also seems like Gzip is not working correctly.
I think it's because of the JavaScript from Mailchimp :(
I'm getting crazy... I think now I broke the mobile pages all together somehow (at least with my tablet sometimes I'm getting the desktop versions, the navigation is missing...). Maybe because of some "optimization" by Cloudflare?
Seems it's done by using JQuery... deciding if it has to display the mobile variant or not, so I had to move this loading of JQuery before loading the CSS-files.