An open API service indexing awesome lists of open source software.

https://github.com/splincode/recursive-phantomjs

рекурсивное просматривание страницы в течении времени
https://github.com/splincode/recursive-phantomjs

Last synced: 11 months ago
JSON representation

рекурсивное просматривание страницы в течении времени

Awesome Lists containing this project

README

          

# Background rendering of pages

```
$ npm install
$ npm test
```

See config.json

# Current problem
![Problem](problem.png "Problem")

# Trace problem

```
$ node --trace_gc test # or
$ node --prof --track_gc_object_stats --trace_gc_verbose --log_timer_events test # open chrome://tracing/
```