<!DOCTYPE article
PUBLIC "-//NLM//DTD JATS (Z39.96) Journal Publishing DTD v1.4 20190208//EN"
       "JATS-journalpublishing1.dtd">
<article xmlns:mml="http://www.w3.org/1998/Math/MathML" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" article-type="research-article" dtd-version="1.4" xml:lang="en">
 <front>
  <journal-meta>
   <journal-id journal-id-type="publisher-id">JOURNAL OF MONETARY ECONOMICS AND MANAGEMENT</journal-id>
   <journal-title-group>
    <journal-title xml:lang="en">JOURNAL OF MONETARY ECONOMICS AND MANAGEMENT</journal-title>
    <trans-title-group xml:lang="ru">
     <trans-title>JOURNAL OF MONETARY ECONOMICS AND MANAGEMENT</trans-title>
    </trans-title-group>
   </journal-title-group>
   <issn publication-format="print">2782-4586</issn>
   <issn publication-format="online">2949-1851</issn>
  </journal-meta>
  <article-meta>
   <article-id pub-id-type="publisher-id">94049</article-id>
   <article-id pub-id-type="doi">10.26118/2782-4586.2025.26.66.002</article-id>
   <article-categories>
    <subj-group subj-group-type="toc-heading" xml:lang="ru">
     <subject>Научные статьи</subject>
    </subj-group>
    <subj-group subj-group-type="toc-heading" xml:lang="en">
     <subject>SCIENTIFIC ARTICLES</subject>
    </subj-group>
    <subj-group>
     <subject>Научные статьи</subject>
    </subj-group>
   </article-categories>
   <title-group>
    <article-title xml:lang="en">OPTIMIZATION CLIENT-SERVER CONNECTION</article-title>
    <trans-title-group xml:lang="ru">
     <trans-title>ОПТИМИЗАЦИЯ КЛИЕНТ-СЕРВЕРНОГО СОЕДИНЕНИЯ</trans-title>
    </trans-title-group>
   </title-group>
   <contrib-group content-type="authors">
    <contrib contrib-type="author">
     <name-alternatives>
      <name xml:lang="ru">
       <surname>Мыцык</surname>
       <given-names>Ростислав Александрович</given-names>
      </name>
      <name xml:lang="en">
       <surname>Mycyk</surname>
       <given-names>Rostislav Aleksandrovich</given-names>
      </name>
     </name-alternatives>
     <email>mycykrostya@mail.ru</email>
     <xref ref-type="aff" rid="aff-1"/>
    </contrib>
    <contrib contrib-type="author">
     <name-alternatives>
      <name xml:lang="ru">
       <surname>Ринас</surname>
       <given-names>Николай Анатольевич</given-names>
      </name>
      <name xml:lang="en">
       <surname>Rinas</surname>
       <given-names>Nikolay Anatolyevich</given-names>
      </name>
     </name-alternatives>
     <email>mr.rinas@mail.ru</email>
     <bio xml:lang="ru">
      <p>кандидат технических наук;</p>
     </bio>
     <bio xml:lang="en">
      <p>candidate of technical sciences;</p>
     </bio>
     <xref ref-type="aff" rid="aff-1"/>
    </contrib>
    <contrib contrib-type="author">
     <name-alternatives>
      <name xml:lang="ru">
       <surname>Топчин</surname>
       <given-names>Эдгар Гендрикович</given-names>
      </name>
      <name xml:lang="en">
       <surname>Topchin</surname>
       <given-names>Edgar Gendrikovich</given-names>
      </name>
     </name-alternatives>
     <email>edo.topchi@mail.ru</email>
     <xref ref-type="aff" rid="aff-1"/>
    </contrib>
   </contrib-group>
   <aff-alternatives id="aff-1">
    <aff>
     <institution xml:lang="ru">Кубанский государственный аграрный университет</institution>
    </aff>
    <aff>
     <institution xml:lang="en">Kuban State Agrarian University</institution>
    </aff>
   </aff-alternatives>
   <pub-date publication-format="print" date-type="pub" iso-8601-date="2025-06-09T23:23:15+03:00">
    <day>09</day>
    <month>06</month>
    <year>2025</year>
   </pub-date>
   <pub-date publication-format="electronic" date-type="pub" iso-8601-date="2025-06-09T23:23:15+03:00">
    <day>09</day>
    <month>06</month>
    <year>2025</year>
   </pub-date>
   <issue>2</issue>
   <fpage>347</fpage>
   <lpage>356</lpage>
   <history>
    <date date-type="received" iso-8601-date="2025-02-10T00:00:00+03:00">
     <day>10</day>
     <month>02</month>
     <year>2025</year>
    </date>
   </history>
   <self-uri xlink:href="https://jomeam.ru/en/nauka/article/94049/view">https://jomeam.ru/en/nauka/article/94049/view</self-uri>
   <abstract xml:lang="ru">
    <p>Данная статья написана для объяснения принципов работы клиент-серверного соединения, а также для решения проблемы и объяснения на работающем проекте.&#13;
