![]() |
Big Issue with javascript and admin panel refreshing
Ok, yesterday I switched to cloudflare. Today all of a sudden my admincp panel keeps refreshing and my javascript ticker is showing a letter A after every thread. Help please.
|
You don't need cloudflare. It doesn't help performance and it actually slows down first byte time. I used it for two years before I learned how to actually optimize a site.
My advice is dump it. See if you have the Rocket Loader enabled, it's known to cause these types of issues. |
Yep
|
See if you have the Rocket Loader enabled, it's known to cause these types of issues.
|
Actually my first time load hasn't changed much at all and my reload time has improved but I am not really using it for faster load. I am using it because I need external name servers. I will just be using it until I figure out how to get better ones.
I believe it was RocketLoader on Cloudflare that was causing the issue but I disabled all the extras until I figure out exactly what was causing the issue. |
Well, it's documented that CF interferes with the "handshake" thereby causing longer first byte time, CF even admitted it finally.
But yeah, RocketLoader definitely messes up stuff. |
Quote:
I had the same issue. You have to create a page rule in Cloudflare. Create a rule for your admincp, mine is as following: http://yourdomain/admincp/index.php* The above rule was for my Vb5 site, I don't know whether your admincp is using a different url. Just basically disable all caching and performance related options for admincp in your page rule. Regarding issues with other parts of the site... there's a performance option in cloudflare that is beta... it is under the speed category and is called "Rocket Loader". It caused all kinds of issues so I turned it off. |
Quote:
|
<a href="https://blog.cloudflare.com/ttfb-time-to-first-byte-considered-meaningles/" target="_blank">Stop worrying about first byte time.</a>
|
Quote:
|
Quote:
This is through Cloudflare: http://www.webpagetest.org/result/160128_YG_9SK/ |
Quote:
Here's what you really look like, use IE 11 only as the test browser, for worst case. Firefox and Chrome skip certian types of calls to make themselves appear "faster" to the end user. http://www.webpagetest.org/result/160128_F8_AW6/ It's not open to debate, CF acknowledged it. It's simply a fact. But like any other religious belief, no amount of facts can persuade a CF evangelist. |
Quote:
|
Quote:
Quote:
|
More edification. Long read but very educational:
https://thethemefoundry.com/blog/why...-cdn-spdy-ssl/ Quote:
|
Quote:
I just wasn't sure which setting was causing the issue at first so I disabled everything and turned them on one at a time. All seems ok now. --------------- Added [DATE]1453972257[/DATE] at [TIME]1453972257[/TIME] --------------- Quote:
As for Cloudflare, I really switched to it because I needed a free external dns and they seemed pretty solid. Like I said, I have not noticed a difference in first time page load but once cached i have noticed a much faster load time so far. Some of the options are pretty decent as well like the smart error page. if someone gets a 404 they will get an error page with a search of your pages related to what they were visiting. That is pretty awesome. Thanks for the research. I will definitely check it out. I am always happy to learn more. :) |
Richie, one thing you can do is increase the caching of static content beyond 5 hours for repeat visitors.
You have a 404 to fix as well http://www.webpagetest.org/result/16...P3H/1/details/ |
Quote:
Funny you mentioned that as I had increased that already from 4 to 5 upon set up. :) I am checking that link right now! I am sure we have a few of those kicking around.. --------------- Added [DATE]1453985467[/DATE] at [TIME]1453985467[/TIME] --------------- I removed the ssl image thing as the javascript was slowing the entire site load. I am looking at the tag cloud. I think it is the style cache. I wll just turn it off for awhile I think. I recently cleared all the tags and there are only a few now..The rest must be stuck in the style cache. |
You could probably get away with caching js/css for a month or two and the images for 1-2 weeks.
|
Quote:
In regards to caching I am still trying to figure out how to do this properly with Cloudflare. With the free account caching options are very limited. Are you referring to htaccess because those settings are bypassed now by cloudflare. I can set a longer time but the only other options are: No Query String Ignore Query String Standard I currently have standard set. I know there are ways to link my images directly from the cdn or use my own ip address which would then use my htaccess but that would remove the security. #Question.. I have a mail server set up through my domain and ip and the record is in cloudflare. Do I need this record there? It is a security vulnerability as it allows people to see my ip directly. Thanks!! --------------- Added [DATE]1454066040[/DATE] at [TIME]1454066040[/TIME] --------------- Going to create a new post. Having more problems. |
Just for FYI, I dropped a second on avg and sometimes two seconds after using Pro version. I went back to the free version after trying to cut monthly expenses. I am using Rocket Loader at the moment and having no issues with VB5. Again that page rule was important to create for the admincp. It blinked uncontrollably.
Interested in your last post as I am currently using Standard and not no query string or ignore. Just saying if it is an option for you to experiment with the Pro version it is worthwhile. Total things I did last night to reduce page load from 9 seconds + to 3-4 seconds: Enabled "Rocket Loader" in Cloudflare (Improves load time for pages that include JavaScript) Disabled Gzip Compression in Vbulletin Enabled Compression in Apache Changed .htaccess Minified JS File (header-rollup) Removed Cookie Consent Script (was loading before the fold) Removed YouTube Video from Front Page Compressed various images to reduce size |
Quote:
Enabled Compression in Apache Changed .htaccess Minified JS File (header-rollup) |
Quote:
Sure, here is my .htaccess. Mind you I use Vbulletin 5. I tried Ozzys mods on ozzmods which I see you on, but they didn't work on my server with my site, but I did pick up a few tips. I incorporated the following: Vbulletin .htaccess Since gzip is enabled and handled by Apache there was no need for Vbulletin 5 to do it also.... a tip I picked up from Ozzy. I used an online Js minifier and compressed the js file: http://jscompress.com/ It was recommended by various website test pages to do. Ya might like to check this site out: https://varvy.com/pagespeed/ By the way I am using Gtmetrix for the speed test. Comparisons are before and after which dropped 6-7 seconds on avg. |
PHP 7 with OPCache also makes a difference. :)
|
Quote:
Yep, already use Gzip. It is ok to have it running either on Vbulletin or your server but not both. I will check the javascript. I was trying to set up javacsript using the defer attribute but I never had time to finish. Hopefully your way is easier. :) I also use GTmetrix, Googles page speed and the webpagespeed test page. using all of them is a good way to narrow things down. I love GTmetrix though especially for images! I will give rocketbooster another try. I just have to add a rule to have it ignore my javascript newsticker because it ads a letter "A" to every thread shown. It did speed up everything though. Thanks! Any chance you could help me out with your dns settings? Have you checked your dns on mxttolbox? How can we set up reverse dns when using an external ip? --------------- Added 29 Jan 2016 at 23:33 --------------- Quote:
--------------- Added 30 Jan 2016 at 00:03 --------------- Quote:
--------------- Added 30 Jan 2016 at 00:21 --------------- My newsticker runs off rss so I suppose I just add http://#########.com/external.php as rule? Nope, that didn't work. How do I make Rocketbooster ignore certain javascript? I only get 3 rules.. bummer. Not ready to spend $20 a month extra though on a pro account. :) ##Figured that out. Just add the following to the script tag you want ignored. PHP Code:
|
Quote:
|
Just take data-cfasync="false" and paste after <script so you end up with this for example:
PHP Code:
|
All times are GMT. The time now is 12:59 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 | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|