WebSite X5Help Center

 
Alex B.
Alex B.
User

Css  en

Author: Alex B.
Visited 1918, Followers 1, Shared 0  

Dear Claudio,

Google says: 1) reduce your code; 2) make the loading of these js and css files asynchronously, both of these actions will reduce the page load time and writes on many (about 25-30%). But it is not only Google says there are other services to test the speed of loading pages, all of them writing about the same thing.
I'm not saying that the program is poorly written or incorrect, but it is impossible not to pay attention to the recommendations of Google for webmasters. Google now is a monopoly, and all developers should this fact be considered until it is. The validity of the pages on the w3c is another question entirely - pages can be "not valid", but perfectly loaded and indexed by Google.

So: 1) code of "js" and "css" files, which I pointed out in my topic, should be reduced; 2) images for these files should be "compressed without loss"; 3) download these files must be asynchronous; 4) an indication of the language environment has to be written the right way, which will read the Google and Yandex; 5) all dimensions of text element in "css" and in other code should be written in the form "px" instead of "pt", so the text will display correctly on any device.

Again let me emphasize that it is not my wish, it directly follows from the analysis page of the Google tools for webmasters.

Best regards!

*****

Клаудио, добрый день.

Гугл говорит: 1) сократите ваш код; 2) сделайте загрузку этих js и css файлов асинхронной, - оба этих действия сократят время загрузки страницы и пишет на сколько (примерно на 25-30%). Но это и не только Гугл говорит - есть другие сервисы проверки скорости загрузки страниц, все пишут об одном и том же.
Я не говорю, что программа плохо написана или некорректно, но нельзя не обращать внимания на рекомендации Гугл для вебмастеров. Гугл сейчас это монополия, и все разработчики должны с этим фактом считаться, пока это так. Валидность страниц по w3c это совсем другой вопрос - страницы могут быть "не валидными", но при этом отлично грузиться и индексироваться Гуглом.

Итак: 1) код js и css файлов, которые я указал в своем топике, должен быть сокращён; 2) картинки для этих файлов должны быть "сжаты без потерь"; 3) загрузка этих файлов должна быть асинхронной; 4) указание на языковую среду должно быть написано правильным образом, который прочтет Гугл и Яндекс; 5) все размеры в css должны быть прописаны в виде "px", а не "pt", чтобы текст корректно отображался на любых устройствах.

Еще раз подчеркну, что это не мои пожелания, это прямо следует из анализа страниц Гуглом, инструменты для вебмастеров.

Спасибо! Я дублирую этот текст из раздела "вопросы".

Posted on the