vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB4 General Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=251)
-   -   SLOW speed on WIFI! (https://vborg.vbsupport.ru/showthread.php?t=314688)

BULLDOG 10-03-2014 11:17 AM

SLOW speed on WIFI!
 
I have just had fiber net installed in my apartment.

I've tested the speed which showed a result of 45/38 megabit per second.

So the speed is fine!

BUT when I browse pipesmokerunlimited on my iPhone using Safari AND WiFi, the speed is very slow, but ONLY on pipesmokerunlimited.com! On all other sites, the speed is super fast!

If I choose to browse pipesmokerunlimited.com on LTE on my iPhone instead of WiFi, the speed becomes super fast. As soon as I switch back to WiFi, the speed becomes very slow.

On my computer (Windows Vista), I can now only use WiFi... this means that I cannot browse pipesmokerunlimited.com properly anymore as the slow speed is killing me!

Here's a ping test I made:

https://vborg.vbsupport.ru/external/2014/10/32.jpg
upload an image

Please help me fix this so that I can again get the high speed back on pipesmokerunlimited.com using WiFi!

Max Taxable 10-03-2014 12:48 PM

Gzip compression and caching of static content would be your friend. That site is slow even for fast cable connections, 14-16 second load time.

http://www.webpagetest.org/result/141003_NT_9P/

Might "seem" fast to you due to your browser caching.

Your jquery and external.php scripts are returning 404 errors too.

BULLDOG 10-04-2014 01:07 PM

Thanks!

So please what do I need to do to fix it?

We're losing members because of this, so I need help quickly.

ozzy47 10-04-2014 01:10 PM

How by changing your WIFI does this affect other users?

BULLDOG 10-04-2014 01:31 PM

It's not just me who experiences the site lag but practically every user...

What puzzles me is that the site is fast on LTE on the phone but not on WiFi (and just tested WiFi speed again which showed 51 / 36 megabits per second).

How do I change WiFi?

BTW.: for instance THIS site works just fine! It's only pipesmokerunlimited that seems to have problems.

ozzy47 10-04-2014 01:33 PM

You need to correct the issues Max pointed out in post #2 first.

BULLDOG 10-04-2014 01:35 PM

Okay, thanks! So how do I go about correcting those mentioned issues?

--------------- Added [DATE]1412434766[/DATE] at [TIME]1412434766[/TIME] ---------------

I downloaded the Firefox browser to see how that works... still slow speed!

BUT:

Every time I refresh or navigate the page, I see the browser telling me "Finding www.pipesmokerunleased"... (this was the forums old name and url).

So we need to remove that re-direct!

How to go about this, please?

Lynne 10-04-2014 04:50 PM

I'm not seeing any redirect, but the site does take a bit to load. You may want to consider switching the default from activity.php to forum.php. How did you do the the redirect? Do you have an .htaccess file? What is in there?

BULLDOG 10-06-2014 10:29 AM

How / where do I do that switch, Lynne?

Also, the owner made this test that showed the below results... how / where do we fix the things in red?

Still, I find it very odd that the site works just fine on LTE on my phone but NOT on WiFi on the computer and the phone... how come this happens??

The test:

http://s1.postimg.org/4r6j5ffof/psuproblems.jpg

Dave 10-06-2014 10:41 AM

Disable/remove Arrowchat, remove all of the resources and references. (Check the footer template?)

ozzy47 10-06-2014 10:44 AM

Quote:

Originally Posted by BULLDOG (Post 2517848)
How / where do I do that switch, Lynne?

To switch the default page.

1) Go to your Admin CP

2) On the side menu expand "Settings" and click on "Navigation Manager"

3) The Navigation Manager will look like this, though you probably have less tabs then I do. You will see "What's New" is listed as "Default."

4) To change the default find the drop down menu on the line of the tab you want to be default. In this example we will make "Forum" the new default. Choose "Set Default."

5) If necessary click "Go" after selecting Set Default- This will bring you to the final page-

6) Confirm your choice by clicking on "Save."

You will then be returned to the Navigation Manager and "Forum" will be the new default tab. So if anyone goes to www.yoursite.com or www.yoursite.com/index.php they will see the "Forum" page.

Jesla 10-06-2014 11:46 AM

Quote:

Originally Posted by Lynne (Post 2517671)
..... Do you have an .htaccess file? What is in there?

<IfModule mod_deflate.c>
SetOutputFilter DEFLATE
<IfModule mod_setenvif.c>
# Netscape 4.x has some problems...
BrowserMatch ^Mozilla/4 gzip-only-text/html

# Netscape 4.06-4.08 have some more problems
BrowserMatch ^Mozilla/4\.0[678] no-gzip

# MSIE masquerades as Netscape, but it is fine
# BrowserMatch \bMSIE !no-gzip !gzip-only-text/html

# NOTE: Due to a bug in mod_setenvif up to Apache 2.0.48
# the above regex won't work. You can use the following
# workaround to get the desired effect:
BrowserMatch \bMSI[E] !no-gzip !gzip-only-text/html

# Don't compress images
SetEnvIfNoCase Request_URI .(?:gif|jpe?g|png)$ no-gzip dont-vary
</IfModule>

<IfModule mod_headers.c>
# Make sure proxies don't deliver the wrong content
Header append Vary User-Agent env=!dont-vary
</IfModule>
</IfModule>

Lynne 10-06-2014 04:11 PM

Do what is suggested in post 10 and 11. arrowchat is definitely causing issues (all those issues in red that are in your image are from arrowchat).

Also, try removing the .htaccess and see if that makes a difference (just rename it to disable it).

Jesla 10-06-2014 04:36 PM

I renamed the .htaccess.....

I don't see an arrowchat directory that those errors point too.....

Where would I look for where these errors are coming from?

Thanks for all the help......

Dave 10-06-2014 04:43 PM

Quote:

Originally Posted by Jesla (Post 2517904)
I renamed the .htaccess.....

I don't see an arrowchat directory that those errors point too.....

Where would I look for where these errors are coming from?

Thanks for all the help......

Disable the Arrowchat plugin, if present.
Search through the templates for "arrowchat" and remove all references.

Lynne 10-06-2014 05:31 PM

Quote:

Originally Posted by Jesla (Post 2517904)
I don't see an arrowchat directory that those errors point too.....

Where would I look for where these errors are coming from?

Thanks for all the help......

The errors are because there is no directory there, thus it can't find the files. So, disable the modification.

Jesla 10-06-2014 05:47 PM

Done......so far so good, I haven't crashed the site anyway.

Found and deleted arrowchat in the template Header.

How would I just comment out the line instead of deleting it?

I also changed some lines in the template that referred to
pipesmokerunleashed.com to pipesmokerunlimited.com.....

Dave 10-06-2014 05:49 PM

Your site loads a lot faster to me now. ;)

Jesla 10-06-2014 05:54 PM

Cool, thank you guys so much......

thetechgenius 10-08-2014 11:04 PM

Yeah, it loads very fast for me too.

If you want to load even faster, install (Linux) Google Page Speed or (windows) IISpeed on your server and enable it for every site you want to load faster. I have IISpeed enabled on my server and site, and it loads very fast. However, the first time you enable it for your site, it might take awhile for it to start working properly, because it needs to start caching your site resources.

BULLDOG 10-09-2014 06:26 AM

Thanks for the help, guys!


All times are GMT. The time now is 03:27 AM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01114 seconds
  • Memory Usage 1,759KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (4)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (21)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete