← Back to team overview

mahara-contributors team mailing list archive

[Bug 1443732] A change has been merged

 

Reviewed:  https://reviews.mahara.org/4615
Committed: http://gitorious.org/mahara/mahara/commit/7c51c3f1778cdafb239aaa8f50df4a7219162222
Submitter: Robert Lyon (robertl@xxxxxxxxxxxxxxx)
Branch:    15.04_STABLE

commit 7c51c3f1778cdafb239aaa8f50df4a7219162222
Author: Aaron Wells <aaronw@xxxxxxxxxxxxxxx>
Date:   Tue Apr 14 14:08:52 2015 +1200

Limit AJAX loading to DB-heavy blocks

Bug 1443732

Change-Id: I61a59f7615f29b7386d9806695c8da70dcbc4938

-- 
You received this bug notification because you are a member of Mahara
Contributors, which is subscribed to Mahara.
Matching subscriptions: Subscription for all Mahara Contributors -- please ask on #mahara-dev or mahara.org forum before editing or unsubscribing it!
https://bugs.launchpad.net/bugs/1443732

Title:
  Turn AJAX block-loading off except for blocks that need it

Status in Mahara ePortfolio:
  Fix Committed
Status in Mahara 15.04 series:
  Fix Committed
Status in Mahara 15.10 series:
  Fix Committed

Bug description:
  While the AJAX block-loading speeds up page loads if there are blocks
  that take a long time to render, it can actually slow down page load
  if you have many blocks that are quick to load, but you have a slow
  ping time to your Mahara site.

  So, it will probably create the least user frustration if we turn off
  the AJAX block loading feature for all blocks except the ones that are
  quite prone to loading slowly (i.e. ones that are database-heavy.)

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1443732/+subscriptions


References