Site Optimisation

Rate this topic: Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.
GK User
Thu May 14, 2015 8:17 am
Reply with quote
Report this post
Hi,

Was optimising website, have enabled all in the advanced settings except CSS overide. Ref# documentaion documentation/uncategorized/easy-ways-to-speed-up-joomla-3-x

WHile I ENABLE "CSS Compression" , the font awesome CDN doesnot load new fonts in 4.3, basically if an exception can be made to : http://maxcdn.bootstrapcdn.com/…t-awesome/4.3.0/css/font-awesome.min.css


Pls let me know how to go about this.

Secondly, I checked site speed insights on Google & Pingdom found few, kindly help me as a novice.

Should Fix:
Eliminate render-blocking JavaScript and CSS in above-the-fold content
Your page has 1 blocking script resources and 19 blocking CSS resources. This causes a delay in rendering your page.
None of the above-the-fold content on your page could be rendered without waiting for the following resources to load. Try to defer or asynchronously load blocking resources, or inline the critical portions of those resources directly in the HTML.
Remove render-blocking JavaScript:
http://bankcircle.in/cache/gk/c9934aa7f ... e7f.js.php


I've already disabled GK Catch Plugin reading your post @ documentation/joomla-extensions/extensions-for-joomla-1-6/gk-cahce-plugin

Optimize CSS Delivery of the following:
http:// fonts.googleapis.com/css?family=Patua+One
http:// fonts.googleapis.com/…ily=PT+Serif:400,700,400italic,700italic
http:// bankcircle.in/…6b6115ae30ac36045ac6633f5bb0c460.css.php
http:// bankcircle.in/media/system/css/calendar-jos.css
http:// bankcircle.in/…emplates/gk_john_s/css/small.desktop.css
http:// bankcircle.in/templates/gk_john_s/css/tablet.css


Minify JavaScript
Compacting JavaScript code can save many bytes of data and speed up downloading, parsing, and execution time.
http://bankcircle.in/cache/gk/c9934aa7f ... e7f.js.php

Minify CSS
Compacting CSS code can save many bytes of data and speed up download and parse times.
Minifying http://bankcircle.in/templates/gk_john_s/css/mobile.css could save 717B (25% reduction) after compression.
Minifying http://bankcircle.in/media/system/css/calendar-jos.css could save 676B (52% reduction) after compression.


Leverage browser caching
Setting an expiry date or a maximum age in the HTTP headers for static resources instructs the browser to load previously downloaded resources from local disk rather than over the network.
Leverage browser caching for the following cacheable resources:
http:// connect.facebook.net/en_US/all.js (20 minutes)
http:// bankcircle.in/templates/gk_john_s/fonts/font-awesome/fontawesome-webfont.woff?v=4.2.0 (60 minutes)
http:// bankcircle.in/templates/gk_john_s/fonts/johns-icons/johns-icons.ttf (60 minutes)
http:// http://www.google-analytics.com/analytics.js (2 hours)


I've already enabled browser catching through the System Catche Plugin & adding following code in the htaccess:

Code: Select all
########## Begin - ETag Optimization
## This rule will create an ETag for files based only on the modification
## timestamp and their size.
## Note: It may cause problems on your server and you may need to remove it
FileETag MTime Size
# AddOutputFilterByType is now deprecated by Apache. Use mod_filter in the future.
AddOutputFilterByType DEFLATE text/plain text/html text/xml text/css application/xml application/xhtml+xml application/rss+xml application/javascript application/x-javascript
# Enable expiration control
ExpiresActive On
# Default expiration: 1 hour after request
ExpiresDefault "now plus 1 hour"
# CSS and JS expiration: 1 week after request
ExpiresByType text/css "now plus 1 week"
ExpiresByType application/javascript "now plus 1 week"
ExpiresByType application/x-javascript "now plus 1 week"

# Image files expiration: 1 month after request
ExpiresByType image/bmp "now plus 1 month"
ExpiresByType image/gif "now plus 1 month"
ExpiresByType image/jpeg "now plus 1 month"
ExpiresByType image/jp2 "now plus 1 month"
ExpiresByType image/pipeg "now plus 1 month"
ExpiresByType image/png "now plus 1 month"
ExpiresByType image/svg+xml "now plus 1 month"
ExpiresByType image/tiff "now plus 1 month"
ExpiresByType image/vnd.microsoft.icon "now plus 1 month"
ExpiresByType image/x-icon "now plus 1 month"
ExpiresByType image/ico "now plus 1 month"
ExpiresByType image/icon "now plus 1 month"
ExpiresByType text/ico "now plus 1 month"
ExpiresByType application/ico "now plus 1 month"
ExpiresByType image/vnd.wap.wbmp "now plus 1 month"
ExpiresByType application/vnd.wap.wbxml "now plus 1 month"

ExpiresByType application/smil "now plus 1 month"
# Audio files expiration: 1 month after request
ExpiresByType audio/basic "now plus 1 month"
ExpiresByType audio/mid "now plus 1 month"
ExpiresByType audio/midi "now plus 1 month"
ExpiresByType audio/mpeg "now plus 1 month"
ExpiresByType audio/x-aiff "now plus 1 month"
ExpiresByType audio/x-mpegurl "now plus 1 month"
ExpiresByType audio/x-pn-realaudio "now plus 1 month"
ExpiresByType audio/x-wav "now plus 1 month"

# Movie files expiration: 1 month after request
ExpiresByType application/x-shockwave-flash "now plus 1 month"
ExpiresByType x-world/x-vrml "now plus 1 month"
ExpiresByType video/x-msvideo "now plus 1 month"
ExpiresByType video/mpeg "now plus 1 month"
ExpiresByType video/mp4 "now plus 1 month"
ExpiresByType video/quicktime "now plus 1 month"
ExpiresByType video/x-la-asf "now plus 1 month"
ExpiresByType video/x-ms-asf "now plus 1 month"


Reference: https:// http://www.siteground.com/tutorials/joo ... -speed.htm
User avatar
Junior Boarder

GK User
Sat May 16, 2015 9:55 am
Reply with quote
Report this post
Hi,

Have been able to fix most of the issues, except gk cache issue , pls help : stating again :
Eliminate render-blocking JavaScript and CSS in above-the-fold content
Your page has 1 blocking script resources and 7 blocking CSS resources.
Remove render-blocking JavaScript:
http://bankcircle.in/cache/gk/992c32b42 ... 7f2.js.php

Optimize CSS Delivery of the following:
http://bankcircle.in/cache/gk/f7faedd08 ... b2.css.php

Minify JavaScript
Minifying http://bankcircle.in/cache/gk/3a343ee49 ... ffe.js.php could save 6.1KiB (4% reduction) after compression.
User avatar
Junior Boarder

teitbite
Sun May 17, 2015 12:38 pm
Reply with quote
Report this post
Hi

Our optimisation script are not perfect and in some cases You need to exclude some files from being compressed together. Mostly if 3rd party extensions were used. Please try using JCH plugin instead. I found it more reliable in such issues.
User avatar
Moderator


cron