index
:
BigPipe
last-pagelet-event-optimization
master
Implementation of Facebook's high-performance pipelining technique „BigPipe“, written in PHP & JS.
Thomas Lange
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
/
classes
Age
Commit message (
Expand
)
Author
Files
Lines
2021-10-24
Rename several properties and method parameters
Thomas Lange
8
-17
/
+17
2021-10-24
Add parameter and return types for all PHP methods
Thomas Lange
10
-29
/
+29
2021-10-24
Declare some BigPipe PHP library methods as void
Thomas Lange
2
-14
/
+14
2021-10-24
Split up BigPipe "enabled" method into two methods
Thomas Lange
2
-10
/
+13
2021-10-24
Reformat PHP code in "getStructure" method
Thomas Lange
1
-1
/
+5
2021-10-24
Rename "tagname" property and "setTagname" method
Thomas Lange
1
-6
/
+6
2021-10-24
Rename misleading parameter "callback" to "code"
Thomas Lange
1
-2
/
+2
2021-10-24
Fix constructor parameters for Resource classes
Thomas Lange
5
-5
/
+5
2021-10-24
Remove closing tags and ensure LF at end of files
Thomas Lange
10
-10
/
+0
2018-02-03
Add class "Application"
Thomas Lange
1
-0
/
+38
2018-01-28
Replace function call "removeLineBreaksAndTabs" with "str_replace"
Thomas Lange
1
-1
/
+1
2018-01-28
Remove superflous function calls from two methods
Thomas Lange
2
-2
/
+2
2018-01-26
Remove static $count property and use spl_object_hash() instead
Thomas Lange
2
-4
/
+2
2018-01-21
Move BigPipe::singleResponse() to Pagelet::flush()
Thomas Lange
2
-17
/
+19
2018-01-21
Rename BigPipe::render() to BigPipe::completeResponse()
Thomas Lange
1
-1
/
+1
2018-01-21
Restructure the BigPipe::render() method
Thomas Lange
1
-10
/
+14
2018-01-21
Change the mechanism how BigPipe detects the last pagelet
Thomas Lange
1
-6
/
+6
2018-01-16
Use seperate classes for debugging
Thomas Lange
1
-53
/
+3
2018-01-16
Add debugging classes for Pagelet, Stylesheet and Javascript
Thomas Lange
3
-0
/
+42
2017-11-23
The file permissions have been normalized.
Thomas Lange
3
-0
/
+0
2017-10-21
Code optimization: The method "getStructure" has been added to the abstract I...
Thomas Lange
4
-21
/
+37
2017-10-07
The shorthand methods "addCSS" and "addJS" have been removed. If you need sho...
Thomas Lange
1
-14
/
+0
2017-10-05
The method "addDependency" no longer accepts a pagelet ID as a string. You mu...
Thomas Lange
1
-6
/
+2
2017-10-04
The method "addPagelet" from the BigPipe main class was replaced by the new i...
Thomas Lange
2
-12
/
+25
2017-10-04
A new method called "getPriority" has been implemented, which returns the pri...
Thomas Lange
1
-0
/
+9
2017-08-16
A new method called "setPlaceholderHTML" was implemented and can be used to d...
Thomas Lange
1
-1
/
+9
2017-08-06
The "CSS" and "JS" resource representation classes has been renamed to "Style...
Thomas Lange
1
-4
/
+4
2017-08-06
The "CSS" and "JS" resource representation classes has been renamed to "Style...
Thomas Lange
2
-4
/
+4
2017-03-08
CSS class "hidden" was replaced by the semantic HTML5 attribute "hidden".
Thomas Lange
1
-1
/
+1
2016-10-22
The Pagelet representation class in PHP now has a separate method to add depe...
Thomas Lange
2
-4
/
+14
2016-07-10
Comment updates: Separate email address for code stuff.
Thomas Lange
6
-6
/
+6
2016-07-10
Each resource has now an ID; Code improvements and comment blocks added.
Thomas Lange
6
-107
/
+121
2016-06-25
Update with new features and code improvements.
Thomas Lange
6
-67
/
+243
2016-06-23
Pagelets executed immediately; Dependency feature; Several improvements
Thomas Lange
3
-4
/
+13
2016-05-13
Multiple updates
Thomas Lange
2
-19
/
+33
2016-05-10
Include JS resources before main JS code
Thomas Lange
1
-4
/
+4
2016-05-10
Comment update
Thomas Lange
1
-1
/
+1
2016-05-10
Comment update
Thomas Lange
1
-1
/
+1
2016-05-10
Double quotes converted to single quotes
Thomas Lange
1
-2
/
+2
2016-04-22
Multiple updates with async demo.
Thomas Lange
2
-41
/
+41
2016-03-26
Custom pagelet ID's
Thomas Lange
2
-4
/
+4
2015-12-26
Multiple updates; new feature PhaseDoneJS
Thomas Lange
3
-31
/
+97
2015-07-25
Namespaces added
Thomas Lange
2
-0
/
+4
2015-04-15
Initial commit
Thomas Lange
2
-0
/
+163