Skip to content

Prem2k17/freshersworld

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Freshersworld

Special thanks to Freshersworld for giving me a chance to design their website screen.

Demo URL

Feeling happy to show demo on my site - CLICK HERE FOR DEMO

Installation Procedure

  1. git clone https://github.com/Prem2k17/freshersworld.git
    (OR) npm install freshersworld
  2. cd freshersworld
  3. npm install
  4. npm install gulp -g
  5. For running in Development mode - "gulp serve:dev"
  6. For running in Production mode - "gulp serve:prod"

Optimizations Added In Production Mode

  1. Cached all html pages once at start of application. htmlTemplateCache.js

  2. Compressed all application css files into single css file. app.min.css

  3. Compressed all plugin css files into single css file. vendor.min.css

  4. Compressed all application js files into single js file. app.min.js

  5. Compressed all plugin js files into single js file. vendor.min.js

  6. Cached all html resource files using MD5 hashcode versioning method. index.html

  7. Optimized all images before integration, Used Sprite images concept for image optimization.

  8. Integrate GZIP compression on server level resources.

Web Performance - Google Analytics Performance Test Report

This website scores performance test

# 80% on mobile layout and 

# 93% on desktop layouts

Reference :

click here to view Google speed test report

About

Freshersworld app

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published