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
/
pagelets.php
Age
Commit message (
Expand
)
Author
Files
Lines
2021-10-24
Split up BigPipe "enabled" method into two methods
Thomas Lange
1
-1
/
+1
2021-10-24
Remove closing tags and ensure LF at end of files
Thomas Lange
1
-1
/
+0
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
Move autoloader for classes into pagelets.php
Thomas Lange
1
-0
/
+8
2018-02-03
Move check if BigPipe should be disabled into the pagelets.php
Thomas Lange
1
-0
/
+13
2018-01-26
Use custom IDs for stylesheet and javascript resources
Thomas Lange
1
-6
/
+6
2018-01-16
Use seperate classes for debugging
Thomas Lange
1
-11
/
+18
2017-10-07
The shorthand methods "addCSS" and "addJS" have been removed. If you need sho...
Thomas Lange
1
-8
/
+6
2016-10-22
The Pagelet representation class in PHP now has a separate method to add depe...
Thomas Lange
1
-2
/
+7
2016-06-25
Update with new features and code improvements.
Thomas Lange
1
-4
/
+9
2016-06-23
Pagelets executed immediately; Dependency feature; Several improvements
Thomas Lange
1
-0
/
+50