memory plugin suggestion

Creating and modifying plugins.
Post Reply
ICE
Regular
Posts: 240
Joined: Tue Jun 28, 2005 11:15 pm

memory plugin suggestion

Post by ICE »

hello forum,

i've worked with "the other" blogging software (excuse for that :oops: ) and learned about the php memory limit and how easy it is to increase memory use by installing more plugins ... :D

Then i found the wp-memory plugin. It shows the real-time memory use in the dashboards footer.

Is it possible to have a similiar plugin for S9Y? I'm very interested to know, how much memory my S9Y blog use. It could be a clue for installing more plugins in s9y and how better is s9y memory consumption in compare to ...

greets
ICE
onli
Regular
Posts: 2825
Joined: Tue Sep 09, 2008 10:04 pm
Contact:

Re: memory plugin suggestion

Post by onli »

You are allowed to mention wordpress, it's a respectable blogging engine cms ;)

I can't really help you though. I just wanted to note that s9y has a feature like this integrated in the backend, memsnap, which would show the memory usage in the plugin section, but it seems to me like that functionality is broken. Maybe another developer can shed light on this.
mattsches
Regular
Posts: 440
Joined: Sat Nov 05, 2005 9:35 pm
Location: Wiesbaden, Germany
Contact:

Re: memory plugin suggestion

Post by mattsches »

Works for me. In serendipity_config.inc.php, before line 44, insert

Code: Select all

define('USE_MEMSNAP', true);
It's not pretty, but it shows memory usage above the actual s9y output

Code: Select all

[09.09.2013 09:34] 0,00 label "Framework init", totalling 492.560,00
[09.09.2013 09:34] 0,00 label "Framework init", totalling 4.015.176,00
Post Reply