Welcome to Geeklog, Anonymous Friday, July 26 2024 @ 09:21 pm EDT

Development

Somebody think about cache?

  • Wednesday, December 26 2001 @ 11:18 am EST
  • Contributed by: Anonymous
  • Views: 4,792
Geeklog I seen another weblog product, maybe phpweblog, who use a kind of "cache"... the first user pregenerate the php and save everithing in a cache directory... I think this could help if you have a lot of visits and you don't want to hit the database for every user... think about this: If you use database in you home page, every visitor hit your database... in that case I suggest two things:
  • Move all the database content to anoter place
  • Put cache o someting like cache
Now I can imagine at least two ways to implement this:
  • Regenerate cache automatically every XXX minutes/hours
  • Regenerate cache every XXXX hits
    • Of course, this could be dangerous because your site doesn't refresh everithing, but think about saving CPU, fast resolved pages... if you thing big, you need to handle this. Regards... Fercho.-

Performance Tuning

  • Thursday, December 20 2001 @ 06:13 am EST
  • Contributed by:
  • Views: 12,337
Geeklog Tomorrow I am planning on releasing Geeklog 1.3.1 which will be nothing more than a bunch of minor bug fixes. I\'d like to see the release after that really get after improving performance in Geeklog. I can categorize Geeklog\'s performance problems into two categories: 1) Database-related and 2) Template-related.

I know some of you Geeklog Admins have good PHP Kung-fu so I\'d like to see what some of you are capable of doing to help boost Geeklog\'s performance. It doesn\'t matter how big or small the change is as long as it speeds things up. Take a page or two (or however many) and see if you can squeeze out some speed. If you can get something that impoves the speed by at least 0.1 of a second then post here how you did it. Any posted suggestions will be looked at and possibly added to the first post 1.3.1 release. To help, you can use the timer class in your /path/to/geeklog/system/classes/ directory or you can simply use the time output at the bottom of every page.

Let\'s see if we can\'t speed this bad-boy up!

New User and Groups

  • Wednesday, December 19 2001 @ 03:01 pm EST
  • Contributed by: Anonymous
  • Views: 4,856
Geeklog When adding a new user it automactically gets access to user Group.

So I added a new group however it doesn\'t appear on the drop down box for story rights.

Basically when publishing new stories I want our Clan news not viewable to the public.

So is there a way to list the group you created in the drop down boxes?

Page navigation