Skip to main content

Home/ Web Development, Design & Programming/ Group items tagged speed-up

Rss Feed Group items tagged

1More

Looking For A DevOps Company Montreal - 0 views

  •  
    We automate the entire delivery pipeline using cloud platforms to speed up time to market, improve efficiency, and lower cost. Our DevOps solutions Montreal allow organizations to achieve their goals quickly and consistently while delivering quality software-based services and products.

Uses of AI in Learning - 1 views

started by ai_ar_services on 08 Feb 22 no follow-up yet
1More

CSS & JS Auto-Refreshing with Live.js - 0 views

  •  
    I want to share a fantastic little tool that I've only recently come across; Live.js, written by Martin Kool. This JavaScript file automatically checks for changes to your CSS and JavaScript files, and refreshes them. That means you can have your text editor in one half of the screen, and a web browser in the other. When you save changes in the editor, the updates are reflected immediately in your browser. It really helps to speed up your development time. A lot of text editors offer HTML previews and such, but they only work for plain .html pages. The great thing about Live.js is that it works on any webpage, including a working WordPress theme...............(.read more.)
1More

The Fundamentals of Bash Scripting - 0 views

  •  
    Shell scripts are widely used in the UNIX world. They're excellent for speeding up repetitive tasks and simplifying complex execution logic. They can be as simple as a set of commands, or they can orchestrate complex tasks. In this tutorial, we'll learn more about the Bash scripting language by writing an example script step-by-step.
4More

Best Practices for Speeding Up Your Web Site - 1 views

  • Arranging the images in the sprite horizontally as opposed to vertically usually results in a smaller file size. Combining similar colors in a sprite helps you keep the color count low, ideally under 256 colors so to fit in a PNG8. "Be mobile-friendly" and don't leave big gaps between the images in a sprite. This doesn't affect the file size as much but requires less memory for the user agent to decompress the image into a pixel map. 100x100 image is 10 thousand pixels, where 1000x1000 is 1 million pixels
  • Minification is the practice of removing unnecessary characters from code to reduce its size thereby improving load times. When code is minified all comments are removed, as well as unneeded white space characters (space, newline, and tab). In the case of JavaScript, this improves response time performance because the size of the downloaded file is reduced.
  • Many web sites fall in the middle of these metrics. For these sites, the best solution generally is to deploy the JavaScript and CSS as external files. The only exception where inlining is preferable is with home pages, such as Yahoo!'s front page and My Yahoo!. Home pages that have few (perhaps only one) page view per session may find that inlining JavaScript and CSS results in faster end-user response times. For front pages that are typically the first of many page views, there are techniques that leverage the reduction of HTTP requests that inlining provides, as well as the caching benefits achieved through using external files. One such technique is to inline JavaScript and CSS in the front page, but dynamically download the external files after the page has finished loading. Subsequent pages would reference the external files that should already be in the browser's cache.
  • ...1 more annotation...
  • CSS Sprites are the preferred method for reducing the number of image requests. Combine your background images into a single image and use the CSS background-image and background-position properties to display the desired image segment.

Responsible Use of Technology - 0 views

started by Fadsan Technologies Private Limited on 04 May 21 no follow-up yet

Content of 5G Conectivity - 0 views

started by eshopping786 on 06 Nov 21 no follow-up yet

Why You should hire a Good Website Development Company - 0 views

started by Rajmith Company on 27 Sep 23 no follow-up yet
1More

Joomla Web Development Company USA | Joomla Development Services - 0 views

  •  
    Siddhi Infosoft a leading Joomla development company offering superior Joomla development services that meet quality standards. Hire expert Joomla Developers!
1More

Ways to Leverage Agile for Your DevOps Transformation - 0 views

  •  
    Agile software development, on the other hand, is more focused on software development to speed up project delivery. As was already mentioned, the end result is the same. Therefore, merging the two will help overcome the drawbacks of each, resulting in Agile DevOps, which has advantages like faster delivery and improved customer satisfaction, leading to higher revenue and profit growth.
« First ‹ Previous 41 - 60 of 62 Next ›
Showing 20 items per page