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
Age
Commit message (
Expand
)
Author
Files
Lines
2018-02-03
Rename payload object "dataJSON" to just "data"
Thomas Lange
1
-11
/
+11
2018-02-03
Remove obsolete comment
Thomas Lange
1
-3
/
+0
2018-02-03
Make use of the new Application class to create class instances
Thomas Lange
1
-22
/
+15
2018-02-03
Add class "Application"
Thomas Lange
1
-0
/
+38
2018-02-03
Move autoloader for classes into pagelets.php
Thomas Lange
3
-22
/
+8
2018-02-03
Move check if BigPipe should be disabled into the pagelets.php
Thomas Lange
3
-17
/
+13
2018-02-03
Remove the function "removeLineBreaksAndTabs" completely
Thomas Lange
3
-13
/
+1
2018-02-03
Remove sending the "Cache-Control" header on the demo page(s)
Thomas Lange
2
-10
/
+0
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-28
Remove superfluous item from pattern array
Thomas Lange
1
-1
/
+1
2018-01-26
Remove static $count property and use spl_object_hash() instead
Thomas Lange
2
-4
/
+2
2018-01-26
Use custom IDs for stylesheet and javascript resources
Thomas Lange
1
-6
/
+6
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
3
-3
/
+3
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
2
-15
/
+24
2018-01-20
Fix inconsistent line separators across files
Thomas Lange
9
-638
/
+638
2018-01-16
Use seperate classes for debugging
Thomas Lange
2
-64
/
+21
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
12
-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
2
-22
/
+6
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-27
The javascript library is now running in strict mode.
Thomas Lange
1
-0
/
+1
2017-08-27
Optimization: The javascript library has been restructured and is now using t...
Thomas Lange
1
-198
/
+202
2017-08-26
Optimization: Some anonymous callback functions has been simplified with arro...
Thomas Lange
1
-9
/
+9
2017-08-25
Optimization: Some comments has been optimized and all occurrences of "var" h...
Thomas Lange
1
-17
/
+17
2017-08-25
A missing semicolon has been added and an unused property from the Resource p...
Thomas Lange
1
-5
/
+4
2017-08-25
Optimization: The outsourced function "globalExecution" is no longer necessar...
Thomas Lange
3
-12
/
+2
2017-08-25
Bugfix: Javascript code for stopping the current request moved into a try/cat...
Thomas Lange
1
-1
/
+5
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-05-26
It was forgotten to rename the method call "::enablePipeline()" to "::enabled...
Thomas Lange
1
-1
/
+1
2017-03-08
CSS class "hidden" was replaced by the semantic HTML5 attribute "hidden".
Thomas Lange
2
-2
/
+1
2017-02-25
Markdown formatting removed.
Thomas Lange
1
-3
/
+3
2017-02-25
Typo in filename removed.
Thomas Lange
1
-1
/
+1
2016-10-22
The Pagelet representation class in PHP now has a separate method to add depe...
Thomas Lange
3
-6
/
+21
2016-07-10
Comment updates: Separate email address for code stuff.
Thomas Lange
7
-7
/
+7
2016-07-10
Each resource has now an ID; Code improvements and comment blocks added.
Thomas Lange
7
-134
/
+144
2016-06-26
Link changed to code.facebook.com
Thomas Lange
1
-1
/
+1
2016-06-25
Update with new features and code improvements.
Thomas Lange
11
-185
/
+432
2016-06-23
Pagelets executed immediately; Dependency feature; Several improvements
Thomas Lange
7
-143
/
+180
2016-06-20
Markdown prettify
Thomas Lange
1
-17
/
+5
2016-05-13
Multiple updates
Thomas Lange
1
-3
/
+3
2016-05-13
Multiple updates
Thomas Lange
1
-3
/
+3
2016-05-13
Multiple updates
Thomas Lange
6
-37
/
+57
[next]