<![CDATA[ Give MODX some speed! - My Forums]]> https://forums.modx.com/thread/?thread=80377 <![CDATA[Re: Give MODX some speed!]]> https://forums.modx.com/thread/80377/give-modx-some-speed?page=4#dis-post-536297 https://github.com/bezumkin/debugParser . There is a version to buy on MODstore (https://modstore.pro/packages/utilities/debugparser), if you don't want to build it yourself. There is a GPM buildable version on https://github.com/Jako/debugParser .]]> Jako Dec 24, 2015, 04:55 AM https://forums.modx.com/thread/80377/give-modx-some-speed?page=4#dis-post-536297 <![CDATA[Re: Give MODX some speed!]]> https://forums.modx.com/thread/80377/give-modx-some-speed?page=4#dis-post-536295
Any info is helpful. Even small things you found out like this: https://twitter.com/bytethinker/status/679793529128914944]]>
gallenkamp Dec 24, 2015, 04:24 AM https://forums.modx.com/thread/80377/give-modx-some-speed?page=4#dis-post-536295
<![CDATA[Re: Give MODX some speed!]]> https://forums.modx.com/thread/80377/give-modx-some-speed?page=4#dis-post-473492 Quote from: absent42 at Jul 28, 2013, 08:04 PM
Another way I've had success speeding up page loads is using pdoResources from pdoTools in place of getResources when processing of TVs aren't required.

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

And FYI, I get the same "Cannot modify header information - headers already sent by" errors when trying to use xfpc.

thanks for this, its so helpful in speeding up the modx.]]>
ballyjames21 Jul 30, 2013, 10:55 AM https://forums.modx.com/thread/80377/give-modx-some-speed?page=4#dis-post-473492
<![CDATA[Re: Give MODX some speed!]]> https://forums.modx.com/thread/80377/give-modx-some-speed?page=4#dis-post-473314
http://modx.com/extras/package/pdotools

And FYI, I get the same "Cannot modify header information - headers already sent by" errors when trying to use xfpc.]]>
absent42 Jul 28, 2013, 08:04 PM https://forums.modx.com/thread/80377/give-modx-some-speed?page=4#dis-post-473314
<![CDATA[Re: Give MODX some speed!]]> https://forums.modx.com/thread/80377/give-modx-some-speed?page=4#dis-post-472826 Quote from: mindeffects at Nov 12, 2012, 04:33 AM
If you want to optimize the speed of MODX you should also evaluate the performace tags the system comes with:

  • [^qt^] Query Time (in seconds)
  • [^q^] Queries. Number of requests (queries) made for the page-load where this appears.
  • [^p^] PHP parsing time (in seconds)
  • [^t^] Total load time (in seconds)
  • [^s^] Source of the load (usually, this reads 'database', but presumably this could also be 'cache')

You could put those MODX-tags into the HTML title-tag so you don't have to look into the sourcecode each time you do a reload. On a live site, this may be not such a good idea and you might want to place them inside a meta-tag:
<meta name="generator" content="Query time: [^qt^] ([^q^] Queries) // Parse time: [^p^] // Total time: [^t^] // Source: [^s^]">

RTFM somehow does not contain anything about the ^-tags. :-(

cheers
Oliver

P.S.: It was aweseome meeting you guys at the MODXpo in Utrecht.

Hmmmm that interesting but I cant get query values
<meta name="generator" content="Query time: 0.0000 s (0 Queries) // Parse time: 0.2156 s // Total time: 0.2156 s // Source: database">
]]>
howster Jul 24, 2013, 03:04 PM https://forums.modx.com/thread/80377/give-modx-some-speed?page=4#dis-post-472826
<![CDATA[Re: Give MODX some speed!]]> https://forums.modx.com/thread/80377/give-modx-some-speed?page=4#dis-post-470885 exside Jul 04, 2013, 11:49 PM https://forums.modx.com/thread/80377/give-modx-some-speed?page=4#dis-post-470885 <![CDATA[Re: Give MODX some speed!]]> https://forums.modx.com/thread/80377/give-modx-some-speed?page=4#dis-post-470828 But on my home page I created some teaser texts with thumbnail images where I also wanted to show the number of comments which are written. That can be implemented with QuipCount. And these numbers are never updated. When a visitor writes a comment you can't see the right QuipCount number on the home page. I call the snippet QuipCount uncached. It seems to be that XFPC doesn't realize that it has to refresh the home page too.
What can I do?]]>
dracovina Jul 04, 2013, 07:45 AM https://forums.modx.com/thread/80377/give-modx-some-speed?page=4#dis-post-470828
<![CDATA[Re: Give MODX some speed!]]> https://forums.modx.com/thread/80377/give-modx-some-speed?page=3#dis-post-466235
I have the same error with XFPC. Do you know how to fix?

In addition I realized another issue. I am using the comment Addon "Quip". When a visitor writes a new comment, the XFPC cache won't be updated. Or am I doing something wrong? I just installed XFPC, logged out and then visit all my pages. When I am writing a new comment (when I'm logged out), it won't appear. But when I'm logged in, the pages are updated and the new comments are shown. (The same with "QuipCount" comment counts on the overview pages)

Has anybody experience with that combination XFPC and Quip?

Thanks!

Best regards from Germany
Isabel]]>
dracovina May 13, 2013, 02:27 PM https://forums.modx.com/thread/80377/give-modx-some-speed?page=3#dis-post-466235
<![CDATA[Re: Give MODX some speed!]]> https://forums.modx.com/thread/80377/give-modx-some-speed?page=3#dis-post-456655 Quote from: lastoftheromans at Jan 03, 2013, 05:19 PM
from two weeks i use xfpc and my site really work fast! BUT i get this error in log:

[2013-01-03 19:18:34] (ERROR @ /index.php) [OnWebPageComplete]

<b>Warning</b>: Cannot modify header information - headers already sent by (output started at /home/user/public_html/core/model/modx/modresponse.class.php:189) in <b>/home/user/public_html/core/cache/includes/elements/modplugin/16.include.cache.php</b> on line <b>106</b>

do you have some ideas?

I'm testing XFPC, really powerful, but I have the same error in log... did you solve it?
Thanks]]>
tillilab Feb 26, 2013, 09:43 AM https://forums.modx.com/thread/80377/give-modx-some-speed?page=3#dis-post-456655
<![CDATA[Re: Give MODX some speed!]]> https://forums.modx.com/thread/80377/give-modx-some-speed?page=3#dis-post-453076 ]]> Hansek Jan 31, 2013, 03:44 AM https://forums.modx.com/thread/80377/give-modx-some-speed?page=3#dis-post-453076