Implemented Some performance adjustments ?

More
5 years 3 weeks ago - 5 years 2 weeks ago #928 by Roussel Grégory
Some performance adjustments ? was created by Roussel Grégory
Hi Ruud,

Just a little suggestion about performance for the font-face

IMHO It could be nice to have the woff2 version, as the performance recommendation for the order to be respected for the formats is the following one: EOT, WOFF2, WOFF, TTF, then SVG.

@font-face {
font-family: 'och-icons';
src: url('../fonts/och-icons.eot?i7xt55');
src: url('../fonts/och-icons.eot?i7xt55#iefix') format('embedded-opentype'),
url('../fonts/och-icons.ttf?i7xt55') format('truetype'),
url('../fonts/och-icons.woff?i7xt55') format('woff'),
url('../fonts/och-icons.svg?i7xt55#och-icons') format('svg');
font-weight: normal;
font-style: normal;
}

Thanks
DOWNLOADLINK to test version:
This message contains confidential information
Last edit: 5 years 2 weeks ago by Ruud van Lent. Reason: Added downloadlink
The topic has been locked.
More
5 years 3 weeks ago #929 by Ruud van Lent
Replied by Ruud van Lent on topic Some performance adjustments ?
Hi Webmastergreg,

thanks for the suggestion.
I will have a look at it in more detail this week and when it works / doesn't break things will implement for the next release.
I will ping you here with a test version :)

regards,
Ruud.
The topic has been locked.
More
5 years 2 weeks ago #930 by Ruud van Lent
Replied by Ruud van Lent on topic Some performance adjustments ?
Hi,

just added the new woff2 font (3kb smaller then the woff version) and reordered the loading of the font files to woff2, woff, ttf, svg and eot

What version of ochJSsocials are you using? the full or light version?
The topic has been locked.
More
5 years 2 weeks ago - 5 years 2 weeks ago #931 by Roussel Grégory
Replied by Roussel Grégory on topic Some performance adjustments ?
Hi,

ochSEO | SMO Toolbox - 6 months subscription just expired on the 03/26....TT

I try to renew but get 504 Gateway Timeout
Last edit: 5 years 2 weeks ago by Roussel Grégory.
The topic has been locked.
More
5 years 2 weeks ago #932 by Ruud van Lent
Replied by Ruud van Lent on topic Some performance adjustments ?
Hi, when you click the renew button, do you get into the checkout page or is the time-out already before that?
The topic has been locked.
More
5 years 2 weeks ago #933 by Roussel Grégory
Replied by Roussel Grégory on topic Some performance adjustments ?
Timeout already before.
But I've managed to get to the checkout page once, and saw that the VAT check verification was abnormally wrong.
The topic has been locked.
More
5 years 2 weeks ago - 5 years 2 weeks ago #934 by Ruud van Lent
Replied by Ruud van Lent on topic Some performance adjustments ?
This is strange,
I can renew and when i use your VAT number i can also do the vies check (correct)...
I have just cleared my servers cache (just to be sure), could you do a ctrl-f5 on your end ?
Also just had someone else do a purchase, so it should work okay :S
Last edit: 5 years 2 weeks ago by Ruud van Lent.
The topic has been locked.
More
5 years 2 weeks ago #935 by Roussel Grégory
Replied by Roussel Grégory on topic Some performance adjustments ?
It's all ok now.
So it was the cache.

Renew done

it's often the case with nginx ;)
I'm with Litespeed
The topic has been locked.
More
5 years 2 weeks ago #936 by Ruud van Lent
Replied by Ruud van Lent on topic Some performance adjustments ?
Thanks, and thanks for your renewal!
Download link to test version is in first post of this thread.
let me know if this works for you.
have a nice weekend!
regards,
Ruud.
The topic has been locked.
More
5 years 2 weeks ago #937 by Roussel Grégory
Replied by Roussel Grégory on topic Some performance adjustments ?
Thanks a lot.

Seems ok, but EOT is missing and should be first
( EOT, WOFF2, WOFF, TTF, then SVG)
:)
The topic has been locked.