modx-revolution

modx revolution slow backend

时光毁灭记忆、已成空白 提交于 2019-12-07 18:43:43
问题 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? 回答1: 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. 回答2: works in IE and is not slow turn off firebug and

Configuring MODx Revolution to work with both http and https

末鹿安然 提交于 2019-12-06 15:00:19
I have a website using MODx Revolution (2.2.10-pl, advanced install), let's call it www.example.com , which I want to be accessible with both http and https. to achieve this, I tweaked the site_url context setting to be [[++url_scheme]]www.example.com/ . Links created using [[~id]] seem to be alright, however, sometimes, the generated links are really weird. My interpretation is that the code to create links programmatically doesn't work with my settings, but I don't know why, or how else I would go about enabling both http and https. Question first, examples below: How should I set the site

modx revolution slow backend

我的梦境 提交于 2019-12-06 07:58:19
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? 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. works in IE and is not slow turn off firebug and your problem is solved. Chrome works best for me...and modx 2.0.7 works faster. edit: Some people said that it

ModX Revo: Update sites base URL?

百般思念 提交于 2019-12-05 15:10:33
I developed a site for a client before a domain name was chosen. As a result, the URLs for the site pages look like: http://host.mynost.net/~tempname/index.php?id=8 A domain name has now been purchased but if I click on any Wayfinder links it still uses the old path as above instead of, say: http://domainname.com/index.php?id=8 I assume this is configured in the config.inc.php file, but I am unsure of what to change. Can anyone point me in the right direction? Thanks! You need to change $modx_base_url= '/' in /core/config/config.inc.php and if that is not enough - manually clean /core/cache/

Can I manage my CSS as ModX Resources?

久未见 提交于 2019-12-01 01:51:37
I've been working with the ModX Revolution manager, and was wondering if I can turn my CSS into ModX Resources rather than files. I'd also like to utilize Templates and their variables. Is that possible? What are the drawbacks of doing so? Are there any advantages (aside from the ones I think below)? The reason I would prefer this is that I use several CSS pages with the @import statement to object orient my CSS a little bit better. If I could do this directly in ModX, it would save me uploads and syncing. In previous versions of ModX (Evo and Revo), you used to have to go through tricks. Now