Hello Everyone!
Given that GSOC's 'soft pencils down'[1] date is tomorrow I wanted to write a message talking about my project and its status to date.
My project was move all the data regarding sessions (is a user logged on, who are they, what page are they on, etc) out of the main database and ...
Search found 21 matches
- Mon Sep 16, 2013 12:15 am
- Forum: General Development Discussion
- Topic: My Session Abstraction project's status
- Replies: 4
- Views: 9846
- Thu Jul 25, 2013 8:12 pm
- Forum: [3.x] Discussion
- Topic: New Admin redesign, see pic for draft, idea
- Replies: 57
- Views: 77487
Re: New Admin redesign, see pic for draft, idea
Personally I like the idea, it's clean and fresh. Sadly, I doubt much of the team would consider merging it unless it was an entire theme for consistency. You might consider combining it with a whole theme such as 0mega .
Anyway, regardless of what you do or don't do with it, thanks for sharing ...
Anyway, regardless of what you do or don't do with it, thanks for sharing ...
- Tue Jul 23, 2013 1:57 am
- Forum: [3.x] Discussion
- Topic: New Admin redesign, see pic for draft, idea
- Replies: 57
- Views: 77487
Re: New Admin redesign, see pic for draft, idea
Here is a patch version & github comparison:
https://github.com/asperous/phpbb3/comp ... lat-design
Edit 1: Forgot the binaries
Edit 2: Changed the patch base
Edit 3: Added github
https://github.com/asperous/phpbb3/comp ... lat-design
Edit 1: Forgot the binaries
Edit 2: Changed the patch base
Edit 3: Added github
- Fri Jun 21, 2013 9:06 pm
- Forum: [3.x] Discussion
- Topic: Refactoring session class to make it more testable
- Replies: 1
- Views: 3870
Refactoring session class to make it more testable
So in order to make the session class more testable it would be advantageous to decouple some of the global state variablables out of functions that perform logic.
Before:
static function extract_current_page($root_path)
{
global $request;
$page_array = array();
// First of all, get the ...
Before:
static function extract_current_page($root_path)
{
global $request;
$page_array = array();
// First of all, get the ...
- Mon Jun 17, 2013 10:21 pm
- Forum: [3.x] Discussion
- Topic: Unit Tests + Sessions: Any Requests?
- Replies: 0
- Views: 7169
Unit Tests + Sessions: Any Requests?
Hello Everyone,
I'm looking through and trying to improve test coverage on the sessions. I was hoping to find a bunch of issues I could test for on the issue tracker but I wasn't able to find very many.
Is there any issues that sessions have had in the past that you want me to improve test ...
I'm looking through and trying to improve test coverage on the sessions. I was hoping to find a bunch of issues I could test for on the issue tracker but I wasn't able to find very many.
Is there any issues that sessions have had in the past that you want me to improve test ...
- Wed May 29, 2013 5:19 am
- Forum: General Development Discussion
- Topic: Inside: a benchmark of phpBB's performance under simulated load
- Replies: 16
- Views: 33380
Re: Inside: a benchmark of phpBB's performance under simulated load
Very interesting. What would be more useful would be some timers around the phpBB code so we can see which sections or queries are taking the longest to complete.
This wouldn't be too difficult. My system simply parses the actual response so we'd just need to throw these lines around:
if ...
This wouldn't be too difficult. My system simply parses the actual response so we'd just need to throw these lines around:
if ...
- Tue May 07, 2013 1:48 am
- Forum: General Development Discussion
- Topic: Git push account - for shared work
- Replies: 6
- Views: 19706
Re: Git push account - for shared work
This looks great, I am interested to see how well it works.
I always assumed you could add to pull requests by filing a pull request on the contributor's feature branch, and when merged it would show up, do you know if it works this way?
I always assumed you could add to pull requests by filing a pull request on the contributor's feature branch, and when merged it would show up, do you know if it works this way?
- Sun Apr 28, 2013 8:06 am
- Forum: General Development Discussion
- Topic: Inside: a benchmark of phpBB's performance under simulated load
- Replies: 16
- Views: 33380
Re: Inside: a benchmark of phpBB's performance under simulated load
I think I'm starting to get the hang of this. I made some changes to my benchmark to get more samples. I upgraded apache and php to Apache/2.4.3 & PHP/5.4.7 to prevent those crashes I was getting before.
Samples taken green: phpBB 3.1 blue: phpBB 3.0
total_pages.png
Dropped requests green ...
Samples taken green: phpBB 3.1 blue: phpBB 3.0
total_pages.png
Dropped requests green ...
- Sun Apr 28, 2013 2:56 am
- Forum: General Development Discussion
- Topic: [GSoC 2013] Improvements to Network Status Website
- Replies: 5
- Views: 11414
Re: [GSoC 2013] Improvements to Network Status Website
This is one of the better proposals that I have read on this site, it was pretty well written and clearly shows that you have put some thought into it.
Good luck!
Good luck!
- Sun Apr 28, 2013 1:10 am
- Forum: General Development Discussion
- Topic: Inside: a benchmark of phpBB's performance under simulated load
- Replies: 16
- Views: 33380
Re: Inside: a benchmark of phpBB's performance under simulated load
Not 130 exactly, and I wasn't able to crash it with
C:\Users\a5c\Desktop\ab\Apps\xampp\apache\bin>ab.exe -c 300 -n 10000 http://localhost/phpbb3/phpBB/viewforum.php
This is ApacheBench, Version 2.3 <$Revision: 655654 $>
Copyright 1996 Adam Twiss, Zeus Technology Ltd, http://www.zeustech.net ...
C:\Users\a5c\Desktop\ab\Apps\xampp\apache\bin>ab.exe -c 300 -n 10000 http://localhost/phpbb3/phpBB/viewforum.php
This is ApacheBench, Version 2.3 <$Revision: 655654 $>
Copyright 1996 Adam Twiss, Zeus Technology Ltd, http://www.zeustech.net ...