[SOLVED] IIS Issues

Thanks again for the help. IIS is much faster than Wamp is. Only problem is I am still using mysql from the wamp server. I already installed mysql using Microsoft Web Platform Installer, but the installation never officially finished, probably because I was running an instance of mysql using wamp. It says it is installed tho. I know how to export and import mysql databases, but I don't know how to start a mysql server from iis despite it saying it is installed. I just don't see a menu for it. How do we proceed?
 
Good work!

is it betaname|user or is it betaname\user? (my guess would be the second as the \ is used to differentiate between domain users)
One would normally think that, but no I did not make a typo. You need to use " | " and not " \ " .

Edit: Found the Post explaining this. You can find it at https://www.iis.net/configreference/system.ftpserver/serverruntime/hostnamesupport

Thank you for the link.

How odd, I have multiple FTP sources set up on IIS servers and have always either used just the username or domain\username :huh:
 
Note this in the opening paragraph:

tlzR2zq.png

I didn't set useDomainNameAsHostName to true, so I was forced to use the pipe character. If I had set it to true, then I could have just put a username.
 
I didn't set useDomainNameAsHostName to true, so I was forced to use the pipe character. If I had set it to true, then I could have just put a username.

I saw that and was a little confused as it shows syntax like domain\user but not just user.
 
Its not too bad. The reason why I moved is because My internet's upload speed dropped from 50mbits to 5mbits (curse you time warner cable) and for some reason IIS loads php faster than wamp does. On wamp, it was taking 4-6 seconds to access any of the pages while signed in. When logged in, it doesnt send cached static files to save bandwidth and instead loads it dynamically through php. If im an anonymous user, then it loads the cached static files in a 2 seconds. Load times on IIS are much better now, where logged in takes around 2 and a half seconds.Anonymous is about half a second faster. I notice there is alot of Waiting on Betaleaf.net before it actually starts to load. Any ideas how to shorten that down?
 
Yeah give me a few minutes to do some digging.

The biggest thing you will want to do is load of all the heavy files from elsewhere if you can.

Big one: Javascript files
Code:
<link rel='stylesheet' id='customizr-style-css' href='//betaleaf.net/wp-content/themes/customizr/style.css?ver=3.4.8' type='text/css' media='all'/>
<link rel='stylesheet' id='fancyboxcss-css' href='//betaleaf.net/wp-content/themes/customizr/inc/assets/js/fancybox/jquery.fancybox-1.3.4.min.css?ver=4.3.1' type='text/css' media='all'/>
<link rel='stylesheet' id='jetpack_css-css' href='//betaleaf.net/wp-content/plugins/jetpack/css/jetpack.css?ver=3.7' type='text/css' media='all'/>
<script type="text/rocketscript" data-rocketsrc='//betaleaf.net/wp-includes/js/jquery/jquery.js?ver=1.11.3'></script>
<script type="text/rocketscript" data-rocketsrc='//betaleaf.net/wp-includes/js/jquery/jquery-migrate.min.js?ver=1.2.1'></script>
....
<script type="text/rocketscript" data-rocketsrc='//betaleaf.net/wp-content/plugins/buddypress/bp-core/js/confirm.min.js?ver=2.3.3'></script>
<script type="text/rocketscript" data-rocketsrc='//betaleaf.net/wp-content/plugins/buddypress/bp-core/js/widget-members.min.js?ver=2.3.3'></script>
<script type="text/rocketscript" data-rocketsrc='//betaleaf.net/wp-content/plugins/buddypress/bp-core/js/jquery-query.min.js?ver=2.3.3'></script>
<script type="text/rocketscript" data-rocketsrc='//betaleaf.net/wp-content/plugins/buddypress/bp-core/js/jquery-cookie.min.js?ver=2.3.3'></script>
<script type="text/rocketscript" data-rocketsrc='//betaleaf.net/wp-content/plugins/buddypress/bp-core/js/jquery-scroll-to.min.js?ver=2.3.3'></script>
....
<script type="text/rocketscript" data-rocketsrc='//betaleaf.net/wp-content/plugins/buddypress/bp-templates/bp-legacy/js/buddypress.min.js?ver=2.3.3'></script>
<script type="text/rocketscript" data-rocketsrc='//betaleaf.net/wp-content/themes/customizr/inc/assets/js/modernizr.min.js?ver=3.4.8'></script>
<script type="text/rocketscript" data-rocketsrc='//betaleaf.net/wp-content/themes/customizr/inc/assets/js/fancybox/jquery.fancybox-1.3.4.min.js?ver=3.4.8'></script>