Первоначальное исследование показало, что главная страница, оформленная с использованием тёмной цветовой гаммы и анимаций, страдала от длительных задержек при загрузке. Пользователи сталкивались с ситуацией, когда загружалась только HTML-разметка, но стили CSS применялись значительно позже. В качестве первой меры было проанализировано время загрузки из разных источников и сравнение с показателями оптимизации.&#13;
Для более глубокой оптимизации было принято решение — применить ряд подходов, направленных на улучшение производительности. В частности, одна из основных мер заключалась в улучшении обработки JavaScript и его интеграции с CSS, что позволило минимизировать время задержки между первичной загрузкой страницы и отображением стилей.&#13;
Кроме того, была внедрена система кэширования, что помогло сократить количество запросов к серверу и улучшить общую скорость загрузки.&#13;
В результате, было предложено уникальное решение, которые исправило проблему, и пользователи более не сталкивались с данной проблемой.</p>
   </abstract>
   <trans-abstract xml:lang="en">
    <p>This article is written to explain principles of client-server connection, as well as to solve the problem and to explanation on a working project.&#13;
Initial investigation showed that the home page, designed using a dark color scheme and animations, was suffering from long delays in loading times. animations, suffered from long loading delays. Users encountered a situation where only the HTML markup was loaded, but CSS styles were were applied much later. As a first measure, the download times from different sources were analyzed loading times from different sources and compared them to the performance of the optimization.&#13;
For more in-depth optimization, it was decided to decision - to apply a number of approaches aimed at improving performance. In particular, one of the main measures was to improve the processing of JavaScript and its integration with CSS, which helped minimize the lag time between the initial page load and the display of styles.&#13;
In addition, a system of caching system, which helped to reduce the number of requests to the server and improve the overall loading speed.&#13;
As a result, a unique solution that fixed the problem, and users no longer encountered this problem.</p>
   </trans-abstract>
   <kwd-group xml:lang="ru">
    <kwd>оптимизация</kwd>
    <kwd>Клиент-серверное соединение</kwd>
    <kwd>Динамический контент</kwd>
    <kwd>Прелоадер</kwd>
    <kwd>DevTools</kwd>
    <kwd>JavaScript</kwd>
    <kwd>Протокол</kwd>
   </kwd-group>
   <kwd-group xml:lang="en">
    <kwd>optimization</kwd>
    <kwd>Client-server connection</kwd>
    <kwd>Dynamic content</kwd>
    <kwd>Preloader</kwd>
    <kwd>DevTools</kwd>
    <kwd>JavaScript</kwd>
    <kwd>Protocol</kwd>
   </kwd-group>
  </article-meta>
 </front>
 <body>
  <p></p>
 </body>
 <back>
  <ref-list>
   <ref id="B1">
    <label>1.</label>
    <citation-alternatives>
     <mixed-citation xml:lang="ru">Гречкин В. А. Инструменты верстки сайтов // Национальный исследовательский университет «МЭИ». 2024. С. 91–95.</mixed-citation>
     <mixed-citation xml:lang="en">Grechkin V. A. Tools for website layout // National Research University &quot;MPEI&quot;. 2024. pp. 91–95.</mixed-citation>
    </citation-alternatives>
   </ref>
   <ref id="B2">
    <label>2.</label>
    <citation-alternatives>
     <mixed-citation xml:lang="ru">Тонхоноева А. А. Средства разработки web-приложений // Бурятский государственный университет имени Доржи Банзарова. 2019. С. 36–39.</mixed-citation>
     <mixed-citation xml:lang="en">Tonkhonoeva A. A. Web application development tools // Buryat State University named after Dorzhi Banzarov. 2019. pp. 36–39.</mixed-citation>
    </citation-alternatives>
   </ref>
   <ref id="B3">
    <label>3.</label>
    <citation-alternatives>
     <mixed-citation xml:lang="ru">Кузьмичев И. П. Профилирование и оптимизация Web Приложений // Псковский государственный университет. 2023. С. 197–200.</mixed-citation>
     <mixed-citation xml:lang="en">Kuzmichev I. P. Profiling and optimization of Web Applications // Pskov State University. 2023. pp. 197–200.</mixed-citation>
    </citation-alternatives>
   </ref>
   <ref id="B4">
    <label>4.</label>
    <citation-alternatives>
     <mixed-citation xml:lang="ru">Берьянов М. С. Сравнение отрисовки сайта на стороне клиента (CSR) и на стороне сервера (SSR) // Университет ИТМО. 2023. С. 39–41.</mixed-citation>
     <mixed-citation xml:lang="en">Beryanov M. S. Comparison of website rendering on the client side (CSR) and on the server side (SSR) // ITMO University. 2023. pp. 39–41.</mixed-citation>
    </citation-alternatives>
   </ref>
   <ref id="B5">
    <label>5.</label>
    <citation-alternatives>
     <mixed-citation xml:lang="ru">Агафонова М. В. Оптимизация рендеринга веб-приложения на основе frontend-фреймворка // Университет ИТМО. 2023. С. 47–52.</mixed-citation>
     <mixed-citation xml:lang="en">Agafonova M. V. Optimization of rendering a web application based on the frontend framework // ITMO University. 2023. pp. 47–52.</mixed-citation>
    </citation-alternatives>
   </ref>
   <ref id="B6">
    <label>6.</label>
    <citation-alternatives>
     <mixed-citation xml:lang="ru">Филисов Д. А. Высвобождение производительности: глубокое погружение в приложения с высокой нагрузкой // Инновационная Наука. 2023. С. 37–47.</mixed-citation>
     <mixed-citation xml:lang="en">Filisov D. A. Unleashing performance: a deep dive into high-load applications // Innovative Science. 2023. pp. 37–47.</mixed-citation>
    </citation-alternatives>
   </ref>
   <ref id="B7">
    <label>7.</label>
    <citation-alternatives>
     <mixed-citation xml:lang="ru">Кравцов Е. П. Разработка высокопроизводительных react-приложений: методы и практики оптимизации // Sberdevices. 2024. С. 53–58.</mixed-citation>
     <mixed-citation xml:lang="en">Kravtsov E. P. Development of high-performance react applications: optimization methods and practices // Sberdevices. 2024. pp. 53–58.</mixed-citation>
    </citation-alternatives>
   </ref>
   <ref id="B8">
    <label>8.</label>
    <citation-alternatives>
     <mixed-citation xml:lang="ru">Azhariyah S., Muhammad Mukhlis Framework CSS: tailwind css untuk front-end website store Pt. XYZ // Politeknik Negeri Subang. 2024. С. 30–36.</mixed-citation>
     <mixed-citation xml:lang="en">Azhariyah S., Muhammad Mukhlis. CSS framework: tailwind css for the front-end website store Pt. XYZ // Politeknik Negeri Subang. 2024. pp. 30–36.</mixed-citation>
    </citation-alternatives>
   </ref>
   <ref id="B9">
    <label>9.</label>
    <citation-alternatives>
     <mixed-citation xml:lang="ru">Перфильев Н. В., Макаров Д. А. Оптимизация сборки frontend-приложений // Забайкальский государственный университет. 2019. С. 44–46.</mixed-citation>
     <mixed-citation xml:lang="en">Perfil'ev N. V., Makarov D. A. Optimization of frontend application assembly // Zabaikalsky State University. 2019. pp. 44–46.</mixed-citation>
    </citation-alternatives>
   </ref>
   <ref id="B10">
    <label>10.</label>
    <citation-alternatives>
     <mixed-citation xml:lang="ru">Насиров Э. Ф., Кириллов Д. С., Чернова М. В. Фреймворк javascript VueJS // ФГБОУ ВО «Казанский национальный исследовательский технологический университет». 2020. С. 65–67.</mixed-citation>
     <mixed-citation xml:lang="en">Nasirov E. F., Kirillov D. S., Chernova M. V. Javascript framework VueJS // FGBOU VO &quot;Kazan National Research Technological University&quot;. 2020. pp. 65–67.</mixed-citation>
    </citation-alternatives>
   </ref>
   <ref id="B11">
    <label>11.</label>
    <citation-alternatives>
     <mixed-citation xml:lang="ru">Nugroho M. A., Wuryanto E., Faqih K. Optimizing uncapacitated facility location problem with cuckoo search algorithm based on gauss distribution // Airlangga University. 2023. С. 361.</mixed-citation>
     <mixed-citation xml:lang="en">Nugroho M. A., Wuryanto E., Faqih K. Optimizing uncapacitated facility location problem with cuckoo search algorithm based on gauss distribution // Airlangga University. 2023. p. 361.</mixed-citation>
    </citation-alternatives>
   </ref>
   <ref id="B12">
    <label>12.</label>
    <citation-alternatives>
     <mixed-citation xml:lang="ru">Анарбеков Т. Р., Ачекеев К. С., Сейтказиева Н. С., Мамажунус Кызы А. Разработка компьютерной игры &quot;2024 &quot; на языке программирование java script и CSS // Кыргызский государственный университет имени И. Арабаева. 2023. С. 24–32.</mixed-citation>
     <mixed-citation xml:lang="en">Anarbekov T. R., Achekeev K. S., Seitkazieva N. S., Mamajunus Kyzy A. Development of a computer game &quot;2024&quot; in the programming language java script and CSS // Kyrgyz National University named after I. Arabaev. 2023. pp. 24–32.</mixed-citation>
    </citation-alternatives>
   </ref>
   <ref id="B13">
    <label>13.</label>
    <citation-alternatives>
     <mixed-citation xml:lang="ru">A Jartarghar H., Rao Salanke G., A.R A.K., G.S SH., Dalali SH. React apps with server-side rendering: Next.JS // Department of Computer Science and Engineering, R.V College of Engineering, Bengaluru, India. Don Bosco Institute of Technology, Bengaluru, India. 2022. С. 25–29.</mixed-citation>
     <mixed-citation xml:lang="en">A Jartarghar H., Rao Salanke G., A.R A.K., G.S SH., Dalali SH. React apps with server-side rendering: Next.JS // Department of Computer Science and Engineering, R.V College of Engineering, Bengaluru, India. Don Bosco Institute of Technology, Bengaluru, India. 2022. pp. 25–29.</mixed-citation>
    </citation-alternatives>
   </ref>
   <ref id="B14">
    <label>14.</label>
    <citation-alternatives>
     <mixed-citation xml:lang="ru">Кирилов Р. Ф., Кудряшова А. А., Пузанков К. Р., Смолин А. А. Оптимизация производительности веб-приложений на Vue.js и React: лучшие практики и инструменты // ОГАПОУ «Ульяновский авиационный колледж - Межрегиональный центр компетенций». 2024. С. 31–35.</mixed-citation>
     <mixed-citation xml:lang="en">Kirilov R. F., Kudryashova A. A., Puzankov K. R., Smolin A. A. Optimization of the performance of web applications on Vue.js and React: best practices and tools // OGAPOU &quot;Ulyanovsk Aviation College - Interregional Competence Center&quot;. 2024. pp. 31–35.</mixed-citation>
    </citation-alternatives>
   </ref>
  </ref-list>
 </back>
</article>
