11
wizanda
Re: New Discovery on how to speed up Xoops Themes loading times!
  • 2007/3/8 12:08

  • wizanda

  • Home away from home

  • Posts: 1585

  • Since: 2004/3/21


Also removing all blank spaces from the html, within the now JavaScript file speed things up also.
Plus try and keep all questioning of content to the XOOPS theme and then just includeq items quicker.

12
wizanda
Re: New Discovery on how to speed up Xoops Themes loading times!
  • 2007/3/8 17:09

  • wizanda

  • Home away from home

  • Posts: 1585

  • Since: 2004/3/21


This works by far the best in IE and unsure whether to add the complementary this site is “faster surfed on IE” as really this takes the biscuit.

You can also take the
<div id="content"> <{$xoops_content}></div>

Place that in it own JS file no spaces, best is above the individual themes, in the themes directory.

Xoopscontent.js
<{$xoops_content}>

Replace in Theme.html
<div id="content">  <{includeq file='xoopscontent.js'}>
     </
div>


This means it can call the content cached in js faster for Smarty to then fill.
Reason for all of that, is to lighten the load on the html file and make it load first, then fill in all includes; which when JS is faster.

13
raygauci
Re: New Discovery on how to speed up Xoops Themes loading times!
  • 2007/3/8 19:56

  • raygauci

  • Just popping in

  • Posts: 64

  • Since: 2004/12/16


This report needs to be put in such a way that we can follow it one step at a time kind of layout and placed in XOOPS FAQ, what do you think? Must admit XOOPS is slow when it is heavy with content like Articles, Smartsection etc

Ray

Login

Who's Online

76 user(s) are online (53 user(s) are browsing Support Forums)


Members: 0


Guests: 76


more...

Donat-O-Meter

Stats
Goal: $100.00
Due Date: Apr 30
Gross Amount: $0.00
Net Balance: $0.00
Left to go: $100.00
Make donations with PayPal!

Latest GitHub Commits