<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Hariprasath</title>
    <description>The latest articles on DEV Community by Hariprasath (@hari_prasath12).</description>
    <link>https://dev.to/hari_prasath12</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F284634%2F8804e98d-790d-49f9-b87f-624df7461ae3.jpg</url>
      <title>DEV Community: Hariprasath</title>
      <link>https://dev.to/hari_prasath12</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/hari_prasath12"/>
    <language>en</language>
    <item>
      <title>SiteSpeed optimization Tools</title>
      <dc:creator>Hariprasath</dc:creator>
      <pubDate>Wed, 17 Jun 2020 10:51:52 +0000</pubDate>
      <link>https://dev.to/hari_prasath12/sitespeed-optimization-tools-3n0p</link>
      <guid>https://dev.to/hari_prasath12/sitespeed-optimization-tools-3n0p</guid>
      <description>&lt;p&gt;Performance is a visceral part of the user experience. For many websites, an improvement to the user experience by speeding up the page load time aligns with an improvement to conversion rates. Conversely, when performance is poor, users don't convert as often and have even been observed to be rage clicking on the page in frustration.&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;Website optimization tools are essential to improving your site's performance.&lt;/p&gt;
&lt;/blockquote&gt;

&lt;h1&gt;
  
  
  &lt;strong&gt;Lighthouse&lt;/strong&gt;
&lt;/h1&gt;

&lt;p&gt;Lighthouse is a page experience tool built by Google and was initially meant to audit Progressive Web Apps (PWA). The tool executes five audits for accessibility, performance, SEO, Progressive Web Apps and an extended list of best practices. Powered by the new Core Web Vitals, these audits together give you an excellent overview of the quality and performance of your mobile website as well as your desktop site, or web app. Lighthouse plugins which are a way to extend the feature of Lighthouse with insight from domain experts (that's you!) and share this extra feature with other Lighthouse users.&lt;/p&gt;

&lt;h2&gt;
  
  
  Run Lighthouse on browser
&lt;/h2&gt;

&lt;p&gt;Open dev tools and run Lighthouse under Lighthouse tab.&lt;/p&gt;

&lt;h2&gt;
  
  
  Run Lighthouse Via Cmd
&lt;/h2&gt;

&lt;p&gt;Install Lighthouse package&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight"&gt;&lt;pre class="highlight plaintext"&gt;&lt;code&gt;npm i lighthouse
npm install -g lighthouse
&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;



&lt;h2&gt;
  
  
  Run on web:
&lt;/h2&gt;

&lt;p&gt;&lt;a href="https://web.dev/measure"&gt;https://web.dev/measure&lt;/a&gt;&lt;br&gt;
Global performance insights for your site | Lighthouse Metrics&lt;br&gt;
Enter the URL of your site and click the "Run Test" button. Then you will be redirected to your report page. All tests…lighthouse-metrics.com&lt;/p&gt;

&lt;h1&gt;
  
  
  &lt;strong&gt;Yellow Lab Tools&lt;/strong&gt;(&lt;a href="https://yellowlab.tools"&gt;https://yellowlab.tools&lt;/a&gt;)
&lt;/h1&gt;

&lt;p&gt;Yellow Lab Tools is an open source project by Gaël Métais. It allows you to test a webpage (via an URL) and detects performance and front-end code quality issues.This is done by loading the webpage via PhantomJS and collecting various metrics and statistics with the help of Phantomas. These metrics are categorized and transformed into scores. It also gives in-depth details so that developers can correct the detected issues.Which shows JS-Timeline and JS profile.&lt;/p&gt;

&lt;h1&gt;
  
  
  &lt;strong&gt;Fast or Slow&lt;/strong&gt;(&lt;a href="https://www.fastorslow.com/"&gt;https://www.fastorslow.com/&lt;/a&gt;)
&lt;/h1&gt;

&lt;p&gt;Fast or Slow is a global performance monitoring solution for your websites that detects and reports on the most important factors in your users' experience of your website. Fast or Slow measures this experience from a variety of locations, giving you a wide overview of how site visitors experience your site.&lt;br&gt;
Fast or Slow measures a number of different parameters that help you understand your website's performance from various locations around the world. These parameters include:&lt;br&gt;
First Contentful Paint&lt;br&gt;
First Meaningful Paint&lt;br&gt;
Time to Interactive&lt;br&gt;
Total Blocking Time&lt;br&gt;
First CPU Idle&lt;br&gt;
Speed Index&lt;br&gt;
Round-trip Time&lt;br&gt;
Transfer Size&lt;/p&gt;

&lt;p&gt;In addition, Fast or Slow performs audits on your website content to determine where speed improvements can easily be made, and keeps a history of past audits for each site. Fast or Slow is based on Lighthouse, an open-source, automated tool for testing web pages.&lt;/p&gt;

&lt;h1&gt;
  
  
  &lt;strong&gt;WebPageTest&lt;/strong&gt;(&lt;a href="https://www.webpagetest.org"&gt;https://www.webpagetest.org&lt;/a&gt;)
&lt;/h1&gt;

&lt;p&gt;WPT measures how a particular web page loads. As the page loads, a number of useful metrics are captured, cataloged and then displayed in various charts and tables useful for spotting performance delays. These metrics and visuals can help us answer the important questions we listed above. You can also control many aspects of WPT's analysis such as the platform to use (desktop vs mobile), browser of interest (Chrome, Firefox, IE, etc), and even the geographic location.&lt;/p&gt;

</description>
      <category>webperf</category>
      <category>sitespeed</category>
      <category>webdev</category>
      <category>tools</category>
    </item>
    <item>
      <title>12 Youtube channels to watch Javascript conference videos</title>
      <dc:creator>Hariprasath</dc:creator>
      <pubDate>Mon, 23 Dec 2019 04:52:39 +0000</pubDate>
      <link>https://dev.to/hari_prasath12/12-youtube-channels-to-watch-javascript-conference-videos-35n5</link>
      <guid>https://dev.to/hari_prasath12/12-youtube-channels-to-watch-javascript-conference-videos-35n5</guid>
      <description>&lt;h2&gt;
  
  
  JSConf
&lt;/h2&gt;

&lt;p&gt;JSConf is a series of JavaScript conferences from around the world and here we release the conference talk videos for free as fast as we can after every event.&lt;br&gt;
Link: &lt;a href="https://www.youtube.com/user/jsconfeu"&gt;https://www.youtube.com/user/jsconfeu&lt;/a&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  JSNation
&lt;/h2&gt;

&lt;p&gt;The largest and longest-running JavaScript community in Benelux, running annual conference and meetups.&lt;br&gt;
Link: &lt;a href="https://www.youtube.com/channel/UCQM428Hwrvxla8DCgjGONSQ"&gt;https://www.youtube.com/channel/UCQM428Hwrvxla8DCgjGONSQ&lt;/a&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  Google Chrome Developers
&lt;/h2&gt;

&lt;p&gt;Making the web more awesome. Talk on Chrome Dev Summit, HTTP203, and state of the web.&lt;br&gt;
Link: &lt;a href="https://www.youtube.com/user/ChromeDevelopers/featured"&gt;https://www.youtube.com/user/ChromeDevelopers/featured&lt;/a&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  JAMstackConf
&lt;/h2&gt;

&lt;p&gt;JAMstack conf around the world.&lt;br&gt;
Link: &lt;a href="https://www.youtube.com/channel/UC8bRyfU7ycLXnEBfvdorpUg/featured"&gt;https://www.youtube.com/channel/UC8bRyfU7ycLXnEBfvdorpUg/featured&lt;/a&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  GOTO Conferences
&lt;/h2&gt;

&lt;p&gt;Created for developers, by developers, GOTO Conferences is a series of software development conferences focused on gathering the best minds in the software community to bring the most interesting topics to light. This channel features video interviews and presentations from GOTO Conferences and GOTO Nights.&lt;br&gt;
Link: &lt;a href="https://www.youtube.com/user/GotoConferences/featured"&gt;https://www.youtube.com/user/GotoConferences/featured&lt;/a&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  You Gotta Love Frontend
&lt;/h2&gt;

&lt;p&gt;The largest international frontend conference in the Middle East and East Europe&lt;br&gt;
Link: &lt;a href="https://www.youtube.com/channel/UCU-fOxx_kT5OARG0KiksiCA/featured"&gt;https://www.youtube.com/channel/UCU-fOxx_kT5OARG0KiksiCA/featured&lt;/a&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  ng-conf
&lt;/h2&gt;

&lt;p&gt;The world’s original Angular conference, with talks from the Angular Team and top experts from around the world.&lt;br&gt;
Link: &lt;a href="https://www.youtube.com/user/ngconfvideos/featured"&gt;https://www.youtube.com/user/ngconfvideos/featured&lt;/a&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  Pusher
&lt;/h2&gt;

&lt;p&gt;Pusher talk on Javascript, Nodejs, React, etc.&lt;br&gt;
Link: &lt;a href="https://www.youtube.com/user/pusherapp/featured"&gt;https://www.youtube.com/user/pusherapp/featured&lt;/a&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  Cascadia JS
&lt;/h2&gt;

&lt;p&gt;CascadiaJS is a two-day conference on the cutting edge of JavaScript. Browser, server,etc.&lt;br&gt;
Link: &lt;a href="https://www.youtube.com/user/cascadiajs/featured"&gt;https://www.youtube.com/user/cascadiajs/featured&lt;/a&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  Dotconferences
&lt;/h2&gt;

&lt;p&gt;Tech Conferences, re-invented. Talk on dotJS, dotGo, dotSwift, dotCSS, dotScale.&lt;br&gt;
Link: &lt;a href="https://www.youtube.com/user/dotconferences/featured"&gt;https://www.youtube.com/user/dotconferences/featured&lt;/a&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  Frontend United
&lt;/h2&gt;

&lt;p&gt;Frontend United is a non-profit, developer-first, community-focused conference. Our aim is to connect frontend developers and designers from all kinds of backgrounds closer together to share knowledge, experiences, and ideas.&lt;br&gt;
Link: &lt;a href="https://www.youtube.com/channel/UC6Q3-JjgMpb4Uy6YgHdJSMw/featured"&gt;https://www.youtube.com/channel/UC6Q3-JjgMpb4Uy6YgHdJSMw/featured&lt;/a&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  JScamp
&lt;/h2&gt;

&lt;p&gt;International single-track and two-day conference covering all about JavaScript and modern web technologies.&lt;br&gt;
Link: &lt;a href="https://www.youtube.com/channel/UCVLlWT1NZZEJs4A67XgObnQ/featured"&gt;https://www.youtube.com/channel/UCVLlWT1NZZEJs4A67XgObnQ/featured&lt;/a&gt;&lt;/p&gt;

</description>
      <category>javascript</category>
      <category>techtalks</category>
      <category>node</category>
    </item>
  </channel>
</rss>
