2

Has anyone come up with a way to speed up the backend in modx?

I was thinking that creating a set of pages in modx with admin privileges to modify the site content, so that it looks customized, works in IE and is not slow.

Any thoughts on this?

Daniel
  • 34,125
  • 17
  • 102
  • 150

6 Answers6

5

What version of Revolution are you using?

In the latest release (2.07) a lot of work has been done on the manager and it has been claimed pages will load 50% faster than in previous releases.

Fishcake
  • 10,496
  • 7
  • 44
  • 72
  • I didn't check in the last few days, I'll have to give 2.07 a go (or wait for 2.07 pl2) – Daniel Jan 17 '11 at 20:21
  • 1
    I'm doing some Revo development on a Samsung Netbook, using lightppd, the upgrade to 2.0.7-pl did have a noticable improvement in loading and response of the backend manager. – Adrian Jan 19 '11 at 10:52
2

works in IE and is not slow

turn off firebug and your problem is solved.

oori
  • 5,533
  • 1
  • 30
  • 37
  • It's slow in Chrome as-well. I think the backend is relying too much on Ajax calls, whose speed also depends on the server speed. – Daniel Jan 17 '11 at 21:52
  • It's true about the many ajax requests. 1. debugging console is turned off in chrome? (although i saw it less in chrome) 2. check if it's a server speed issue. on one apache server i saw issues with KeepAlive that were very evident on the /manager page. try "KeepAlive Off" – oori Jan 18 '11 at 02:47
1

Chrome works best for me...and modx 2.0.7 works faster.

edit: Some people said that it works faster when you switch off on-line feeds(settings) in the main dashboard (bugs and news). Also the newest version 2.2 is pretty fast:)

0

there is a cache package which will improve it prolly

http://modx.com/extras/package/xfpc

fourroses
  • 93
  • 1
  • 3
  • 15
0

use new php 5.5. it has a nice caching from php files. I use it and it is great

Hackbard
  • 440
  • 1
  • 4
  • 19
0

There is MODX Ajax manager which can make manager faster. Attention: some old extras can have issues with this one.