Register Members List Search Today's Posts Mark Forums Read

Reply
 
Thread Tools
  #76  
Old 25 Jun 2012, 04:56
final kaoss final kaoss is offline
 
Join Date: Apr 2006
Yes I do submit the bugs that I happen upon, always have. The thing with vbulletin's ckeditor is that it is heavily modded & custom coded and god only knows what kind of unholy things were done to it's javascript to implement it into vbulletin

One thing seems for certain though, if it is deferred it doesn't load and my understanding is that the async attribute contributes to this. (which cloudflare appends to javascript that it finds).

From all I know though, you've seen how the ckeditor code looks before getting thrown into the coding blender & shoved into the vbulletin product. With that said, the only instance I've seen ckeditor in is in vbulletin & invision... which I don't have an invision board to see if the rocketloader breaks it or not. So for now I'll take your word for it & give the ckeditor script in a whole the blame & look to see if I can find any other cms websites that use ckeditor as an editor and attempt to test those via cloudflare's rocketloader.

In order to load a page, the browser must parse the contents of all <script> tags, which adds additional time to the page load. By minimizing the amount of JavaScript needed to render the page, and deferring parsing of unneeded JavaScript until it needs to be executed, you can reduce the initial load time of your page.

Details from Google

There are several techniques that can be used to defer parsing of JavaScript. The simplest and preferred technique is to simply Defer loading of JavaScript until it is needed. A second technique is to use the <script async> attribute where appropriate, which prevents parsing from blocking the initial page load by deferring it until the browser's UI thread is not busy doing something else.
__________________


Last edited by final kaoss : 25 Jun 2012 at 05:06.
Reply With Quote
  #77  
Old 25 Jun 2012, 09:58
Paul M's Avatar
Paul M Paul M is offline
 
Join Date: Sep 2004
Real name: Paul Marsden
Originally Posted by extreme-gaming View Post
The thing with vbulletin's ckeditor is that it is heavily modded & custom coded and god only knows what kind of unholy things were done to it's javascript to implement it into vbulletin
Very little was done to the Javascript (quite deleberately, since any changes would have to be made everytime it was updated to the latest CKE version).
__________________


Cable Forum - DigiGuide
Please Note: I will not answer support questions via e-mail or PM - please use the relevant thread or forum.
Senior vBulletin Developer : Please do not PM me about custom work - I work for Internet brands and no longer have the time to undertake any.
Reply With Quote
  #78  
Old 25 Jun 2012, 12:03
final kaoss final kaoss is offline
 
Join Date: Apr 2006
So what about the extra javascript that the team had to add in? In particular the editing buttons. The ckeditor will load with the rocketloader enabled but the editing buttons will not.
__________________

Reply With Quote
  #79  
Old 14 Aug 2012, 18:38
doctorsexy's Avatar
doctorsexy doctorsexy is offline
 
Join Date: Apr 2011
Real name: Chris
Originally Posted by Paul M View Post
Basically they act like a giant proxy server, your dns [for your site] points to thier servers, so a connecting client connects to them, and they then connect to your site. Thats why you need to make the edits to class core, without them all traffic to your site would appear to originate from their servers, so they pass on the original ip as an http variable.
I know this is an old post but would this be for apply for vb4.2.0 as well... thanks
__________________
http://opensezme.co.uk
Reply With Quote
  #80  
Old 15 Aug 2012, 00:59
Paul M's Avatar
Paul M Paul M is offline
 
Join Date: Sep 2004
Real name: Paul Marsden
For cloudfare ? Yes.
__________________


Cable Forum - DigiGuide
Please Note: I will not answer support questions via e-mail or PM - please use the relevant thread or forum.
Senior vBulletin Developer : Please do not PM me about custom work - I work for Internet brands and no longer have the time to undertake any.
Reply With Quote
  #81  
Old 16 Aug 2012, 13:59
doctorsexy's Avatar
doctorsexy doctorsexy is offline
 
Join Date: Apr 2011
Real name: Chris
The next questions gona be then how do i change the class_core.php to show the real ips .... thanks
__________________
http://opensezme.co.uk
Reply With Quote
  #82  
Old 16 Aug 2012, 20:02
Max Taxable Max Taxable is offline
 
Join Date: Feb 2011
Originally Posted by doctorsexy View Post
The next questions gona be then how do i change the class_core.php to show the real ips .... thanks
I think that's covered in the thread.
Reply With Quote
  #83  
Old 16 Aug 2012, 21:02
doctorsexy's Avatar
doctorsexy doctorsexy is offline
 
Join Date: Apr 2011
Real name: Chris
vbulletin 3.8.4 is but not 4.2.0 the class_core.php is different . need some help if anyone knows how to change it....thanks
__________________
http://opensezme.co.uk

Last edited by doctorsexy : 17 Aug 2012 at 14:30.
Reply With Quote
  #84  
Old 18 Aug 2012, 10:24
BirdOPrey5's Avatar
BirdOPrey5 BirdOPrey5 is offline
 
Join Date: Jun 2008
Real name: Joe D.
Originally Posted by doctorsexy View Post
vbulletin 3.8.4 is but not 4.2.0 the class_core.php is different . need some help if anyone knows how to change it....thanks
Paul's mod for VB 3.8: http://www.vbulletin.org/forum/showthread.php?t=201211

Paul's mod for VB 4.1.0 - 4.2.0+ : http://www.vbulletin.org/forum/showthread.php?t=231873
__________________
-Joe
Qapla.com - Exclusive VB Mods! | Joe's Ultimate Off Topic | My Free VB "Mods"
You can PM me if you want but be warned I do not read them often.
Reply With Quote
  #85  
Old 18 Aug 2012, 13:21
doctorsexy's Avatar
doctorsexy doctorsexy is offline
 
Join Date: Apr 2011
Real name: Chris
Trying it now and all looks well..thanks
__________________
http://opensezme.co.uk
Reply With Quote
  #86  
Old 24 Aug 2012, 15:20
SuperTaz's Avatar
SuperTaz SuperTaz is offline
 
Join Date: Apr 2007
Real name: Jeremy
I have been using cloudflare on my site now for a few weeks and it does help make my site go faster. I am happy that I went with them.
__________________
Global Gamers
My Modifications
Reply With Quote
  #87  
Old 24 Aug 2012, 18:35
doctorsexy's Avatar
doctorsexy doctorsexy is offline
 
Join Date: Apr 2011
Real name: Chris
For the class_core.php file edits for 4.2.0. have a look at this..... http://www.cloudflare.com/wiki/VBulletin
__________________
http://opensezme.co.uk
Reply With Quote
  #88  
Old 12 Oct 2012, 22:16
Max Taxable Max Taxable is offline
 
Join Date: Feb 2011
Originally Posted by OldSchoolDSL View Post
They require you to make 1 small template edit.

http://www.cloudflare.com/wiki/VBulletin_3.8.4

They say this edit applies to vBulletin 3.8.4, but I found it useful on my copy on 4.1.1 also.
Error with this link now, you might want to edit it.
Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
Forum Jump


New To Site? Need Help?

All times are GMT. The time now is 21:33.

Layout Options | Width: Wide Color: