luuuis / jira-myzone

JIRA MyZone Plugin

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Reduce number of calls when converting dates

luuuis opened this issue · comments

Currently we make N calls for N dates on the page. We would do better to convert all the dates in 1 call.

convert all dates in a single page in one go

previously we performed one HTTP POST for each date that was found on
the page. even though each request is pretty fast, this is clearly an
inefficient way of doing things. now we do one request per page. BAM!

closed by e65a91f