You should be able to load most of those off a CDN like googles/amazons: https://developers.google.com/speed/libraries/?hl=en


A decent chunk of the delay is from slow access:
Code:
Microsoft Windows [Version 6.3.9600]
(c) 2013 Microsoft Corporation. All rights reserved.

C:\Users\Geoff>tracert betaleaf.net

Tracing route to betaleaf.net [2400:cb00:2048:1::6812:268a]
over a maximum of 30 hops:

  1    <1 ms    <1 ms    <1 ms  -----------------------------
  2    17 ms     7 ms    13 ms  -----------------------
  3    34 ms    20 ms    10 ms  xe-2-3-2-sur04.beaverton.or.bverton.comcast.net
[2001:558:f2:b6::1]
  4    12 ms    11 ms    13 ms  xe-2-1-3-0-ar03.beaverton.or.bverton.comcast.net
 [2001:558:f0:81::1]
  5    17 ms    19 ms    22 ms  he-0-4-0-6-cr02.seattle.wa.ibone.comcast.net [20
01:558:0:f754::1]
  6     *        *        *     Request timed out.
  7    17 ms    16 ms    13 ms  ae-19.r04.sttlwa01.us.bb.gin.ntt.net [2001:418:0
:2000::5d]
  8    17 ms    17 ms    19 ms  xe-0-1-0-5.r04.sttlwa01.us.ce.gin.ntt.net [2001:
418:0:5000::6f5]
  9    16 ms    15 ms    14 ms  2400:cb00:2048:1::6812:268a

Trace complete.

C:\Users\Geoff>ping betaleaf.net

Pinging betaleaf.net [2400:cb00:2048:1::6812:268a] with 32 bytes of data:
Reply from 2400:cb00:2048:1::6812:268a: time=14ms
Reply from 2400:cb00:2048:1::6812:268a: time=15ms
Reply from 2400:cb00:2048:1::6812:268a: time=29ms
Reply from 2400:cb00:2048:1::6812:268a: time=15ms

Ping statistics for 2400:cb00:2048:1::6812:268a:
    Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),
Approximate round trip times in milli-seconds:
    Minimum = 14ms, Maximum = 29ms, Average = 18ms

C:\Users\Geoff>

Not a whole lot you can do about that, you might try prioritizing the traffic on your router. But I wouldn't spend too much time here.


I would focus on the first one and outsource the JS files and possibly the images as well then reanalyze afterwards.
 
Last edited:
Yea I was looking into Amazon's CDN service but I am poor and don't have alot of money, thus the downgrade in speed. Is there any free solution available?

Tons, most javascript libraries are hosted freely by the vendor and by google.

If your site does not get tons of traffic you can upload the images to places like photobucket/imageshack/google.

If you have amazon prime you get a free 5gb drive you could use to host some of them.

More: 3 Methods To Host Your Wordpress Blog Images On An External Server
 
Last edited:
I don't have any priority settings on my router, however, I use software called NetBalancer to manage my network's bandwidth. The System task which hosts the mysql, ftp, and html server is priortized already.
 
Yea I was looking into Amazon's CDN service but I am poor and don't have alot of money, thus the downgrade in speed. Is there any free solution available?

Tons, most javascript libraries are hosted freely by the vendor and by google.

If your site does not get tons of traffic you can upload the images to places like photobucket/imageshack/google.

If you have amazon prime you get a free 5gb drive you could use to host some of them.
Ah ok, In that case, my mom has amazon prime. I can use her account. She doesn't use the storage anyways. I got mom and dad set up with office 365 which comes with 1TB of OneDrive Storage(which she still wont use lol). I personally love the fetch feature. Flash drives are dead. Anyways, I'll look into it tomorrow, and try to set it up. If I need help, Ill come here. Should I make a new post or use this one?
 

Has Sysnative Forums helped you? Please consider donating to help us support the site!

Back
Top