Showing posts with label load. Show all posts
Showing posts with label load. Show all posts

Monday, November 28, 2016

How to Make Firefox Load Pages Faster

How to Make Firefox Load Pages Faster


  1. Type "about:config" into the address bar and hit return.

  1. Look for “network.http.keep-alive”. If it’s false, double-click that line and to change it to true.

  2. Make sure “network.http.version” is set to “1.1?.

  3. Look for “network.http.pipelining”. If it’s false, double-click that line and change it to true.

  4. Set "network.http.proxy.pipelining" to true by double-clicking it.

  5. Set "network.http.pipelining.maxrequests" to 8 by double-clicking it. This means it will make 8 requests at once. There is no point setting it higher then 8 as it is capped at 8 max. The default value for this setting is 4.

  6. Optional: Right-click anywhere and select New-> Integer. Name it "nglayout.initialpaint.delay" and set its value to "0". This value is the amount of time the browser waits before it shows you the information it receives. This is particularly helpful on pages with search bars, however, it doesnt actually make the page load faster.


Alternate Method for Broadband Users

  1. Type “about:config” into the address bar and hit return. Scroll down and look for the following entries:
    • network.http.pipelining network.http.proxy.pipelining network.http.pipelining.maxrequests

    • Normally the browser will make one request to a web page at a time. When you enable pipelining it will make several at once, which really speeds up page loading.

  2. Alter the entries as follows:
    • Set “network.http.pipelining” to “true”

    • Set “network.http.proxy.pipelining” to “true”

    • Set “network.http.pipelining.maxrequests” to some number like 100. This means it will make 100 requests at once.

  3. Lastly right-click anywhere and select New-> Integer. Name it “nglayout.initialpaint.delay” and set its value to “0?. This value is the amount of time the browser waits before it acts on information it receives.
  • If you’re using a broadband connection you’ll load pages MUCH faster now!
Tips:
  • Using the “Filter:” search box can make it easier to find the settings youre looking for.
  • If you have problems like slow down, pages not loading or images loading weird, just undo the tweaks in about:config
  • Firefoxs slow loading could be due to the auto update. Disabling the auto-update feature could lead to improved loading time. For disabling update go to Tools--> options -->advanced --> Update and uncheck all the selections and click OK. (Make sure that you update manually at least once a week).
  • Here’s something for broadband people that will really speed Firefox up:
  • Avoid keeping and using too many toolbars, as they, too, can slow down your internet browser.
Warning:
Take note that doing this can actually make certain pages run slower. However, it has potential to make much more pages load faster.

Go to link Download

Read more »

Friday, September 23, 2016

How To Make Your Blog Load Faster

How To Make Your Blog Load Faster


Have you ever wondered why your blog has a high bounce rate? A “bounce visit” simply means a single page visit and this might be injurious to the growth and popularity of a blog. Are you asking what the heck bounce rate means? Bounce rate is calculated as the percentage of single page visits in relation to the total number of visits.

When your blog takes too long to load, visitors might be discouraged from proceeding and decide to close the tab. I often do that especially when I’m on a slow connection. When building a blog, a lot of things must be put into consideration and this includes visitors on slow connections. You might think everything is alright if you’re on a pretty fast LAN connection but try to load your blog using a slow dial-up connection before concluding.
Several things things can contribute to a high bounce rate ranging from low quality contents to lack of internal links and so on but excessively long page load time is one of the major contributors.
To reduce page load time:
1. Be sure you don’t use too much javascripts on external servers. Scripts place on a slow external server will definitely increase your blog’s page load time.
2. Images quite make a blog look attractive but the size and resolution must be moderate.
3. You should realize that you can’t use all the available blogger widgets, select only the important ones.
4. Always check your blog in all popular web browsers after every change you make.
5. If you’re using a custom blogger template, you can upload those images used in styling the template in a blog draft post and replace the links in the template. Some are some are uuploaded on external servers like tinypic and the rest of them. Check your template and change them if you can.
6. Always check your google analytics account to know when you have a problem with bounce visits.
With these little tips, your blog will surely load faster.

Go to link Download

Read more »

Monday, September 12, 2016

How to install Tsung Good Load testing opensource tool for xmpp jabber server

How to install Tsung Good Load testing opensource tool for xmpp jabber server


Are you loooking for a best xmpp/jabber load testing open source (free tool), then TSUNG is a good solution for you.

Tsung is protocol independent and can be used to test Jabber, XMPP, HTTP, SOAP, LDAP and PostgreSQL server.

Tsung can simulate millions request from a machine.

TSUNG INSTALLATION:

Download and Install Erlang:

http://www.erlang.org/download.html

Click on Additional Packages > https://www.erlang-solutions.com/downloads/download-erlang-otp Confirm Ubuntu tab

1. Adding repository entry

To add Erlang Solutions repository (including our public key for apt-secure) to your system, call the following commands:

wget http://packages.erlang-solutions.com/erlang-solutions_1.0_all.deb

sudo dpkg -i erlang-solutions_1.0_all.deb

Go to /etc/apt/

sudo gedit sources.list

Check distribution you are running,

run lsb_release -c



Add one of the following lines to your /etc/apt/sources.list (according to your distribution): at last in sources.txt
deb http://packages.erlang-solutions.com/ubuntu trusty contrib
db http://packages.erlang-solutions.com/ubuntu saucy contrib
db http://packages.erlang-solutions.com/ubuntu precise contrib

2. Installing Erlang

Refresh the repository cache and install the erlang package.

sudo apt-get update

sudo apt-get install erlang

$ su

# Perl Templating-Toolkit and the Gnu plotting utility to create HTML and graphical reports with the result data set.

$ apt-get install gnuplot-nox libtemplate-perl libhtml-template-perl libhtml-template-expr-perl

Run: tsung -f myconfigfile.xml start

LOg: cd to the log directory of your test (say ~/.tsung/log/20040325-16:33/) To generate Report

/usr/lib/tsung/bin/tsung_stats.pl
Open Firefox report.html to see results

** Beware of the dumptraffic attribute. You might want to set it to false for a real load test.
** maxusers=numeric value should be add in clint if testing max users.



Important Links:
http://www.erlang.se/euc/05/0930Remond.pdf 
http://www.process-one.net/en/tsung/
http://beebole.com/blog/erlang/test-performance-and-scalability-of-your-web-applications-with-tsung/

##https://github.com/lavrin/euc-2014/blob/master/README.md



Go to link Download

Read more »