I'm working on the implementation of the Page Speed full beacon and
stocking of asset urls, and have pushed some initial commits to my
GitHub fork of ShowSlow.
* Added new tables asset_urls, pagespeed_asset_urls and
yslow2_asset_urls
* Added two new classes, PageSpeed and PageSpeedRule, with tests
* Moved the rule_metric_map to class PageSpeed; accessible by
PageSpeed::getRuleMetricMap
* beacon/pagespeed/index.php: add support for full beacon.
* Changed success status code from 204 to 200 because that is what
the PageSpeed plugin expects
* Added table url_properties as an all-purpose place to store extra
info about urls
* Refactored dropQueryStrings into a separate function
As always, comments appreciated. Do bear in mind that the work is far
from done.
On Saturday, May 19, 2012 9:27:21 PM UTC+2, Liz wrote:
> I'm working on the implementation of the Page Speed full beacon and > stocking of asset urls, and have pushed some initial commits to my > GitHub fork of ShowSlow.
> * Added new tables asset_urls, pagespeed_asset_urls and > yslow2_asset_urls > * Added two new classes, PageSpeed and PageSpeedRule, with tests > * Moved the rule_metric_map to class PageSpeed; accessible by > PageSpeed::getRuleMetricMap > * beacon/pagespeed/index.php: add support for full beacon. > * Changed success status code from 204 to 200 because that is what > the PageSpeed plugin expects > * Added table url_properties as an all-purpose place to store extra > info about urls > * Refactored dropQueryStrings into a separate function
> As always, comments appreciated. Do bear in mind that the work is far > from done.
> I'm testing my changes in preparation for a pull request; would you have
> some time to review my code and comment thereupon?
> Do I need to git rebase my commits or some such in order to create a more
> coherent ensemble of changes? I am not fully fluent in git yet.
> Cheers,
> Liz
> On Saturday, May 19, 2012 9:27:21 PM UTC+2, Liz wrote:
>> I'm working on the implementation of the Page Speed full beacon and
>> stocking of asset urls, and have pushed some initial commits to my
>> GitHub fork of ShowSlow.
>> * Added new tables asset_urls, pagespeed_asset_urls and
>> yslow2_asset_urls
>> * Added two new classes, PageSpeed and PageSpeedRule, with tests
>> * Moved the rule_metric_map to class PageSpeed; accessible by
>> PageSpeed::getRuleMetricMap
>> * beacon/pagespeed/index.php: add support for full beacon.
>> * Changed success status code from 204 to 200 because that is what
>> the PageSpeed plugin expects
>> * Added table url_properties as an all-purpose place to store extra
>> info about urls
>> * Refactored dropQueryStrings into a separate function
>> As always, comments appreciated. Do bear in mind that the work is far
>> from done.
>> Cheers
>> Liz
> --
> You received this message because you are subscribed to the Google Groups
> "ShowSlow" group.
> To view this discussion on the web visit
> https://groups.google.com/d/msg/showslow/-/Y0jFGiLiX-YJ.
> To post to this group, send email to showslow@googlegroups.com<javascript:_e({}, 'cvml', 'showslow@googlegroups.com');>
> .
> To unsubscribe from this group, send email to
> showslow+unsubscribe@googlegroups.com <javascript:_e({}, 'cvml',
> 'showslow%2Bunsubscribe@googlegroups.com');>.
> For more options, visit this group at
> http://groups.google.com/group/showslow?hl=en.
sergey.chernys...@gmail.com> wrote:
> Yes, I'll try to test the code when you have it - rebate might make sense
> if you did lots of commits, up to you.
> Sergey
> On Friday, June 15, 2012, Liz wrote:
>> Sergey,
>> I'm testing my changes in preparation for a pull request; would you have
>> some time to review my code and comment thereupon?
>> Do I need to git rebase my commits or some such in order to create a more
>> coherent ensemble of changes? I am not fully fluent in git yet.
>> Cheers,
>> Liz
>> On Saturday, May 19, 2012 9:27:21 PM UTC+2, Liz wrote:
>>> I'm working on the implementation of the Page Speed full beacon and
>>> stocking of asset urls, and have pushed some initial commits to my
>>> GitHub fork of ShowSlow.
>>> * Added new tables asset_urls, pagespeed_asset_urls and
>>> yslow2_asset_urls
>>> * Added two new classes, PageSpeed and PageSpeedRule, with tests
>>> * Moved the rule_metric_map to class PageSpeed; accessible by
>>> PageSpeed::getRuleMetricMap
>>> * beacon/pagespeed/index.php: add support for full beacon.
>>> * Changed success status code from 204 to 200 because that is what
>>> the PageSpeed plugin expects
>>> * Added table url_properties as an all-purpose place to store extra
>>> info about urls
>>> * Refactored dropQueryStrings into a separate function
>>> As always, comments appreciated. Do bear in mind that the work is far
>>> from done.
>>> Cheers
>>> Liz
>> --
>> You received this message because you are subscribed to the Google Groups
>> "ShowSlow" group.
>> To view this discussion on the web visit
>> https://groups.google.com/d/msg/showslow/-/Y0jFGiLiX-YJ.
>> To post to this group, send email to showslow@googlegroups.com.
>> To unsubscribe from this group, send email to
>> showslow+unsubscribe@googlegroups.com.
>> For more options, visit this group at
>> http://groups.google.com/group/showslow?hl=en.
> --
> You received this message because you are subscribed to the Google Groups
> "ShowSlow" group.
> To post to this group, send email to showslow@googlegroups.com.
> To unsubscribe from this group, send email to
> showslow+unsubscribe@googlegroups.com.
> For more options, visit this group at
> http://groups.google.com/group/showslow?hl=en.
Have you finished reading or testing my modifications for the full beacon?
Any new comments or criticisms? Shall I rebase (not quite sure how but I'll
figure it out) and issue a pull request or shall I wait?
Cheers,
Liz
On Mon, Jun 18, 2012 at 11:06 AM, Elizabeth Cholet <ecortellcho...@gmail.com
> Before I rebase and issue a pull request, you might just want to clone my
> repo directly. Anyone else interested is welcome to do this too.
> I am very interested in your feedback in order to come up with solutions
> that are acceptable to both you (and other users) and $work.
> Cheers,
> Liz
> On Sat, Jun 16, 2012 at 6:55 AM, Sergey Chernyshev <
> sergey.chernys...@gmail.com> wrote:
>> Yes, I'll try to test the code when you have it - rebate might make sense
>> if you did lots of commits, up to you.
>> Sergey
>> On Friday, June 15, 2012, Liz wrote:
>>> Sergey,
>>> I'm testing my changes in preparation for a pull request; would you have
>>> some time to review my code and comment thereupon?
>>> Do I need to git rebase my commits or some such in order to create a
>>> more coherent ensemble of changes? I am not fully fluent in git yet.
>>> Cheers,
>>> Liz
>>> On Saturday, May 19, 2012 9:27:21 PM UTC+2, Liz wrote:
>>>> I'm working on the implementation of the Page Speed full beacon and
>>>> stocking of asset urls, and have pushed some initial commits to my
>>>> GitHub fork of ShowSlow.
>>>> * Added new tables asset_urls, pagespeed_asset_urls and
>>>> yslow2_asset_urls
>>>> * Added two new classes, PageSpeed and PageSpeedRule, with tests
>>>> * Moved the rule_metric_map to class PageSpeed; accessible by
>>>> PageSpeed::getRuleMetricMap
>>>> * beacon/pagespeed/index.php: add support for full beacon.
>>>> * Changed success status code from 204 to 200 because that is what
>>>> the PageSpeed plugin expects
>>>> * Added table url_properties as an all-purpose place to store extra
>>>> info about urls
>>>> * Refactored dropQueryStrings into a separate function
>>>> As always, comments appreciated. Do bear in mind that the work is far
>>>> from done.
>>>> Cheers
>>>> Liz
>>> --
>>> You received this message because you are subscribed to the Google
>>> Groups "ShowSlow" group.
>>> To view this discussion on the web visit
>>> https://groups.google.com/d/msg/showslow/-/Y0jFGiLiX-YJ.
>>> To post to this group, send email to showslow@googlegroups.com.
>>> To unsubscribe from this group, send email to
>>> showslow+unsubscribe@googlegroups.com.
>>> For more options, visit this group at
>>> http://groups.google.com/group/showslow?hl=en.
>> --
>> You received this message because you are subscribed to the Google Groups
>> "ShowSlow" group.
>> To post to this group, send email to showslow@googlegroups.com.
>> To unsubscribe from this group, send email to
>> showslow+unsubscribe@googlegroups.com.
>> For more options, visit this group at
>> http://groups.google.com/group/showslow?hl=en.
> Have you finished reading or testing my modifications for the full beacon?
> Any new comments or criticisms? Shall I rebase (not quite sure how but I'll
> figure it out) and issue a pull request or shall I wait?
> Cheers,
> Liz
> On Mon, Jun 18, 2012 at 11:06 AM, Elizabeth Cholet <
> ecortellcho...@gmail.com> wrote:
>> Sergey,
>> Before I rebase and issue a pull request, you might just want to clone my
>> repo directly. Anyone else interested is welcome to do this too.
>> I am very interested in your feedback in order to come up with solutions
>> that are acceptable to both you (and other users) and $work.
>> Cheers,
>> Liz
>> On Sat, Jun 16, 2012 at 6:55 AM, Sergey Chernyshev <
>> sergey.chernys...@gmail.com> wrote:
>>> Yes, I'll try to test the code when you have it - rebate might make
>>> sense if you did lots of commits, up to you.
>>> Sergey
>>> On Friday, June 15, 2012, Liz wrote:
>>>> Sergey,
>>>> I'm testing my changes in preparation for a pull request; would you
>>>> have some time to review my code and comment thereupon?
>>>> Do I need to git rebase my commits or some such in order to create a
>>>> more coherent ensemble of changes? I am not fully fluent in git yet.
>>>> Cheers,
>>>> Liz
>>>> On Saturday, May 19, 2012 9:27:21 PM UTC+2, Liz wrote:
>>>>> I'm working on the implementation of the Page Speed full beacon and
>>>>> stocking of asset urls, and have pushed some initial commits to my
>>>>> GitHub fork of ShowSlow.
>>>>> * Added new tables asset_urls, pagespeed_asset_urls and
>>>>> yslow2_asset_urls
>>>>> * Added two new classes, PageSpeed and PageSpeedRule, with tests
>>>>> * Moved the rule_metric_map to class PageSpeed; accessible by
>>>>> PageSpeed::getRuleMetricMap
>>>>> * beacon/pagespeed/index.php: add support for full beacon.
>>>>> * Changed success status code from 204 to 200 because that is what
>>>>> the PageSpeed plugin expects
>>>>> * Added table url_properties as an all-purpose place to store extra
>>>>> info about urls
>>>>> * Refactored dropQueryStrings into a separate function
>>>>> As always, comments appreciated. Do bear in mind that the work is far
>>>>> from done.
>>>>> Cheers
>>>>> Liz
>>>> --
>>>> You received this message because you are subscribed to the Google
>>>> Groups "ShowSlow" group.
>>>> To view this discussion on the web visit
>>>> https://groups.google.com/d/msg/showslow/-/Y0jFGiLiX-YJ.
>>>> To post to this group, send email to showslow@googlegroups.com.
>>>> To unsubscribe from this group, send email to
>>>> showslow+unsubscribe@googlegroups.com.
>>>> For more options, visit this group at
>>>> http://groups.google.com/group/showslow?hl=en.
>>> --
>>> You received this message because you are subscribed to the Google
>>> Groups "ShowSlow" group.
>>> To post to this group, send email to showslow@googlegroups.com.
>>> To unsubscribe from this group, send email to
>>> showslow+unsubscribe@googlegroups.com.
>>> For more options, visit this group at
>>> http://groups.google.com/group/showslow?hl=en.
> --
> You received this message because you are subscribed to the Google Groups
> "ShowSlow" group.
> To post to this group, send email to showslow@googlegroups.com.
> To unsubscribe from this group, send email to
> showslow+unsubscribe@googlegroups.com.
> For more options, visit this group at
> http://groups.google.com/group/showslow?hl=en.
> wrote:
> Hey thanks for the heads up on db[up|down]grade. I did run a number of ups
> and downs in development but evidently missed that. Will fix.
> --
> You received this message because you are subscribed to the Google Groups
> "ShowSlow" group.
> To post to this group, send email to showslow@googlegroups.com.
> To unsubscribe from this group, send email to
> showslow+unsubscribe@googlegroups.com.
> For more options, visit this group at
> http://groups.google.com/group/showslow?hl=en.